blob: 04e803d5d3362c97e92efc22bdec4fe526946c6f [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231git-merge-one-file(1)
2=====================
3
4NAME
5----
Junio C Hamano7c73c662007-01-19 00:37:506git-merge-one-file - The standard helper program to use with git-merge-index
Junio C Hamano1a4e8412005-12-27 08:17:237
8
9SYNOPSIS
10--------
Junio C Hamano15567bc2011-07-23 00:51:5911[verse]
Junio C Hamano1aa40d22010-01-21 17:46:4312'git merge-one-file'
Junio C Hamano1a4e8412005-12-27 08:17:2313
14DESCRIPTION
15-----------
Junio C Hamano1aa40d22010-01-21 17:46:4316This is the standard helper program to use with 'git merge-index'
17to resolve a merge after the trivial merge done with 'git read-tree -m'.
Junio C Hamano1a4e8412005-12-27 08:17:2318
Junio C Hamano1a4e8412005-12-27 08:17:2319GIT
20---
Junio C Hamanof7c042d2008-06-06 22:50:5321Part of the linkgit:git[1] suite