2005-09-08 00:26:23 +00:00
|
|
|
git-merge-one-file(1)
|
|
|
|
=====================
|
2005-05-10 21:32:30 +00:00
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2007-01-18 23:53:37 +00:00
|
|
|
git-merge-one-file - The standard helper program to use with git-merge-index
|
2005-05-10 21:32:30 +00:00
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2011-07-02 02:38:26 +00:00
|
|
|
[verse]
|
2010-01-09 23:33:00 +00:00
|
|
|
'git merge-one-file'
|
2005-05-10 21:32:30 +00:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2010-01-09 23:33:00 +00: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-10 21:32:30 +00:00
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2008-06-06 07:07:32 +00:00
|
|
|
Part of the linkgit:git[1] suite
|