gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
Commits were sorted by time in diff view. That's wrong as some people like to commit in the future or past. To see the fix just compare my commit to...
Bumps [serial_test](https://github.com/palfrey/serial_test) from 1.0.0 to 3.0.0. Release notes Sourced from serial_test's releases. v3.0.0 What's Changed Multi key support palfrey/serial_test#102 Attributes like #[serial(one, two)] are now supported (for all attributes) This...
This Pull Request fixes/closes https://github.com/extrawurst/gitui/issues/1860 Tested on [Linux github repo](https://github.com/torvalds/linux) searching anything - it's big enough to make filtering take time. It changes the following: - Adds cancellation_flag to AsyncCommitFilterJob...
especially searching in the filenames of commits can take very long and can be annoying to have to kill `gitui` to abort
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.39 to 1.0.56. Release notes Sourced from thiserror's releases. 1.0.56 Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache 1.0.55 Work around improperly...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.78 to 1.0.79. Release notes Sourced from anyhow's releases. 1.0.79 Work around improperly cached build script result by sccache (#340) Commits 71ab53d Release 1.0.79 60705a5 Merge pull...
This Pull Request fixes/closes #745. It changes the following: - Add syntax highlighting for blame view I followed the checklist: - [ ] I added unittests - [x] I ran...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: Remap Ctrl+Q to quit, with Ctrl+C being now available for...
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.4.0 to 3.9.0. Changelog Sourced from tempfile's changelog. 3.9.0 Updates windows-sys to 0.52 Updates minimum rustix version to 0.38.25 3.8.1 Update rustix to fix a potential panic...
Right now this is not optimized for long diffs. TODO: - [ ] feed it less context if diff gets >4k - [ ] feed list of files touched first...