gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
> Potential segfault in `localtime_r` invocations | Details | | | ------------------- | ---------------------------------------------- | | Package | `chrono` | | Version | `0.4.19` | | URL | [https://github.com/chronotope/chrono/issues/499](https://github.com/chronotope/chrono/issues/499) |...
**Describe the bug** After enabling the key configuration as noted in [the documentation][1], I am still unable to use `hjkl` to navigate. There is another similar issue #1202, but I...
Sometimes code has simply been moved around, rather than deleted or added. It would be nice to be able to see this at a glance. The command `git diff --color-moved`...
**Describe the bug** Proxy config by `git config http.proxy ...` not working with GitUI , it works well from CLI. **Context (please complete the following information):** - OS/Distro + Version:...
During diff inspection, it would be nice to open the editor to the same line number as it is within the diff pane. This feature would allow to quickly make...
**Describe the bug** When I push, I get "Error push falied:git error:Bad credentials." and cannot push properly. Sorry, I saw a similar issue standing in the past, but could not...
**Describe the bug** Trying to launch gitui inside a sparse checkout produces the following message: ```bash invalid path please run gitui inside of a non-bare git repository ``` **To Reproduce**...
since #727 we have a way to visualise code in a syntax highlighted way, I think it could be added to the blame view aswell.
I'm on Windows and mostly I'm checking out files with CRLF EOLs and letting git commit them with LFs. This is fine, but it causes gitui's diff view to show...
All my commits are required to be signed at work. It would be awesome to be able to commit directly in gitui; for now I can stage files/hunk and commit...