summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2018-10-27Add configuration of output colorsTim Oram
2018-10-26Update dependenciesTim Oram
2018-07-10Add support for core.commentCharTim Oram
Having the configuration option core.commentChar set to anything other than # would result in the tool being unable to read the rebase tool. This change reads the configuration value and uses it over the hard-coded value.
2018-04-01Update documentationTim Oram
2018-04-01Switch to clap for arguments and add --helpTim Oram
2018-04-01Update dependenciesTim Oram
2018-03-31Fix inconsistent namingTim Oram
2018-03-03Update READMETim Oram
Add information on the Windows build, related projects and some minor fixes.
2018-03-03Use version number from Cargo.tomlTim Oram
The hard coded version number was easy to forget to update, so use the value from the Cargo.toml file.
2017-12-29Added version optionTim Oram
2017-11-21Integrate and fix clippy errorsTim Oram
2017-03-27Added show commit infoTim Oram
closes #25
2017-02-11Refactor into modules with testsTim Oram
2017-01-29Fixed overflow on moveTim Oram
Caused by window being a greater height than number of items
2017-01-28Added page up/down supportTim Oram
2017-01-27Fix crash when window shrinks below 4 rowsTim Oram
2017-01-27Added scrolling indicatorsTim Oram
2017-01-27Format and style fixesTim Oram
- Removed some indentation errors - Removed some dead code - Tidy up README
2017-01-26Fixed crash on noop rebasesTim Oram
2017-01-23Added scrolling on long inputTim Oram
2017-01-23Fixed error in key binding messagingTim Oram
2017-01-21Updated helpTim Oram
2017-01-07Complete rewritev0.2.00.2.0Tim Oram
2016-12-22Initial project commit0.1.0Tim Oram