We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 221887a + 539052f commit 9a75ecdCopy full SHA for 9a75ecd
run-command.h
@@ -116,7 +116,7 @@ struct child_process {
116
unsigned no_stdin:1;
117
unsigned no_stdout:1;
118
unsigned no_stderr:1;
119
- unsigned git_cmd:1; /* if this is to be git sub-command */
+ unsigned git_cmd:1; /* if this is to be git sub-command */
120
121
/**
122
* If the program cannot be found, the functions return -1 and set
0 commit comments