Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
refs: convert update_ref and refs_update_ref to use struct object_id
[gitweb.git]
/
sequencer.h
diff --git
a/sequencer.h
b/sequencer.h
index 04a57e09a1d546f5eb69a2f4816358fb303513be..6f3d3df82c0ade64b7b125acd49bf3f5e15c53af 100644
(file)
--- a/
sequencer.h
+++ b/
sequencer.h
@@
-51,6
+51,7
@@
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[];