X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-update-index.c;h=560497750586ec61be4e34de6dedd9c307129817;hb=8b75d31c945c9361331db8cd554f25a8ea6abc4a;hp=65d5775107f9013526cc5b288a80a00b449e8814;hpb=de0db422782ddaf7754ac5b03fdc6dc5de1a9ae4;p=git.git diff --git a/builtin-update-index.c b/builtin-update-index.c index 65d577510..560497750 100644 --- a/builtin-update-index.c +++ b/builtin-update-index.c @@ -486,7 +486,7 @@ static int unresolve_one(const char *path) static void read_head_pointers(void) { if (read_ref("HEAD", head_sha1)) - die("No HEAD -- no initial commit yet?\n"); + die("No HEAD -- no initial commit yet?"); if (read_ref("MERGE_HEAD", merge_head_sha1)) { fprintf(stderr, "Not in the middle of a merge.\n"); exit(0);