You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 fixesgit-for-windows#2390
Signed-off-by: Johannes Schindelin <[email protected]>
@andrewsensus could you please replace your C:\Program Files\Git\mingw64\bin\gitk with the version from #2391, to verify that that PR fixes your problem?
Not the same; possibly related: #2297
Setup
I took the version installed by today's upgrade. From cygwin, I see the following:
$ file /cygdrive/c/Program\ Files/Git/cmd/git.exe
/cygdrive/c/Program Files/Git/cmd/git.exe: PE32+ executable (console) x86-64, for MS Windows
Windows 10, 64-bit.
defaults?
I chose defaults during the upgrade. I didn't take the experimental add -i. I checkin and checkout preserving newlines.
to the issue you're seeing?
Nothing comes to mind.
Details
Normally powershell. I tried the same thing from CMD and got the same results.
Minimal, Complete, and Verifiable example
this will help us understand the issue.
I expected the new commit to be visible with the current branch shown as now pointing to the new commit.
I got an error message in a dialog with an OK button:
The new commit is not visible in gitk; the current branch is no longer visible in gitk.
Closing and opening gitk makes the new commit visible and shows the current branch pointing to the new commit.
URL to that repository to help us with testing?
N/A; Doesn't seem to depend on repository.
The text was updated successfully, but these errors were encountered: