git-gui
git-gui copied to clipboard
Tcl/Tk based UI for Git. I am currently acting as the project's maintainer.
Sorry, not too familiar with git-gui or even working in Ubuntu desktop. Most things in the desktop seem to work as expected but I can't copy the text out of...
The "install" target fails if the installation path does not support hard links (I noticed this when installing `git' into a bind-mounted directory). When installing `git' (which comes with git-gui),...
All the documentation links point to GIT manuals. I can't find how to add tools through the GUI. I'm trying to all Open Office Text as a tool to my...
In modern git versions when file was both renamed/moved and changed, `git diff` shows actual diff in content, while `git gui` still displays old version of file as removed and...
It seems like git-gui is using `xdg-open` or something like that when clicking on "link" with current file name. It would be great if it was possible to use custom...
Recently, [IntelliJ introduced autocompletion in commit messages](https://twitter.com/ZacSweers/status/1200262499393773573) for code references. It would be nice to have this in git-gui, too.
Menus can be popped out by using the "line" at the top of every menu item under the top menu bar. It would be nice to remember where they were...
This would help close the gap in git-gui functionality. The code to display side-by-side diff, and to perform chunk-by-chunk merge can be borrowed from [tkdiff](https://sourceforge.net/projects/tkdiff/).
It would be a great quality-of-life improvement, and would allow a degree of customization.
Right now, if you want to stage all files, you need to go into "Commit" menu or use the `Ctrl-I` shortcut. And there is no way to unstage all files....