gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
followup to #59: - [ ] discard untracked lines - [ ] stage/unstage untracked lines
Hello! Love this tool, thanks for your work 😄 I encountered and reproduced an issue with the Windows binary on repositories containing long filenames. **Bug description** On Windows, when running...
It changes the following: - displays the commit name besides the hash in the file view I followed the checklist: - [ ] I added unittests - [x] I ran...
This Pull Request fixes #1341. It changes the following: - displays current repository path in the top-right corner I followed the checklist: - [ ] I added unittests - [x]...
This Pull Request fixes/closes #1160. It changes the following: - When copying the hash of a commit, it displays a confirmation dialog if it has been copied correctly I followed...
This Pull Request fixes/closes #1374. It changes the following: - Adds a "Commit no-verify" option to the commit workflow. I think there is likely a cleaner way that just adds...
This Pull Request fixes/closes https://github.com/extrawurst/gitui/issues/1392 . It changes the following: - add clean to make file - thats it I followed the checklist: - [ ] I added unittests -...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when type cargo clean, instead of...
This Pull Request fixes the current CI failures It changes the following: - applies latest nightly clippy lints - disables `clippy::missing_const_for_fn` due to hight number of false positives on nightly...