2005-09-08 04:26:23 +04:00
|
|
|
git-merge-one-file(1)
|
|
|
|
=====================
|
2005-05-11 01:32:30 +04:00
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2007-01-19 02:53:37 +03:00
|
|
|
git-merge-one-file - The standard helper program to use with git-merge-index
|
2005-05-11 01:32:30 +04:00
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2005-09-08 04:26:23 +04:00
|
|
|
'git-merge-one-file'
|
2005-05-11 01:32:30 +04:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2008-07-03 09:41:41 +04:00
|
|
|
This is the standard helper program to use with 'git-merge-index'
|
|
|
|
to resolve a merge after the trivial merge done with 'git-read-tree -m'.
|
2005-05-11 01:32:30 +04:00
|
|
|
|
|
|
|
Author
|
|
|
|
------
|
2005-08-15 04:24:36 +04:00
|
|
|
Written by Linus Torvalds <torvalds@osdl.org>,
|
2008-07-21 23:14:42 +04:00
|
|
|
Junio C Hamano <gitster@pobox.com> and Petr Baudis <pasky@suse.cz>.
|
2005-05-11 01:32:30 +04:00
|
|
|
|
|
|
|
Documentation
|
|
|
|
--------------
|
|
|
|
Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
|
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2008-06-06 11:07:32 +04:00
|
|
|
Part of the linkgit:git[1] suite
|