Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Remove the annoying "ok" printout from show-diff.
[gitweb.git]
/
show-diff.c
diff --git
a/show-diff.c
b/show-diff.c
index d9af29fd876612855dfe659f6bb270804118edef..55b85768058ff36db3355979b55576741ec900fb 100644
(file)
--- a/
show-diff.c
+++ b/
show-diff.c
@@
-39,10
+39,8
@@
int main(int argc, char **argv)
continue;
}
changed = cache_match_stat(ce, &st);
- if (!changed) {
- printf("%s: ok\n", ce->name);
+ if (!changed)
continue;
- }
printf("%.*s: ", ce->namelen, ce->name);
for (n = 0; n < 20; n++)
printf("%02x", ce->sha1[n]);