[PATCH] Fix git-init-db creating crap directories.
[git/dscho.git] / Documentation / git-merge-one-file.txt
blobb84d14d8b627db6f19720c764f79a5347da65ace
1 git-merge-one-file(1)
2 =====================
3 v0.99.4, Aug 2005
5 NAME
6 ----
7 git-merge-one-file - The standard helper program to use with "git-merge-index"
10 SYNOPSIS
11 --------
12 'git-merge-one-file'
14 DESCRIPTION
15 -----------
16 This is the standard helper program to use with "git-merge-index"
17 to resolve a merge after the trivial merge done with "git-read-tree -m".
19 Author
20 ------
21 Written by Linus Torvalds <torvalds@osdl.org>,
22 Junio C Hamano <junkio@cox.net> and Petr Baudis <pasky@suse.cz>.
24 Documentation
25 --------------
26 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
28 GIT
29 ---
30 Part of the link:git.html[git] suite