summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorJonas Fonseca <fonseca@diku.dk>2006-03-06 05:24:44 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-04-18 19:06:55 (GMT)
commit8f2b72a93666afe63ab39b279bbd4088bd5463ca (patch)
treef851f4bfb498d2a2c19989a705f8caefb728cfb5 /Documentation/git.txt
parentf56ef54174598d5362d0446c5a560cb5892537c2 (diff)
downloadgit-8f2b72a93666afe63ab39b279bbd4088bd5463ca.zip
git-8f2b72a93666afe63ab39b279bbd4088bd5463ca.tar.gz
git-8f2b72a93666afe63ab39b279bbd4088bd5463ca.tar.bz2
Add git-annotate(1) and git-blame(1)
[jc: with entries in git.txt] Signed-off-by: Jonas Fonseca <fonseca@diku.dk> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 03d860b..24ca55d 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -399,6 +399,12 @@ gitlink:git-update-ref[1]::
Interrogators:
+gitlink:git-annotate[1]::
+ Annotate file lines with commit info.
+
+gitlink:git-blame[1]::
+ Blame file lines on commits.
+
gitlink:git-check-ref-format[1]::
Make sure ref name is well formed.