]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/blame-contents-with-arbitrary-commit'
authorJunio C Hamano <gitster@pobox.com>
Tue, 4 Apr 2023 21:28:28 +0000 (14:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Apr 2023 21:28:28 +0000 (14:28 -0700)
"git blame --contents=<file> <rev> -- <path>" used to be forbidden,
but now it finds the origins of lines starting at <file> contents
through the history that leads to <rev>.

* jk/blame-contents-with-arbitrary-commit:
  blame: allow --contents to work with non-HEAD commit

1  2 
blame.c

diff --cc blame.c
Simple merge