/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
commit: fix patch hunk editing with "commit -p -m"
[git/git.git]
/
commit.h
diff --git
a/commit.h
b/commit.h
index
16d9c43
..
8d97a5c
100644
(file)
--- a/
commit.h
+++ b/
commit.h
@@
-304,4
+304,7
@@
extern void check_commit_signature(const struct commit* commit, struct signature
int compare_commits_by_commit_date(const void *a_, const void *b_, void *unused);
+LAST_ARG_MUST_BE_NULL
+extern int run_commit_hook(int editor_is_used, const char *index_file, const char *name, ...);
+
#endif /* COMMIT_H */