projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Git 1.8.1-rc2
[git]
/
run-command.h
diff --git
a/run-command.h
b/run-command.h
index
44f7d2b
..
850c638
100644
(file)
--- a/
run-command.h
+++ b/
run-command.h
@@
-39,7
+39,6
@@
struct child_process {
unsigned stdout_to_stderr:1;
unsigned use_shell:1;
unsigned clean_on_exit:1;
- void (*preexec_cb)(void);
};
int start_command(struct child_process *);