gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
example `README` in linux repo: https://github.com/extrawurst/gitui/assets/776816/de9eb348-edd4-41ce-8051-4ad9b7b9d66e this needs to be more responsive and show a percentage progress like the new search
Working on prepare-commit-msg hook (still). prepare-commit-msg needs to run before commit message dialog is shown, this is doable . But in working on where to place that hook I find...
**Describe the bug** Opening the app in a repo containing a large uncommitted file has gitui quickly consuming all available memory on my system. I have to quit quickly before...
**Describe the bug** Wrong patch when line by line staging compared to using hunks or lazygit or ``git add -e``. **To Reproduce** Steps to reproduce the behavior: 1. Create a...
**Describe the bug** According to https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables git uses environment variables as primary source for name and email configuration. > The final creation of a Git commit object is usually done...
**Describe the bug** Error pulling repo with custom ssh command. The error does not happen when fetching the repo Shift + F There is no issue pulling repo directly in...
This Pull Request fixes/closes #97. It changes the following: - Add a new trait called `Sign` - Implement `Sign` for `gpg` commit signing via shellout - Users with a working...
updating a few major dependencies is blocked right now by the ecosystem taking its time to follow the new major versions of `syn` and `bitflags`. and minor versions of `regex-syntax`,...
`sync::branch::branch_compare_upstream` followup to #1845
derived from #1800 * show hits while still searching * highlight matches * search in diffs * search authors emails * ~~search progress bar~~ (via #1841) * ~~benchmark log-walking vs...