gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
This Pull Request fixes #1149 It changes the following: - A ssh key path in `user.signingKey` of gitconfig will be used to sign the commit I followed the checklist: -...
Once the panic handler is installed any panic is not reported and the app just closes (it writes the log file if there is one). I suspect that the eprintln!...
### Discussed in https://github.com/extrawurst/gitui/discussions/2033 Originally posted by **valerio-pescatori** February 7, 2024 Hi everyone! I recently moved from vscode to helix and I'm using gitui to manage the git part in...
> Memory corruption, denial of service, and arbitrary code execution in libgit2 | Details | | | ------------------- | ---------------------------------------------- | | Package | `libgit2-sys` | | Version | `0.15.2+1.6.4`...
**Is your feature request related to a problem? Please describe.** I'd love a shortcut for `git commit --fixup ` from within gitui. [Here](https://dev.to/koffeinfrei/the-git-fixup-workflow-386d) is an article describing a common use...
**Describe the bug** When I try to push or fetch on gitui, it asked me to type the password but I'm using github-token to remote to the github repo, I...
gitui seems to support default order(lex-asc) by branch name only. It will be very helpful when support options to change branch.sort config (e.g. `git branch --sort -committerdate`)
**Describe the bug** I set $EDITOR to vim and I need to edit more than one files from the 'Files' tab. However, each time when I quit from vim, gitui...
I would like some more visual clues while scanning a log view as to what is important or not or might be related to the thing I'm looking for. My...
I wonder whether  library might be a viable substitute/alternative for openssl dependence? This would make gitui completely implemented in rust without any external dependencies.