Files
libgit2/tests/clone
Edward Thomson 923c0f7b76 clone: set refs/remotes/origin/HEAD when branch is specified
When a branch is specified to check out in clone, update the remote
tracking `HEAD` to point to it.  This mimics git's behavior, when
`git clone -b <name>` is used.
2021-01-07 17:34:17 +00:00
..