summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d834c96)
raw | patch | inline | side by side (parent: d834c96)
author | Jonathan Nieder <jrnieder@gmail.com> | |
Tue, 17 Aug 2010 06:59:55 +0000 (01:59 -0500) | ||
committer | Junio 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>
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 | patch | blob | history |
index ce5b369985c254ec5d986aa3dd250828cf3cc4cb..09b34b0501036ce5d50f43fea7b92e969546bc1d 100644 (file)
--------------
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