From: Jonathan Nieder Date: Tue, 17 Aug 2010 06:59:55 +0000 (-0500) Subject: Documentation: add a SEE ALSO section for merge-base X-Git-Tag: v1.7.3-rc0~16^2~16 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1846e9edf6b9c8b8e84b96eab8753a1420b6b28d;p=git.git 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 --- diff --git a/Documentation/git-merge-base.txt b/Documentation/git-merge-base.txt index ce5b36998..09b34b050 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