gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
**Is your feature request related to a problem? Please describe.** Currently active branch isn't shown. **Describe the solution you'd like** Display currently active branch, for example in the top-right corner....
git error:invalid url: malformed hostname; class=Net (12); code=InvalidSpec (-12) for ipv6 address
gitui does not seem to fetch/push from valid ipv6 addresses **Steps to reproduce* While pulling ("f" key) from ipv6 addresed repo (git url defined as: ssh://MY_IPV_6_ADDRESS_HERE/~/projects/my_proj) i am getting following...
**Describe the bug** I can't open gitui. **To Reproduce** Go in a git project and launch gitui. Then, navigate to the second tab (log). Then, it closes with the error...
**Describe the bug** When I attempt to open gitui I get this error: GitUI was close due to an unexpected panic. Please file an issue on https://github.com/extrawurst/gitui/issues with the following...
An untracked file does not have any history data. Right now when you press `B` for the blame popup or the `H` for the history popup you get an empty...
**Describe the bug** If a repo implements a prepare-commit-msg which requires user input gitui will hang on various operations that trigger the hook (commit, rebase, merge, cherry pick). This is...
caused by ratatui: https://github.com/ratatui/ratatui/issues/1712 possible actions: * wait and see whether ratatui plans to migrate away * silence the warning
**Is your feature request related to a problem? Please describe.** When a stash record has been popped gitui goes to the Status tab instead of remaining in the Stashes tab....
**Is your feature request related to a problem? Please describe.** It should be easily possible to inspect the changes by a given git commit/patch or range of commits. **Describe the...
**Is your feature request related to a problem? Please describe.** ```Shell $git difftool --tool=gitui Viewing (1/2): ... Launch 'gitui' [Y/n]? Y Unknown merge tool gitui ``` **Describe the solution you'd...