summaryrefslogtreecommitdiff
path: root/Documentation/git-merge-base.txt
blob: d1d56f194aff866f49c5d0514ce9b47def456bfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
git-merge-base(1)
=================
 
NAME
----
git-merge-base - Finds as good a common ancestor as possible for a merge
 
 
SYNOPSIS
--------
'git-merge-base' <commit> <commit>
 
DESCRIPTION
-----------
"git-merge-base" finds as good a common ancestor as possible. Given a
selection of equally good common ancestors it should not be relied on
to decide in any particular way.
 
The "git-merge-base" algorithm is still in flux - use the source...
 
 
Author
------
Written by Linus Torvalds <torvalds@osdl.org>
 
Documentation
--------------
Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
 
GIT
---
Part of the gitlink:git[7] suite