Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-06-17 04:09:20 +0400
committerJunio C Hamano <gitster@pobox.com>2010-06-17 04:09:31 +0400
commit3c0ae1bd729284d6cdb7a4bc3cb3d8cfe9fd08c1 (patch)
treef0c3bfc1011c4b71e3ddda170e6bc6c617fa5023 /builtin
parent6068cdcc832040ac644c56953be0670bb09afd12 (diff)
parent45a0ee116348d1b36756fe47d338713c06b918ad (diff)
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) {