git-gui
git-gui copied to clipboard
Tcl/Tk based UI for Git. I am currently acting as the project's maintainer.
### Steps to reproduce: 1. download and unpack [partial-staging-and-custom-diff.zip](https://github.com/prati0100/git-gui/files/13706658/partial-staging-and-custom-diff.zip) 2. cd partial-staging-and-custom-diff 3. git gui 4. RMB on changed lines ### Behavior: "Stage Hunk/Line For Commit" menu entries are grayed...
This patch fixes issue https://github.com/prati0100/git-gui/issues/68 I used `gui.encoding` as console encoding, but it can be better to introduce new option eg `gui.console-encoding` for it.
Add Traditional Chinese..
If a source hoster renders commit messages with lines as paragraphs, newlines can be visually relevant. Then to avoid pointless paragraph breaks, I have to write very long commit lines....
When working with literal filenames that start with a tilde, we need to work around TCL helpfully expanding that into a users home directory. I hope I've caught all the...
Since Git v2.39.1, we are a bit more stringent in searching the PATH. In particular, we specifically require the `.exe` suffix. However, the `Repository>Explore Working Copy` command asks for `explorer.exe`...
Hi everyone, When I start git gui in Git for Windows, my prepare-commit-msg hook fails because the path to the commit message file that is passed does not exist. However,...
I've just installed git-for-windows on Windows 11. When I use "Repository / Explore Working Copy" from the menu, it fails with this error message: ``` explorer.exe not found in PATH...
Being red-green colorblind, git gui's diff view is hard to parse for me. Right now I'm patching git gui to replace `#00a000` with `blue`, but each time git gets updated,...
Hi :) I'm using following versions: > git-gui version 0.21.GITGUI > git version 2.39.0 > Tcl/Tk version 8.6.13 > kernel '6.0.15-1-MANJARO' > Manjaro Linux 22.0.0 Sikaris and I'm getting these...