File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1283,7 +1283,7 @@ load_config 0
1283
1283
apply_config
1284
1284
1285
1285
# v1.7.0 introduced --show-toplevel to return the canonical work-tree
1286
- if {[ package vsatisfies $_git_version 1.7.0] } {
1286
+ if {[ package vsatisfies $_git_version 1.7.0- ] } {
1287
1287
if { [ is_Cygwin] } {
1288
1288
catch {set _gitworktree [ exec cygpath --windows [git rev-parse --show-toplevel] ]}
1289
1289
} else {
@@ -1539,7 +1539,7 @@ proc rescan_stage2 {fd after} {
1539
1539
close $fd
1540
1540
}
1541
1541
1542
- if {[ package vsatisfies $::_git_version 1.6.3] } {
1542
+ if {[ package vsatisfies $::_git_version 1.6.3- ] } {
1543
1543
set ls_others [ list --exclude-standard]
1544
1544
} else {
1545
1545
set ls_others [ list --exclude-per-directory=.gitignore]
You can’t perform that action at this time.
0 commit comments