fixup! gitk: prevent overly long command lines

This adds a missing closing bracket.

Co-Authored-By: Johannes Schindelin <johannes.schindelin@gmail.com>
Signed-off-by: Max A.K <max@max630.net>
This commit is contained in:
Max A.K
2019-04-26 07:38:22 -04:00
committed by Johannes Schindelin
parent d91b855036
commit b62ef9ceea

View File

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