diff options
author | Junio C Hamano <junkio@cox.net> | 2006-11-07 16:33:59 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-07 16:33:59 -0800 |
commit | 24ad8e0ce23d08d28a5d664ab6164b10125146ce (patch) | |
tree | edcba1269b22d79a04558b83f47617f3ecc2acd0 /Documentation/git.txt | |
parent | 231f240b63bd6cb1313e8952448b3d5b9d2fdf26 (diff) | |
parent | 7bd9641df5b7cca91b21bfdc587962c59700786c (diff) | |
download | git-24ad8e0ce23d08d28a5d664ab6164b10125146ce.tar.gz git-24ad8e0ce23d08d28a5d664ab6164b10125146ce.tar.xz |
Merge branch 'jc/pickaxe'
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 4ce4f8d1c..4facf2309 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -254,6 +254,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. |