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

**Describe the bug** When I override the default theme or try to add a new one, it doesn’t affect `gitui`’s theme. **To Reproduce** Steps to reproduce the behavior: 1. Install...

bug
help wanted

**Describe the bug** Files with `.ts` and `.tsx` files are supported. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Files' tab 2. Select a typescript file with `.ts`...

bug

When a file without newline at the end is "fixed" by adding a newline, the diff view shows the message "\ No newline at end of file" in green: ![image](https://github.com/extrawurst/gitui/assets/2412819/9fe9427d-cc5a-4b4e-b23f-0797229c277c)...

bug

This Pull Request fixes/closes #2188. It changes the following: - Adds support for external bin signing with ssh keys EDIT: I have added a test for the new feature, let...

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.58 to 1.0.60. Release notes Sourced from thiserror's releases. 1.0.60 Resolve unexpected_cfgs warning (#298) 1.0.59 Unblock testing of rustc debug-fmt-detail option (#297) Commits 870d11b Release 1.0.60 0ccee7c...

dependencies

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.199 to 1.0.201. Release notes Sourced from serde's releases. v1.0.201 Resolve unexpected_cfgs warning (#2737) v1.0.200 Fix formatting of "invalid type" and "invalid value" deserialization error messages containing...

dependencies

**Is your feature request related to a problem? Please describe.** When I open the blame view, I have to scroll down to the piece of code I care about, often...

good first issue
feature-request

For example in tig (and similarly in magit) you can blame recursively like this: Start by blaming some file, go to some line. Then press `,` to show the blame...

feature-request

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.83. Release notes Sourced from anyhow's releases. 1.0.83 Integrate compile-time checking of cfgs (#363) Commits 96f0392 Release 1.0.83 17bbd1e Merge pull request #363 from dtolnay/checkcfg...

dependencies

This PR is in response to #1093. It changes how GitUI gets the remote to fetch from. This is a follow-up PR to #2156 which added similar behaviour for pushing....