diff options
author | Jonas Fonseca <fonseca@diku.dk> | 2006-03-06 06:24:44 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-18 12:06:55 -0700 |
commit | 8f2b72a93666afe63ab39b279bbd4088bd5463ca (patch) | |
tree | f851f4bfb498d2a2c19989a705f8caefb728cfb5 /Documentation/git.txt | |
parent | diff --stat: make sure to set recursive. (diff) | |
download | tgif-8f2b72a93666afe63ab39b279bbd4088bd5463ca.tar.xz |
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.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 03d860b191..24ca55da68 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. |