[PATCH] possible memory leak in diff.c::diff_free_filepair()
[git.git] / Documentation / git-merge-base.txt
blob1e27bf23018c8d2c0630f6881ac1b79c92206b9c
1 git-merge-base(1)
2 =================
3 v0.1, May 2005
5 NAME
6 ----
7 git-merge-base - Finds as good a common ancestor as possible for a merge
10 SYNOPSIS
11 --------
12 'git-merge-base' <commit> <commit>
14 DESCRIPTION
15 -----------
16 "git-merge-base" finds as good a common ancestor as possible. Given a
17 selection of equally good common ancestors it should not be relied on
18 to decide in any particular way.
20 The "git-merge-base" algorithm is still in flux - use the source...
23 Author
24 ------
25 Written by Linus Torvalds <torvalds@osdl.org>
27 Documentation
28 --------------
29 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
31 GIT
32 ---
33 Part of the link:git.html[git] suite