Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
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
raw
|
patch
| inline |
side by side
(parent:
a4d34e2
)
diff --git
a/git.c
b/git.c
index 016fa30d37ed343609e5d3fd8ec43881de91f561..0be14bb487414153d76919f1f36ed78e899042c1 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)
{