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

New GE instance with filehistory no longer displays history #10626

Closed
robin-o opened this issue Jan 10, 2023 · 1 comment
Closed

New GE instance with filehistory no longer displays history #10626

robin-o opened this issue Jan 10, 2023 · 1 comment

Comments

@robin-o
Copy link

robin-o commented Jan 10, 2023

Environment

  • Git Extensions 4.0.1.15887
  • Git 2.38.1.windows.1
  • Microsoft Windows NT 10.0.19044.0 (Windows 10 21H2)
  • .NET 6.0.12

Issue description

Running "GitExtensions.exe filehistory path/to/filename.ext" does not load the history of the given file. Hitting "H" within a running instance of GitExtensions does work. Comparing the two instances I noticed that under View > Advanced filter, the Path filter in the non-working instance had the path enclosed in \" symbols. Removing these quotes fixed the issue until the next time. I suspect that this is related to the QuoteNE() calls added in PR #10303.
Reverting to the previous version of GE (Git Extensions 4.0.0.15569) resolved the issue, which corresponds with the above commit.

Steps to reproduce

From a command line, run GitExtensions.exe filehistory path/to/filename.ext. Alternativey, in Windows Explorer, choose File history from the Git Extensions context menu.

Did this work in previous version of GitExtensions?

Yes, Git Extensions 4.0.0.15569

Diagnostics

No response

@gerhardol
Copy link
Member

Duplicate of #10537
Fixed in #10546, included in upcoming 4.0.2

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

No branches or pull requests

2 participants