X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-merge-index.txt;h=60306429fb7cad45e063cef8f70fc79005df7f70;hb=556cb4e583ada79b7c2e632a548dca90a98c1b29;hp=1b99f2b3cdd939964c275a202ffa71dc5d1b8f44;hpb=215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7;p=git.git diff --git a/Documentation/git-merge-index.txt b/Documentation/git-merge-index.txt index 1b99f2b3..60306429 100644 --- a/Documentation/git-merge-index.txt +++ b/Documentation/git-merge-index.txt @@ -1,6 +1,5 @@ git-merge-index(1) ================== -v0.1, May 2005 NAME ---- @@ -13,7 +12,7 @@ SYNOPSIS DESCRIPTION ----------- -This looks up the (s) in the cache and, if there are any merge +This looks up the (s) in the index and, if there are any merge entries, passes the SHA1 hash for those files as arguments 1, 2, 3 (empty argument if no file), and as argument 4. File modes for the three files are passed as arguments 5, 6 and 7. @@ -24,7 +23,7 @@ OPTIONS Interpret all following arguments as filenames. -a:: - Run merge against all files in the cache that need merging. + Run merge against all files in the index that need merging. -o:: Instead of stopping at the first failed merge, do all of them @@ -85,5 +84,5 @@ Documentation by David Greaves, Junio C Hamano and the git-list