Skip to content

Commit b62ef9c

Browse files
max630dscho
andcommitted
fixup! gitk: prevent overly long command lines
This adds a missing closing bracket. Co-Authored-By: Johannes Schindelin <[email protected]> Signed-off-by: Max A.K <[email protected]>
1 parent d91b855 commit b62ef9c

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
@@ -569,7 +569,7 @@ proc updatecommits {} {
569569
set fd [open [concat | git log --no-color -z --pretty=raw $show_notes \
570570
--parents --boundary $args --stdin \
571571
"<<[join [concat $revs "--" \
572-
$vfilelimit($view)] "\\n"]" r]
572+
$vfilelimit($view)] "\\n"]"] r]
573573
} err]} {
574574
error_popup "[mc "Error executing git log:"] $err"
575575
return

0 commit comments

Comments
 (0)