Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/send-email-reconfirm' into maint
[gitweb.git]
/
Documentation
/
git-blame.txt
diff --git
a/Documentation/git-blame.txt
b/Documentation/git-blame.txt
index 9516914236bbfa675006994620b1c8f61855de1d..7ee923629ecc0dbf12a845f18d02c317b6266066 100644
(file)
--- a/
Documentation/git-blame.txt
+++ b/
Documentation/git-blame.txt
@@
-160,7
+160,7
@@
introduced the file with:
git log --diff-filter=A --pretty=short -- foo
and then annotate the change between the commit and its
-parents, using `commit
{caret}
!` notation:
+parents, using `commit
^
!` notation:
git blame -C -C -f $commit^! -- foo