Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-rebase -i: mention the short command aliases in the todo list
[gitweb.git]
/
builtin-cat-file.c
diff --git
a/builtin-cat-file.c
b/builtin-cat-file.c
index 200345e7fbd54d86fb1e4db228244b7a7a221562..f8b3160668e1eeff3ef9a893459c64992aa53b5b 100644
(file)
--- a/
builtin-cat-file.c
+++ b/
builtin-cat-file.c
@@
-159,6
+159,7
@@
static int batch_one_object(const char *obj_name, int print_contents)
if (get_sha1(obj_name, sha1)) {
printf("%s missing\n", obj_name);
+ fflush(stdout);
return 0;
}