Documentation: git fmt-merge-msg does not have to be a script
[git/dscho.git] / Documentation / git-merge-one-file.txt
blobdc8a96adb00c0b674e12e071a4a56f89bfe8583d
1 git-merge-one-file(1)
2 =====================
4 NAME
5 ----
6 git-merge-one-file - The standard helper program to use with git-merge-index
9 SYNOPSIS
10 --------
11 'git-merge-one-file'
13 DESCRIPTION
14 -----------
15 This is the standard helper program to use with 'git-merge-index'
16 to resolve a merge after the trivial merge done with 'git-read-tree -m'.
18 Author
19 ------
20 Written by Linus Torvalds <torvalds@osdl.org>,
21 Junio C Hamano <gitster@pobox.com> and Petr Baudis <pasky@suse.cz>.
23 Documentation
24 --------------
25 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
27 GIT
28 ---
29 Part of the linkgit:git[1] suite