Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
status: report matching ignored and normal untracked
[gitweb.git]
/
sequencer.h
diff --git
a/sequencer.h
b/sequencer.h
index 878dd296f8c892ea1ea15670a628b5a80f0161c9..6f3d3df82c0ade64b7b125acd49bf3f5e15c53af 100644
(file)
--- a/
sequencer.h
+++ b/
sequencer.h
@@
-50,6
+50,8
@@
int sequencer_make_script(int keep_empty, FILE *out,
int transform_todo_ids(int shorten_ids);
int check_todo_list(void);
+int skip_unnecessary_picks(void);
+int rearrange_squash(void);
extern const char sign_off_header[];