mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-16 19:41:56 -05:00
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:
committed by
Johannes Schindelin
parent
d91b855036
commit
b62ef9ceea
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user