#1111739 Fails to run on pending changes but no pending changes present

Package:
lintian-brush
Source:
lintian-brush
Description:
automatically fix lintian problems
Submitter:
Eric Dorland
Date:
2025-08-21 15:33:03 UTC
Severity:
normal
#1111739#5
Date:
2025-08-21 15:31:05 UTC
From:
To:
I'm seeing a failure running lintian-brush on the dnscrypt-proxy package:

$ lintian-brush --verbose
Using parameters:
 compatibility release: trixie
 minimum certainty: certain
 allow reformatting: auto
 update changelog: auto
/home/eric/debian.git/dnscrypt-proxy/: Please commit pending changes and remove unknown files first.
modified:
  windows/service-install.bat
  windows/service-restart.bat
  windows/service-uninstall.bat

However there isn't any modified files:

$ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

Since they windows files there might be a line-ending issues?