Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
tests: Say "pass" rather than "ok" on empty lines for TAP
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index 2327cea5b2c9ebe8d545b5a648910077ee67cd64..c692526603358c189dce213f2d9729a7c26efa94 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-2620,7
+2620,6
@@
static void fill_metainfo(struct strbuf *msg,
}
/* fallthru */
default:
- /* nothing */
*must_show_header = 0;
}
if (one && two && hashcmp(one->sha1, two->sha1)) {