gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
**Is your feature request related to a problem? Please describe.** It shows patches with a smaller tab space (4) than it should be (8). There is a tabs(1) command: "The...
**Describe the bug** win11 terminate gitui SHIFT keymap doesn't work **To Reproduce** win11 terminate powershell7.4 SHIFT doesn't work 1. Go to open terminate 2. Execution guiti 3. for expamle: switch...
This Pull Request is related to ([#2094](https://github.com/extrawurst/gitui/issues/2094), [#2098](https://github.com/extrawurst/gitui/issues/2098)) It changes the following: - Update ratatui lib to latest 0.26.1 following the https://github.com/ratatui-org/ratatui/blob/main/BREAKING-CHANGES.md documentation I followed the checklist: - [ ]...
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.13.0. Changelog Sourced from itertools's changelog. 0.13.0 Breaking Removed implementation of DoubleEndedIterator for ConsTuples (#853) Made MultiProduct fused and fixed on an empty iterator (#835,...
Bumps [parking_lot_core](https://github.com/Amanieu/parking_lot) from 0.9.9 to 0.9.10. Changelog Sourced from parking_lot_core's changelog. parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12 (2024-04-15) Fixed panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard (#431) Fixed RwLockUpgradeableReadGuard::with_upgraded...
A lot of SSH issues boil down to `.ssh/config` not being used. libgit2 added support for using OpenSSH instead of using libssh: https://github.com/libgit2/libgit2/pull/6617. currently `git2-rs` does not support building libgit2...
I want to scale work on GitUI better. Over the years I have been a driver of this project but also a single point of contention. This can be improved....
I havn't found another report. But it's also not really bad, just a nit, really: 
Trying to build Arch Linux distro packages for `gitui`, the current release cannot be built with `--locked` because the lock file is apparently out of sync with the Cargo manifest....
This Pull Request fixes/closes #2188, #2198. It changes the following: - Adds support for external bin signing with ssh keys I followed the checklist: - [x] I added unittests -...