Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cvsexportcommit: add some examples to the documentation
[gitweb.git]
/
run-command.h
diff --git
a/run-command.h
b/run-command.h
index 2469eeaefbc19424d5ec61f173cc17b68a183bc5..ef3ee053dee4e60db1887020c8ab8840027ff649 100644
(file)
--- a/
run-command.h
+++ b/
run-command.h
@@
-12,7
+12,7
@@
enum {
};
#define RUN_COMMAND_NO_STDIO 1
-
+#define RUN_GIT_CMD 2 /*If this is to be git sub-command */
int run_command_v_opt(int argc, char **argv, int opt);
int run_command_v(int argc, char **argv);
int run_command(const char *cmd, ...);