DORMANTno replies

[PATCH] Use git-rev-parse --git-dir to determine GIT_DIR

From: Peter Baumann <hidden>
Date: 2016-08-11 19:22:56
Subsystem: the rest · Maintainer: Linus Torvalds

Signed-off-by: Peter Baumann <redacted>
---
 gitk |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/gitk b/gitk
index ab383b3..60f8212 100755
--- a/gitk
+++ b/gitk
@@ -8,12 +8,7 @@ exec wish "$0" -- "$@"
 # either version 2, or (at your option) any later version.
 
 proc gitdir {} {
-    global env
-    if {[info exists env(GIT_DIR)]} {
-	return $env(GIT_DIR)
-    } else {
-	return ".git"
-    }
+    return [exec git rev-parse --git-dir]
 }
 
 proc start_rev_list {view} {
-- 
1.4.3.3
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help