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