rebase-interactive.hon commit rebase -i: rewrite checkout_onto() in C (4df66c4)
   1#ifndef REBASE_INTERACTIVE_H
   2#define REBASE_INTERACTIVE_H
   3
   4int append_todo_help(unsigned edit_todo, unsigned keep_empty);
   5int edit_todo_list(unsigned flags);
   6
   7#endif