remote: add keep-alive and references to the repository #387
Loading…
Reference in New Issue
No description provided.
Delete Branch "cmn/remote-refs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Especially in 1.8, the garbage collector can decide to finalize an object even
as we are in one of its methods. This means it can free a remote while we're in
one of its calls, as we're referencing the pointer inside the object, rather
than the
Remote
itself.