]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-merge-one-file.txt
[PATCH] Documentation: Update all files to use the new gitlink: macro
[thirdparty/git.git] / Documentation / git-merge-one-file.txt
CommitLineData
215a7ad1
JH
1git-merge-one-file(1)
2=====================
3f971fc4 3v0.99.4, Aug 2005
2cf565c5
DG
4
5NAME
6----
215a7ad1 7git-merge-one-file - The standard helper program to use with "git-merge-index"
2cf565c5
DG
8
9
10SYNOPSIS
11--------
215a7ad1 12'git-merge-one-file'
2cf565c5
DG
13
14DESCRIPTION
15-----------
215a7ad1 16This is the standard helper program to use with "git-merge-index"
2cf565c5
DG
17to resolve a merge after the trivial merge done with "git-read-tree -m".
18
19Author
20------
3f971fc4
JH
21Written by Linus Torvalds <torvalds@osdl.org>,
22Junio C Hamano <junkio@cox.net> and Petr Baudis <pasky@suse.cz>.
2cf565c5
DG
23
24Documentation
25--------------
26Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
27
28GIT
29---
a7154e91 30Part of the gitlink:git[7] suite
2cf565c5 31