We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91b855 commit b62ef9cCopy full SHA for b62ef9c
gitk-git/gitk
@@ -569,7 +569,7 @@ proc updatecommits {} {
569
set fd [open [concat | git log --no-color -z --pretty=raw $show_notes \
570
--parents --boundary $args --stdin \
571
"<<[join [concat $revs "--" \
572
- $vfilelimit($view)] "\\n"]" r]
+ $vfilelimit($view)] "\\n"]"] r]
573
} err]} {
574
error_popup "[mc "Error executing git log:"] $err"
575
return
0 commit comments