gitui
gitui copied to clipboard
Blazing π₯ fast terminal-ui for git written in rust π¦
**Is your feature request related to a problem? Please describe.** Currently, I need to exit the diff view to open the editor. **Describe the solution you'd like** Add a binding...
**Is your feature request related to a problem? Please describe.** Currently, we can use `l` to enter the diff view, but not `h` to exit it. **Describe the solution you'd...
This Pull Request partly addresses #2748. The "error" result from the binary search was not taken into account after an update to the status tree, which lead to files being...
Hard tabs are shown with two spaces instead of eight spaces: Is this configurable, or can gitui follow `.editorconfig` of the project?
Sorcery's can be an options , to use or not to use _Originally posted by @jarlungoodoo73 in https://github.com/jarlungoodoo73/cautious-broccoli/pull/3#discussion_r2578742816_
### Describe the bug Amending a signed commit overwrites the author (bad) and the committer (good). Amending an unsigned commit does not overwrite the author (good), but it also does...
**Is your feature request related to a problem? Please describe.** I am unable to use gitui in repositories initialized with the SHA-256 object format (git init --object-format=sha256). When I attempt...
This is a tracking issue for oxidizing `gitui`. Iβve only collected the areas that already have at least one PR. I want to add more context and details over time....
**Describe the bug** Attempted to navigate a git repo, and gitui crashed. See repro steps for description of initial navigation attempts. PanicHookInfo { payload: Any { .. }, location: Location...
This is a draft thatβs about 90 % done at this point (I hope). Iβm mostly opening it to get early CI feedback, and plan on expanding this description once...