Skip to content

Conversation

@aglet
Copy link
Contributor

@aglet aglet commented Nov 24, 2025

Git's porcelain output quotes filenames containing spaces. The getPathOfLastModifiedFile function was passing these quoted filenames directly to os.Stat, causing failures on mob next.

  • Unquote git-quoted filenames before calling os.Stat.
  • Handle unquoting errors gracefully with warning messages.
  • Bump version to 5.4.1.

Git's porcelain output quotes filenames containing spaces. The
getPathOfLastModifiedFile function was passing these quoted filenames
directly to os.Stat, causing failures on mob next.

- Unquote git-quoted filenames before calling os.Stat.
- Handle unquoting errors gracefully with warning messages.
- Bump version to 5.4.1.
@hollesse
Copy link
Member

Hi @aglet thank you for your contribution. At the moment I am busy and will need some time to review your changes. Hopefully I will find some time next week to have a look at it!

@gregorriegler gregorriegler merged commit e88223c into remotemobprogramming:main Nov 25, 2025
5 of 6 checks passed
@gregorriegler
Copy link
Collaborator

Awesome, thank you

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.

3 participants