projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4d34e2
)
git.c: LOGSIZE is unused after log printing cleanup.
author
Junio C Hamano
<junkio@cox.net>
Tue, 18 Apr 2006 04:47:35 +0000
(21:47 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 18 Apr 2006 04:47:35 +0000
(21:47 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
git.c
patch
|
blob
|
history
diff --git
a/git.c
b/git.c
index
016fa30
..
0be14bb
100644
(file)
--- a/
git.c
+++ b/
git.c
@@
-276,8
+276,6
@@
static int cmd_help(int argc, const char **argv, char **envp)
return 0;
}
-#define LOGSIZE (65536)
-
static int cmd_log_wc(int argc, const char **argv, char **envp,
struct rev_info *rev)
{