gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
This Pull Request fixes/closes #875. It changes the following: - After deleting a branch, check if there are any upstream / tracking branches and ask if user wants to delete...
This PR is building off of #219 to successfully add PGP signing of git commits via the `sequoia_pgp` library. Git commits successfully show up as signed via `git log --show-signature`...
Debianize
This commit adds the required files to build for ubuntu/debian. Tested(=builded) on ubuntu bionic LTS and focal LTS, they already have new rust. Unfortunately debian havent [new rust](https://packages.debian.org/search?keywords=rustc), it cannot...
Hi @extrawurst, I thought it would be a good idea to push my preliminary solution because I have some questions. 1. ~~I looked at the other 2 implementations of AsyncSingleJob,...
Feature suggestion: add local branch names to the revlog. Personally I miss this feature a lot, I use it daily on the command line when working in a team that...
this allow the CredComponent to be reused across the all other components. Since at any time only one using compoenent (here PullComponent only for now) is visible only one these...
Original pull request: https://github.com/extrawurst/gitui/pull/506 I've fixed the following comments: 1. https://github.com/extrawurst/gitui/pull/506#discussion_r606654156 2. https://github.com/extrawurst/gitui/pull/506#discussion_r606653856 3. https://github.com/extrawurst/gitui/pull/506#discussion_r606654257 Please let me know whether those fixes are enough. I'm also not sure whether this...
Adds multi-line support for multi-line input boxes, in particular the commit message box:  This is done with ALT+Enter, because SHIFT+Enter does not work in terminals and so does not...