Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Tests on Windows: $(pwd) must return Windows-style paths
[gitweb.git]
/
builtin-cat-file.c
diff --git
a/builtin-cat-file.c
b/builtin-cat-file.c
index 30d00a66649f749c8cf6e657734045382bc29e13..8fad19daedef8a38674ee35cd543983bad610857 100644
(file)
--- a/
builtin-cat-file.c
+++ b/
builtin-cat-file.c
@@
-137,7
+137,7
@@
static int cat_one_file(int opt, const char *exp_type, const char *obj_name)
break;
default:
- die("git cat-file: unknown option: %s
\n
", exp_type);
+ die("git cat-file: unknown option: %s", exp_type);
}
if (!buf)