Skip to content

Commit ffb6f1c

Browse files
authored
Merge pull request #2391 from dscho/fixup-gitk-long-cmdline
Fix refresh error in gitk
2 parents b330925 + 8e17f70 commit ffb6f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitk-git/gitk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ proc updatecommits {} {
580580
set fd [open [concat | git log --no-color -z --pretty=raw $show_notes \
581581
--parents --boundary $args --stdin \
582582
"<<[join [concat $revs "--" \
583-
[escape_filter_paths
583+
[escape_filter_paths \
584584
$vfilelimit($view)]] "\\n"]"] r]
585585
} err]} {
586586
error_popup "[mc "Error executing git log:"] $err"

0 commit comments

Comments
 (0)