summaryrefslogtreecommitdiffstats
path: root/src/args.rs
AgeCommit message (Collapse)Author
2023-07-30switch back to `dirs` (#1783)extrawurst
* switch back to `dirs`
2023-04-29Default to tick-based updates (#1657)Christoph Rüßler
* Default to tick-based updates This commit reintroduces code that was previously removed in favor of a notify-based update trigger. It turned out that notify-based updates can cause issues in larger repositories, so tick-based updates seemed like a safer default. https://github.com/extrawurst/gitui/issues/1444 https://github.com/extrawurst/gitui/pull/1310 * Add FAQ entry for --watcher * Remove --poll
2023-02-27fix clippy nightlyextrawurst
2023-02-17print message of where log will be writtenextrawurst
closes #1472
2022-12-10fix regular app exectuation after 045e9e5extrawurst
2022-12-10bugreport arg does not require paramextrawurst
fixes #1466
2022-11-21threaded watcher creation and arg for configextrawurst
new argument `polling` allows to force watcher to use polling instead of file system events. this should address the issue in #1436 and maybe even #1437
2022-11-14upgrade clapextrawurst
2022-08-17clap unittestextrawurst
2022-08-17msrv 160 (#1279)Stephan D
* bump edition * msrv 160 * upgrade clap and more deps
2022-04-24Add support for GIT_DIR and GIT_WORK_TREE environment variables (#1191)splitDEV
* Use git env variables for git dir and git workdir * Add changes to CHANGELOG.md * Fix indentation * Add link to PR Co-authored-by: Stephan D <776816+extrawurst@users.noreply.github.com>
2021-12-05support bare repos (#1028)Stephan Dilly
2021-08-17cargo fmt: use hardtabs Stephan Dilly
since it does not support hard-whitespaces its the only way to make whitespaces consisitent and checked
2021-06-05nightly clippy fixesStephan Dilly
2021-05-17fix logging broken in d4455a2Stephan Dilly
2021-05-16move args stuff into separate fileStephan Dilly