Skip to content

Commit

Permalink
Merge pull request #2391 from dscho/fixup-gitk-long-cmdline
Browse files Browse the repository at this point in the history
Fix refresh error in gitk
  • Loading branch information
dscho committed Nov 5, 2019
2 parents b330925 + 8e17f70 commit ffb6f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitk-git/gitk
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ proc updatecommits {} {
set fd [open [concat | git log --no-color -z --pretty=raw $show_notes \
--parents --boundary $args --stdin \
"<<[join [concat $revs "--" \
[escape_filter_paths
[escape_filter_paths \
$vfilelimit($view)]] "\\n"]"] r]
} err]} {
error_popup "[mc "Error executing git log:"] $err"
Expand Down

0 comments on commit ffb6f1c

Please sign in to comment.