git-lfs/git/githistory
brian m. carlson ac0deefef9
git: consider full refspec when determining seen refs
We avoid rewriting references that we've already seen, since in some
cases we will need to order references to properly handle tags pointing
to tags.  However, we use ref.Name for this, which is the short name,
not the full refspec.  Consequently, if we've already seen a ref with
the same short name (e.g., a branch when we're processing a tag), we end
up skipping the second ref.

This is not what we want, so let's use the full refspec when populating
the set of items we've already seen.
2020-05-18 13:57:29 +00:00
..
fixtures git/githistory/fixtures: add annotated tags fixture 2017-12-11 15:27:22 -08:00
fixtures_test.go Fix Typos 2019-07-24 07:17:40 +00:00
ref_updater_test.go git/odb: remove extra newline from Tag formatting 2017-12-14 12:30:48 -05:00
ref_updater.go git: consider full refspec when determining seen refs 2020-05-18 13:57:29 +00:00
rewriter_test.go git/githistory/rewriter_test.go: ensure calls over subtrees 2018-07-09 12:14:34 -05:00
rewriter.go Fix error strings to follow Go guidelines 2019-10-22 17:33:49 +03:00