gitui icon indicating copy to clipboard operation
gitui copied to clipboard

Blazing πŸ’₯ fast terminal-ui for git written in rust πŸ¦€

Results 470 gitui issues
Sort by recently updated
recently updated
newest added

**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...

good first issue
feature-request

**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...

feature-request

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...

needs_work

Hard tabs are shown with two spaces instead of eight spaces: Is this configurable, or can gitui follow `.editorconfig` of the project?

bug

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...

bug

**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...

feature-request
upstream

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....

nostale

**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...

bug

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...