summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-04-18 13:52:46 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-04-18 13:52:46 -0700
commitd3d9681a0fc23a47d48b5df296cd267b0b6055b2 (patch)
tree7e7413eba9c394cd20d5850804aa3f31dffce35d /Documentation/git.txt
parentMerge branch 'lt/logopt' into next (diff)
parentGIT 1.3.0 (diff)
downloadtgif-d3d9681a0fc23a47d48b5df296cd267b0b6055b2.tar.xz
Merge branch 'master' into next
* master: GIT 1.3.0 Add git-annotate(1) and git-blame(1) diff --stat: make sure to set recursive. git-svnimport symlink support
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 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.