X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=builtin-ls-tree.c;h=201defd9344a25e16066dc7d0a0a8f5707a930cb;hb=ee24ee55c28e46b502e4e2d219feced5a5d67e6b;hp=261147fdbe76cf9d277bd420cc17efedecc2da2f;hpb=e6a4e5816e0b521713e899cafa60b0dd6bc74eec;p=git.git diff --git a/builtin-ls-tree.c b/builtin-ls-tree.c index 261147fdb..201defd93 100644 --- a/builtin-ls-tree.c +++ b/builtin-ls-tree.c @@ -14,10 +14,10 @@ static int line_termination = '\n'; #define LS_TREE_ONLY 2 #define LS_SHOW_TREES 4 #define LS_NAME_ONLY 8 -static int abbrev = 0; -static int ls_options = 0; +static int abbrev; +static int ls_options; static const char **pathspec; -static int chomp_prefix = 0; +static int chomp_prefix; static const char *ls_tree_prefix; static const char ls_tree_usage[] =