summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-06-16 17:09:20 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-06-16 17:09:31 -0700
commit3c0ae1bd729284d6cdb7a4bc3cb3d8cfe9fd08c1 (patch)
treef0c3bfc1011c4b71e3ddda170e6bc6c617fa5023 /builtin
parentUpdate draft release notes to 1.7.2 (diff)
parentPrepare draft release notes to 1.7.1.1 (diff)
downloadtgif-3c0ae1bd729284d6cdb7a4bc3cb3d8cfe9fd08c1.tar.xz
Merge 'maint' updates in
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
-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) {