]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/blame-ignore-fix'
authorJunio C Hamano <gitster@pobox.com>
Sun, 4 Oct 2020 19:49:07 +0000 (12:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Oct 2020 19:49:07 +0000 (12:49 -0700)
commit230ff3e9970755fe4ba2e69165eab1f61752f1d1
treecc263e9c30b5a2ec7d13f94a7b93704fd13d5324
parent86cca370e1989e0cbcd412f8770883a20d86eee8
parent610e2b924020fe2d6a55e7ca6651f309b85c2d1d
Merge branch 'jc/blame-ignore-fix'

"git blame --ignore-rev/--ignore-revs-file" failed to validate
their input are valid revision, and failed to take into account
that the user may want to give an annotated tag instead of a
commit, which has been corrected.

* jc/blame-ignore-fix:
  blame: validate and peel the object names on the ignore list
  t8013: minimum preparatory clean-up
builtin/blame.c