Commit ea3bb5c0bb2be821ef6718ce57899ad5cb7a2d6b

Edward Thomson 2017-03-21T18:12:02

git_repository_set_head: use tag name in reflog When `git_repository_set_head` is provided a tag reference, update the reflog with the tag name, like we do with a branch. This helps consumers match the semantics of `git checkout tag`.