gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
since https://github.com/extrawurst/gitui/pull/718 landed we have a new more performant/maintainable filetree. it is currently only used for the file-tree-view. we should switch it in for the old statustree aswell (for this...
after #1121 is merged we can blame at a specific file revision. this can be used to open the file blame at the right revision from the commit-details view.
Hi! I just found this project and think it's pretty cool! Anyway, I think it would be nice if the log view had an option to enter detached HEAD state...
**Describe the bug** I cloned a repo and added a 2nd remote. Using gitui, I issued the Pull[f] and it yielded 'Error: git: inconclusive remotes' and eventually got stuck on...
**Describe the bug** I can push from the command line normally `git push`, but pushing within `gitui` always fails due to 'bad credentials'. **To Reproduce** Commit some changes in `gitui`,...
**Context (please complete the following information):** - OS/Distro + Version: [e.g. `ubuntu 18.04 kernel-V4.15.0-176`] - GitUI Version [v0.20.1] - Rust version: [1.62.1] [gitui.log](https://github.com/extrawurst/gitui/files/9186093/gitui.log)
OS: Ubuntu ``` error: failed to run custom build command for `openssl-sys v0.9.74` Caused by: process didn't exit successfully: `/tmp/cargo-installWiwZKb/release/build/openssl-sys-01ffab66b9a28339/build-script-main` (exit status: 101) --- stdout cargo:rustc-cfg=const_fn cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_NO_VENDOR X86_64_UNKNOWN_LINUX_GNU_OPENSSL_NO_VENDOR unset cargo:rerun-if-env-changed=OPENSSL_NO_VENDOR...
**Is your feature request related to a problem? Please describe.** I much prefer to use an external diff tool but I couldn't find an easy way to do that. **Describe...
I like use my shell's job control features, but it seems Ctrl + Z is catched by gitui, so that nothing happens when I press it. Ideally, this would get...
**Describe the bug** See this image. I don't understand the keys for Close, Local/Remote, Checkout, also some unreadable text with Compare, Delete and Rebase.  **To Reproduce** Steps to reproduce...