summaryrefslogtreecommitdiffstats
path: root/Documentation/git-merge-base.txt
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-08-17 08:59:55 +0200
committerJunio C Hamano <gitster@pobox.com>2010-08-18 23:02:03 +0200
commit1846e9edf6b9c8b8e84b96eab8753a1420b6b28d (patch)
treea5f1baff0f32dd2cabcc75b12152122855e27b55 /Documentation/git-merge-base.txt
parentt6200 (fmt-merge-msg): style nitpicks (diff)
downloadgit-1846e9edf6b9c8b8e84b96eab8753a1420b6b28d.tar.xz
git-1846e9edf6b9c8b8e84b96eab8753a1420b6b28d.zip
Documentation: add a SEE ALSO section for merge-base
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>
Diffstat (limited to 'Documentation/git-merge-base.txt')
-rw-r--r--Documentation/git-merge-base.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-merge-base.txt b/Documentation/git-merge-base.txt
index ce5b369985..09b34b0501 100644
--- a/Documentation/git-merge-base.txt
+++ b/Documentation/git-merge-base.txt
@@ -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