]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-merge-one-file.txt
t4034: abstract away SHA-1-specific constants
[thirdparty/git.git] / Documentation / git-merge-one-file.txt
CommitLineData
215a7ad1
JH
1git-merge-one-file(1)
2=====================
2cf565c5
DG
3
4NAME
5----
c3f0baac 6git-merge-one-file - The standard helper program to use with git-merge-index
2cf565c5
DG
7
8
9SYNOPSIS
10--------
7791a1d9 11[verse]
0b444cdb 12'git merge-one-file'
2cf565c5
DG
13
14DESCRIPTION
15-----------
0b444cdb
TR
16This 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'.
2cf565c5 18
2cf565c5
DG
19GIT
20---
9e1f0a85 21Part of the linkgit:git[1] suite