git-lfs/git/githistory
Taylor Blau a7ada95228 git/git.go: remove git.RefTypeRemoteTag
Since 5e0f81d2 (Adding utility methods to get recent refs, 2015-08-17),
we have treated references beginning with the prefix "refs/remotes/tags"
as being of type "remote tag".

This is not a namespace that upstream Git uses in practice to denote
remote tags. Instead, tags are automatically namespaced into our local
refs/tags, hence rendering this prefix (and its type) meaningless.

As such, let's remove it so that the 'git lfs migrate' (et. al.)
commands do not get confused about references that do not exist.

Co-authored-by: brian m. carlson <bk2204@github.com>
2018-09-25 14:38:45 -07:00
..
fixtures git/githistory/fixtures: add annotated tags fixture 2017-12-11 15:27:22 -08:00
fixtures_test.go *: replace git/odb with vendored copy 2018-07-05 11:50:21 -05:00
ref_updater_test.go git/odb: remove extra newline from Tag formatting 2017-12-14 12:30:48 -05:00
ref_updater.go *: replace git/odb with vendored copy 2018-07-05 11:50:21 -05:00
rewriter_test.go git/githistory/rewriter_test.go: ensure calls over subtrees 2018-07-09 12:14:34 -05:00
rewriter.go git/git.go: remove git.RefTypeRemoteTag 2018-09-25 14:38:45 -07:00