Skip to content

Conversation

mstv
Copy link
Member

@mstv mstv commented Nov 2, 2024

Fixes #11886

Proposed changes

  • fix(FileHistory): Do not change the capitalization of filename passed on the command line
    because the filename filter of "git log" is case-sensitive
    rather keep the existing path, which has the correct capitalization if the File History is invoked by GE

Screenshots

Before

image

After

image

Test methodology

  • manual

Merge strategy

I agree that the maintainer squash merge this PR (if the commit message is clear).


✒️ I contribute this code under The Developer Certificate of Origin.

of filename to match the filesystem on Windows
@mstv mstv self-assigned this Nov 2, 2024
Copy link
Member

@RussKie RussKie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this something we can add a test for?

@mstv mstv merged commit 455ef69 into gitextensions:master Nov 3, 2024
3 of 4 checks passed
@mstv mstv deleted the fix/11886_filehistory_capitalization branch November 3, 2024 21:04
@RussKie RussKie added this to the 5.1 milestone Nov 5, 2024
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.

File History is empty if capitalization of path name deviates from git
3 participants