diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-06-16 17:09:20 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-06-16 17:09:31 -0700 |
commit | 3c0ae1bd729284d6cdb7a4bc3cb3d8cfe9fd08c1 (patch) | |
tree | f0c3bfc1011c4b71e3ddda170e6bc6c617fa5023 /builtin | |
parent | 6068cdcc832040ac644c56953be0670bb09afd12 (diff) | |
parent | 45a0ee116348d1b36756fe47d338713c06b918ad (diff) | |
download | git-3c0ae1bd729284d6cdb7a4bc3cb3d8cfe9fd08c1.tar.gz |
Merge 'maint' updates in
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/notes.c | 2 |
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) { |