X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=merge-index.c;h=fa719cb0b1bd227423587c9e41eed77c755465a4;hb=65c6a4696a760f518c9f262705de030323c11146;hp=5599fd321bb4c09c1c0ce4fc62dfb9ecf5531c2b;hpb=12d6697f3a9f07db0c437438804aec994fc34035;p=git.git diff --git a/merge-index.c b/merge-index.c index 5599fd321..fa719cb0b 100644 --- a/merge-index.c +++ b/merge-index.c @@ -25,7 +25,7 @@ static void run_program(void) static int merge_entry(int pos, const char *path) { int found; - + if (pos >= active_nr) die("git-merge-index: %s not in the cache", path); arguments[0] = pgm;