We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c29bf4a + b3f0c5c commit 5714722Copy full SHA for 5714722
1 file changed
git-gui/git-gui.sh
@@ -1283,7 +1283,7 @@ load_config 0
1283
apply_config
1284
1285
# v1.7.0 introduced --show-toplevel to return the canonical work-tree
1286
-if {[package vsatisfies $_git_version 1.7.0]} {
+if {[package vsatisfies $_git_version 1.7.0-]} {
1287
if { [is_Cygwin] } {
1288
catch {set _gitworktree [exec cygpath --windows [git rev-parse --show-toplevel]]}
1289
} else {
@@ -1539,7 +1539,7 @@ proc rescan_stage2 {fd after} {
1539
close $fd
1540
}
1541
1542
- if {[package vsatisfies $::_git_version 1.6.3]} {
+ if {[package vsatisfies $::_git_version 1.6.3-]} {
1543
set ls_others [list --exclude-standard]
1544
1545
set ls_others [list --exclude-per-directory=.gitignore]
0 commit comments