From b2bab8d91b346abf4a4603d443df2dce7b62301f Mon Sep 17 00:00:00 2001 From: Steffen Prohaska Date: Mon, 25 May 2009 06:44:26 +0200 Subject: [PATCH] Revert "Renaming .gitk-new to .gitk fails if there is already a .gitk." This reverts commit 3a8b35c3e37369014dc06c767e8fa569150a1e59 A quick test showed that this is unnecessary. Unfortunately, the commit message does not explain the specific reason for the patch. It could be issues with FAT or Windows shares. We hope that this is fixed since we switched to Tcl/Tk 8.5.5. --- gitk-git/gitk | 1 - 1 file changed, 1 deletion(-) diff --git a/gitk-git/gitk b/gitk-git/gitk index a5f77e2f87..1a7887b252 100644 --- a/gitk-git/gitk +++ b/gitk-git/gitk @@ -2568,7 +2568,6 @@ proc savestuff {w} { } puts $f "}" close $f - catch {file delete "~/.gitk"} file rename -force "~/.gitk-new" "~/.gitk" } set stuffsaved 1