X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-read-tree.c;h=53087faf7a63e6268ffff5239142a00c120dcf8f;hb=68d42c41ef33cde500307660bb64a1c74f62711e;hp=8da8acbb0a25f88073254e21936a6ad5c6d0cca4;hpb=eb4541569d4fdfb1cbdf503cfbf433e63d79b663;p=git.git diff --git a/builtin-read-tree.c b/builtin-read-tree.c index 8da8acbb0..53087faf7 100644 --- a/builtin-read-tree.c +++ b/builtin-read-tree.c @@ -12,7 +12,7 @@ #include "unpack-trees.h" #include "builtin.h" -static struct object_list *trees = NULL; +static struct object_list *trees; static int list_tree(unsigned char *sha1) {