summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-10-19 16:00:04 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-10-19 22:42:49 -0700
commitcee7f245dcaef6dade28464f59420095a9949aac (patch)
tree8c03deaa5f26293d2a35a886b0f1ce4694bfb86f /Documentation/git.txt
parentMerge branch 'maint' (diff)
downloadtgif-cee7f245dcaef6dade28464f59420095a9949aac.tar.xz
git-pickaxe: blame rewritten.
Currently it does what git-blame does, but only faster. More importantly, its internal structure is designed to support content movement (aka cut-and-paste) more easily by allowing more than one paths to be taken from the same commit. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 3af6fc63e2..7074e32458 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -430,6 +430,9 @@ gitlink:git-annotate[1]::
gitlink:git-blame[1]::
Blame file lines on commits.
+gitlink:git-pickaxe[1]::
+ Find out where each line in a file came from.
+
gitlink:git-check-ref-format[1]::
Make sure ref name is well formed.