X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-merge-one-file.txt;h=ee059def79f85e770b23b34bce1dfc293434aa8b;hb=8506588107791336e23157543d243b8118943934;hp=dc8a96adb00c0b674e12e071a4a56f89bfe8583d;hpb=b7380fa7a9adb52860eef7e8885fb8bc179beae1;p=git.git diff --git a/Documentation/git-merge-one-file.txt b/Documentation/git-merge-one-file.txt index dc8a96adb..ee059def7 100644 --- a/Documentation/git-merge-one-file.txt +++ b/Documentation/git-merge-one-file.txt @@ -8,21 +8,12 @@ git-merge-one-file - The standard helper program to use with git-merge-index SYNOPSIS -------- -'git-merge-one-file' +'git merge-one-file' DESCRIPTION ----------- -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'. - -Author ------- -Written by Linus Torvalds , -Junio C Hamano and Petr Baudis . - -Documentation --------------- -Documentation by David Greaves, Junio C Hamano and the git-list . +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'. GIT ---