Hi,
On Sat, 1 Mar 2008, Denis Cheng wrote:
quoted hunk ↗ jump to hunk
Signed-off-by: Denis Cheng <redacted>
---
builtin-log.c | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/builtin-log.c b/builtin-log.c
index bbadbc0..0f7ee1f 100644
--- a/builtin-log.c
+++ b/builtin-log.c
@@ -20,6 +20,7 @@
static int default_show_root = 1;
static const char *fmt_patch_subject_prefix = "PATCH";
+static const char *fmt_pretty;
Don't you want to initialise this?
Ciao,
Dscho