summaryrefslogtreecommitdiff
path: root/builtin/notes.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-06-16 17:09:20 -0700
committerJunio C Hamano <gitster@pobox.com>2010-06-16 17:09:31 -0700
commit3c0ae1bd729284d6cdb7a4bc3cb3d8cfe9fd08c1 (patch)
treef0c3bfc1011c4b71e3ddda170e6bc6c617fa5023 /builtin/notes.c
parent6068cdcc832040ac644c56953be0670bb09afd12 (diff)
parent45a0ee116348d1b36756fe47d338713c06b918ad (diff)
downloadgit-3c0ae1bd729284d6cdb7a4bc3cb3d8cfe9fd08c1.tar.gz
Merge 'maint' updates in
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/notes.c')
-rw-r--r--builtin/notes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/notes.c b/builtin/notes.c
index ba8fd178c8..648033c27e 100644
--- a/builtin/notes.c
+++ b/builtin/notes.c
@@ -416,7 +416,7 @@ int notes_copy_from_stdin(int force, const char *rewrite_cmd)
{
struct strbuf buf = STRBUF_INIT;
struct notes_rewrite_cfg *c = NULL;
- struct notes_tree *t;
+ struct notes_tree *t = NULL;
int ret = 0;
if (rewrite_cmd) {