]> asedeno.scripts.mit.edu Git - git.git/blobdiff - fast-import.c
git-send-email: add a new sendemail.to configuration variable
[git.git] / fast-import.c
index e9c80be4cd3f2833dd227e3d2f3c69e2145935e2..6f888f64767ee78ef198180c6e628ddb60e09191 100644 (file)
@@ -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)