summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2020-10-11fix another clippy warningStephan Dilly
2020-10-11clippy fixesStephan Dilly
2020-10-09dont allow unused importsStephan Dilly
2020-09-01revert clipboard feature on linux to fix static linux binary build (#261)v0.10.1Stephan Dilly
2020-08-28Rust1.46 and nightly ci (#246)Stephan Dilly
2020-08-26clippy fix and make perf warnings to errorsStephan Dilly
2020-07-29Add config migrationJon Grythe Stødle
2020-07-18remove config migration codeStephan Dilly
2020-07-17upgrade to rust 1.45 and fix new clippy warningsStephan Dilly
2020-07-12dont send noop GitNotification into appStephan Dilly
2020-07-07fix messing up users terminal after opening file in vi (related to #173)Stephan Dilly
2020-07-07Add command to edit selected file in editorJon Grythe Stødle
2020-07-06switch deprecated transitive dependency `net2`->`socket2` - crossterm update ...Stephan Dilly
2020-07-04hide cursor again after external editor closes (fixes #168)Stephan Dilly
2020-07-04add profiling featureStephan Dilly
2020-06-30use condvar/mutex to not busywait when suspending input polling (closes #153)Stephan Dilly
2020-06-29move input into app so start/stop polling is less awkwardStephan Dilly
2020-06-29simplify spinner and mainloop to reduce log noise (#156)Stephan Dilly
2020-06-26Add support for external editorJon Grythe Stødle
2020-06-23make draw take shared ref againStephan Dilly
2020-06-23indicate whether input polling state in process of changingStephan Dilly
2020-06-22renameStephan Dilly
2020-06-22allow input polling to be paused (#114)Stephan Dilly
2020-06-15fix clippyStephan Dilly
2020-06-15cache config path callStephan Dilly
2020-06-15Move config directoryJon Grythe Stødle
2020-06-04add --directory option (#104)A. Carscadden
2020-06-01Support more commands (#101)Stephan Dilly
2020-05-31add clippy::nursery checksStephan Dilly
2020-05-30little error message rewording (closes #100)Stephan Dilly
2020-05-30expressive error msg when run in bare repo (closes #100)Stephan Dilly
2020-05-28update readme,changelog and rename logging arg (#88)Stephan Dilly
2020-05-28replaces GITUI_LOGGING env variable by `-l` or `--gitui-logging` cmdline argu...Stepan Henek
2020-05-23remove panic usage entirelyStephan Dilly
2020-05-23anyhow integration (closes #77)Mehran Kordi
2020-05-22enable cargo clippyStephan Dilly
2020-05-21output panics for simpler diagnosisStephan Dilly
2020-05-19merge usesStephan Dilly
2020-05-19Implement color themes #65 (closes #28)Mehran Kordi
2020-05-14better error msg when run outside of a git repo (closese #56)Stephan Dilly
2020-05-05Log view (#41)Stephan Dilly
2020-04-29spinner showing pending background workStephan Dilly
2020-04-28Switch to a tree view for changed files list (#37)Stephan Dilly
2020-04-24fix new clippy warningStephan Dilly
2020-04-22use xdg convention for log file location putting it in .cache (see #27)Stephan Dilly
2020-04-12show version in help popupStephan Dilly
2020-04-12draw once before mainloop to appear more snappyStephan Dilly
2020-04-03fix crash running outside of git repoStephan Dilly
2020-04-03introduce queue to get rid of event() return typeStephan Dilly
2020-04-02pedantic clippyStephan Dilly