From b62ef9ceea871df65680a2f6d7076e6a36ff0980 Mon Sep 17 00:00:00 2001 From: "Max A.K" Date: Fri, 26 Apr 2019 07:38:22 -0400 Subject: [PATCH] fixup! gitk: prevent overly long command lines This adds a missing closing bracket. Co-Authored-By: Johannes Schindelin Signed-off-by: Max A.K --- gitk-git/gitk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitk-git/gitk b/gitk-git/gitk index 01ee363207..4542c63d01 100755 --- a/gitk-git/gitk +++ b/gitk-git/gitk @@ -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