Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-send-email: add a new sendemail.to configuration variable
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index e9c80be4cd3f2833dd227e3d2f3c69e2145935e2..6f888f64767ee78ef198180c6e628ddb60e09191 100644
(file)
--- a/
fast-import.c
+++ b/
fast-import.c
@@
-1817,7
+1817,7
@@
static void file_change_m(struct branch *b)
} else if (oe) {
if (oe->type != OBJ_BLOB)
die("Not a blob (actually a %s): %s",
-
command_buf.buf, typename(oe->type)
);
+
typename(oe->type), command_buf.buf
);
} else {
enum object_type type = sha1_object_info(sha1, NULL);
if (type < 0)