Hi Junio, Please pull in changes in git-gui for Git v2.30. I hope the PR is not too late this time. Thanks. --- The following changes since commit 38c2ac2e2ab00a8bcef528f24cb5b883b4413e5c: Merge branch 'sh/blame-tooltip' (2020-10-17 15:05:27 +0530) are available in the Git repository at: https://github.com/prati0100/git-gui.git for you to fetch changes up to 7b0cfe156e1f1fbb77ab35d55d48eef41625944d: Merge branch 'sh/inactive-background' (2020-12-19 01:02:34 +0530) ---------------------------------------------------------------- David Aguilar (1): git-gui: ssh-askpass: add a checkbox to show the input text Dimitriy Ryazantcev (1): git-gui: update Russian translation Martin Schön (1): git-gui: use commit message template Pratyush Yadav (8): git-gui: Only touch GITGUI_MSG when needed Merge branch 'ms/commit-template' Merge branch 'dr/russian-translation' Merge branch 'da/askpass-mask-checkbox' Merge branch 'sh/macos-labels' Merge branch 'rj/clean-speedup' Merge branch 'st/selected-text-colors' Merge branch 'sh/inactive-background' Ramsay Jones (1): Makefile: conditionally include GIT-VERSION-FILE Serg Tereshchenko (1): git-gui: Fix selected text colors Stefan Haller (2): git-gui: fix colored label backgrounds when using themed widgets git-gui: use gray background for inactive text widgets Makefile | 2 + git-gui--askpass | 15 +- git-gui.sh | 30 +- lib/commit.tcl | 1 + lib/themed.tcl | 41 +- po/ru.po | 3053 +++++++++++++++++++++++++++++------------------------- 6 files changed, 1728 insertions(+), 1414 deletions(-) -- Regards, Pratyush Yadav