Code

Documentation: add a SEE ALSO section for merge-base
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 17 Aug 2010 06:59:55 +0000 (01:59 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Aug 2010 21:02:03 +0000 (14:02 -0700)
For example, a person reading the merge-base man page might wonder
about the fastest way to check if one commit is an ancestor of
another (which would require rev-list).

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-merge-base.txt

index ce5b369985c254ec5d986aa3dd250828cf3cc4cb..09b34b0501036ce5d50f43fea7b92e969546bc1d 100644 (file)
@@ -96,6 +96,12 @@ Documentation
 --------------
 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
 
+See also
+--------
+linkgit:git-rev-list[1],
+linkgit:git-show-branch[1],
+linkgit:git-merge[1]
+
 GIT
 ---
 Part of the linkgit:git[1] suite