]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit62df03c277c1f419fdf25321464e62a0b6c74025
tree662ae268a68472356a2c461bded4cc8e968cfee0
parent6dd9d9612991e10ef5f405ce3bdd78d479a5a517
parent1a3119ed06c8fbb1c00a6aa3615299252575abab
Merge branch 'jk/blame-contents-with-arbitrary-commit'

"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
blame.c