gitui icon indicating copy to clipboard operation
gitui copied to clipboard

Blazing 💥 fast terminal-ui for git written in rust 🦀

Results 470 gitui issues
Sort by recently updated
recently updated
newest added

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

bug
dormant

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...

bug
help wanted
good first issue

**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...

bug
dormant

**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...

bug
help wanted
nostale

**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...

bug
upstream

**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...

bug
dormant

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`,...

help wanted
dependencies

`sync::branch::branch_compare_upstream` followup to #1845

feature-request

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...

feature-request