projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e447947
)
[PATCH] show-diff.c: do not include unused header file
author
Junio C Hamano
<junkio@cox.net>
Sun, 17 Apr 2005 16:53:35 +0000
(09:53 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sun, 17 Apr 2005 16:53:35 +0000
(09:53 -0700)
This is my bad. I added #include <ctype.h> to the file,
which I ended up not using and failed to remove it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
show-diff.c
patch
|
blob
|
history
diff --git
a/show-diff.c
b/show-diff.c
index
0af2f10
..
8a66e59
100644
(file)
--- a/
show-diff.c
+++ b/
show-diff.c
@@
-4,7
+4,6
@@
* Copyright (C) Linus Torvalds, 2005
*/
#include "cache.h"
-#include <ctype.h>
static char *diff_cmd = "diff -L '%s' -u -N - '%s'";