]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sequencer.h
path.c: don't call the match function without value in trie_find()
[thirdparty/git.git] / sequencer.h
index 3d0b68c34ce1fed23899415660127c999fa999c6..6704acbb9c93a55cb7ec69d2e045d67850bc4049 100644 (file)
@@ -129,6 +129,7 @@ int sequencer_pick_revisions(struct repository *repo,
                             struct replay_opts *opts);
 int sequencer_continue(struct repository *repo, struct replay_opts *opts);
 int sequencer_rollback(struct repository *repo, struct replay_opts *opts);
+int sequencer_skip(struct repository *repo, struct replay_opts *opts);
 int sequencer_remove_state(struct replay_opts *opts);
 
 #define TODO_LIST_KEEP_EMPTY (1U << 0)