Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
apply --numstat -z: line termination fix.
[gitweb.git]
/
builtin-runstatus.c
diff --git
a/builtin-runstatus.c
b/builtin-runstatus.c
index 7979d612912f629b83d96024d3402df005e53ca3..303c556da03664cdfe006525a95664e47c166805 100644
(file)
--- a/
builtin-runstatus.c
+++ b/
builtin-runstatus.c
@@
-25,6
+25,8
@@
int cmd_runstatus(int argc, const char **argv, const char *prefix)
}
else if (!strcmp(argv[i], "--verbose"))
s.verbose = 1;
+ else if (!strcmp(argv[i], "--untracked"))
+ s.untracked = 1;
else
usage(runstatus_usage);
}