mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-17 04:23:29 -05:00
Revert "git-gui: correctly restore GIT_DIR after invoking gitk"
This reverts commit a9af64ee54.
Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
This commit is contained in:
@@ -2214,8 +2214,6 @@ proc do_gitk {revs {is_submodule false}} {
|
||||
|
||||
if {$old_GIT_DIR ne {}} {
|
||||
set env(GIT_DIR) $old_GIT_DIR
|
||||
} else {
|
||||
unset env(GIT_DIR)
|
||||
}
|
||||
cd $pwd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user