summaryrefslogtreecommitdiffstats
path: root/src/confirm_rebase/mod.rs
AgeCommit message (Expand)Author
2021-01-27Rewrite display and input to use CrosstermTim Oram
2021-01-27Add mutable to cursesTim Oram
2021-01-27Add Size struct and refactorTim Oram
2020-11-01Import super::* in testsTim Oram
2020-10-29Move git interactive to todo file moduleTim Oram
2020-10-18Refactor the tests that use process utilsTim Oram
2020-09-20Add Display to process_module_handle_input_testTim Oram
2020-09-20Rename assert_handle_input_result macroTim Oram
2020-09-20Remove the exiting moduleTim Oram
2020-09-17Move error handling to process moduleTim Oram
2020-09-17Fix linting issues in test utilitiesTim Oram
2020-09-16Support a list of inputs in process input testTim Oram
2020-09-15Refactor process module input testsTim Oram
2020-09-14Refactor data render testsTim Oram
2020-09-02Add confirm rebase module testsTim Oram
2020-09-02Refactor help to not be a process moduleTim Oram
2020-09-01Ensure rebuild of ViewDataTim Oram
2020-09-01Cleanup the render stage in the Process moduleTim Oram
2020-08-02Move prompt to ViewDataTim Oram
2020-07-29Apply const to functions where possibleTim Oram
2020-07-29Remove most usages of pub(crate)Tim Oram
2020-07-29Enable all rustc lintsTim Oram
2020-03-17Refactor input handlingTim Oram
2019-12-28Update visibility to be required minimumTim Oram
2019-06-21Move confirm rebase to moduleTim Oram