Skip to content

Commit 5c9be4c

Browse files
committed
* https://github.com/j6t/git-gui: git-gui: fix inability to quit after closing another instance git-gui: sv.po: Update Swedish translation (576t0f0u) git-gui: note the new maintainer Makefile(s): do not enforce "all indents must be done with tab" Makefile(s): avoid recipe prefix in conditional statements doc: switch links to https doc: update links to current pages git-gui: po: fix typo in French "aperçu"
2 parents 06e570c + 2864e85 commit 5c9be4c

File tree

4 files changed

+1846
-1773
lines changed

4 files changed

+1846
-1773
lines changed

git-gui/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ You probably need to have root/admin permissions to install.
4242

4343
# Contributing
4444

45-
The project is currently maintained by Pratyush Yadav over at
46-
https://github.com/prati0100/git-gui. Even though the project is hosted at
45+
The project is currently maintained by Johannes Sixt at
46+
https://github.com/j6t/git-gui. Even though the project is hosted at
4747
GitHub, the development does not happen over GitHub Issues and Pull Requests.
4848
Instead, an email based workflow is used. The Git mailing list
4949
[[email protected]](mailto:[email protected]) is where the patches are

git-gui/git-gui.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2301,7 +2301,7 @@ proc do_quit {{rc {1}}} {
23012301
#
23022302
set save [gitdir GITGUI_MSG]
23032303
if {$GITGUI_BCK_exists && ![$ui_comm edit modified]} {
2304-
file rename -force [gitdir GITGUI_BCK] $save
2304+
catch { file rename -force [gitdir GITGUI_BCK] $save }
23052305
set GITGUI_BCK_exists 0
23062306
} elseif {[$ui_comm edit modified]} {
23072307
set msg [string trim [$ui_comm get 0.0 end]]

git-gui/po/fr.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@ msgstr "Dépôt Git (sous projet)"
16461646

16471647
#: lib/diff.tcl:222
16481648
msgid "* Binary file (not showing content)."
1649-
msgstr "* Fichier binaire (pas d'apperçu du contenu)."
1649+
msgstr "* Fichier binaire (pas d'aperçu du contenu)."
16501650

16511651
#: lib/diff.tcl:227
16521652
#, tcl-format

0 commit comments

Comments
 (0)