Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svnimport: support for incremental import
[gitweb.git]
/
run-command.h
diff --git
a/run-command.h
b/run-command.h
index 8156eac31b25c07d97b8e2d0c54d4b49e10b0531..59c4476ced789441eea3f68bfc7377e7e15e9b14 100644
(file)
--- a/
run-command.h
+++ b/
run-command.h
@@
-11,7
+11,7
@@
enum {
ERR_RUN_COMMAND_WAITPID_NOEXIT,
};
-#define RUN_COMMAND_NO_STDI
O
1
+#define RUN_COMMAND_NO_STDI
N
1
#define RUN_GIT_CMD 2 /*If this is to be git sub-command */
#define RUN_COMMAND_STDOUT_TO_STDERR 4
int run_command_v_opt(const char **argv, int opt);