gitui
gitui copied to clipboard
Blazing π₯ fast terminal-ui for git written in rust π¦
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.204 to 1.0.209. Release notes Sourced from serde's releases. v1.0.209 Fix deserialization of empty structs and empty tuples inside of untagged enums (#2805, thanks @βMingun) v1.0.208 Support...
Bumps [gix](https://github.com/Byron/gitoxide) from 0.64.0 to 0.66.0. Release notes Sourced from gix's releases. gix v0.66.0 New Features add objects::tree::diff::Platform::stats() to quickly obtain diff-stats. This function is inspired by git2 which also...
Bumps [which](https://github.com/harryfei/which-rs) from 6.0.2 to 6.0.3. Release notes Sourced from which's releases. 6.0.3 Enhance tracing feature with some debug level logs for higher level logic. Changelog Sourced from which's changelog....
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.6 to 2.4.0. Changelog Sourced from indexmap's changelog. 2.4.0 Added methods IndexMap::append and IndexSet::append, moving all items from one map or set into another, and leaving the...
**Describe the bug** Line-breaks colour is rendered verbatim, as the HEX colour. **To Reproduce** Add the following to your `theme.ron` ```ron ( line_break: Some("#005e8b") ) ``` **Expected behavior** Hunks in...
Bumps [ratatui](https://github.com/ratatui-org/ratatui) from 0.27.0 to 0.28.0. Release notes Sourced from ratatui's releases. v0.28.0 0.28.0 - 2024-08-07 "If you are what you eat, then I only want to eat the good...
**Describe the bug** `gitui` crashes. **To Reproduce** ~~Unreproducible. Roughly: several different origins and branches. Some branches exist only on remotes.~~ I am now able to reproduce this reliably when HEAD...
**Is your feature request related to a problem? Please describe.** Starting `--watcher` mode depends on manual input or shell aliasing on the system. **Describe the solution you'd like** Configure default...
When opened in a sub-directory of a git repository, the log view crashes. Replacing `gix::open` by `gix::discover` fixes this issue. `gix::open` errors when the passed directory is not a git...
related to #358 , but https://github.com/dandavison/delta has wrong highlight when diffing `.vue` files. my draft implementation:  delta:  my impletation diffs the whole file twice, so the performance may...