| 1860 | } |
| 1861 | |
| 1862 | static int is_fixup(enum todo_command command) |
| 1863 | { |
| 1864 | return command == TODO_FIXUP || command == TODO_SQUASH; |
| 1865 | } |
| 1866 | |
| 1867 | /* Does this command create a (non-merge) commit? */ |
| 1868 | static int is_pick_or_similar(enum todo_command command) |
no outgoing calls
no test coverage detected