From 1846e9edf6b9c8b8e84b96eab8753a1420b6b28d Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Tue, 17 Aug 2010 01:59:55 -0500 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- Documentation/git-merge-base.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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 . +See also +-------- +linkgit:git-rev-list[1], +linkgit:git-show-branch[1], +linkgit:git-merge[1] + GIT --- Part of the linkgit:git[1] suite -- 2.11.4.GIT