Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cvsserver: add comments about database schema/usage
[gitweb.git]
/
sequencer.h
diff --git
a/sequencer.h
b/sequencer.h
index 99eb7fa09043094bdb6f1599c19716b9f578586c..9d57d57524d411c54d55346a5ecff67bc256595c 100644
(file)
--- a/
sequencer.h
+++ b/
sequencer.h
@@
-46,4
+46,8
@@
struct replay_opts {
int sequencer_pick_revisions(struct replay_opts *opts);
+extern const char sign_off_header[];
+
+void append_signoff(struct strbuf *msgbuf, int ignore_footer);
+
#endif