Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix refresh error in gitk #2391

Merged
merged 1 commit into from
Nov 5, 2019

Conversation

dscho
Copy link
Member

@dscho dscho commented Nov 5, 2019

#2297 tried to escape the paths when refreshing, but it was missing a continuation. This led to the error message

	Error executing git log: wrong # args: should be "escape_filter_paths paths"

This fixes #2390

The patch that tried to escape the paths when refreshing was missing a
continuation. This led to the error message

	Error executing git log: wrong # args: should be "escape_filter_paths paths"

This fixes git-for-windows#2390

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
@dscho dscho added this to the Next release milestone Nov 5, 2019
@dscho dscho merged commit ffb6f1c into git-for-windows:master Nov 5, 2019
dscho added a commit to git-for-windows/build-extra that referenced this pull request Nov 5, 2019
A bug [was fixed](git-for-windows/git#2391)
that prevented `gitk` from refreshing after new changes were committed.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
@dscho dscho deleted the fixup-gitk-long-cmdline branch November 5, 2019 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refreshing (Update F5) gitk when a new commit is present results in error
1 participant