]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
"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

1  2 
builtin/blame.c

diff --cc builtin/blame.c
Simple merge