tokkee.org
Code
projects
/
git.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Document "git stash message..."
[git.git]
/
exec_cmd.h
1
#ifndef GIT_EXEC_CMD_H
2
#define GIT_EXEC_CMD_H
3
4
extern void git_set_exec_path(const char *exec_path);
5
extern const char* git_exec_path(void);
6
extern int execv_git_cmd(const char **argv); /* NULL terminated */
7
extern int execl_git_cmd(const char *cmd, ...);
8
9
10
#endif /* GIT_EXEC_CMD_H */