X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=update-index.c;h=797245ab276543edc5d7605b57f5175278436234;hb=84f11a43358b77a936770b908cb245ae1ad86c58;hp=ce1db38d16928d8b5085cb6e177f40fff9a978cf;hpb=862e5dccbdad3eb6bfc49b98b9fd7207ca4c0c63;p=git.git diff --git a/update-index.c b/update-index.c index ce1db38d..797245ab 100644 --- a/update-index.c +++ b/update-index.c @@ -577,9 +577,11 @@ int main(int argc, const char **argv) break; } if (!strcmp(path, "--index-info")) { + if (i != argc - 1) + die("--index-info must be at the end"); allow_add = allow_replace = allow_remove = 1; read_index_info(line_termination); - continue; + break; } if (!strcmp(path, "--ignore-missing")) { not_new = 1;