git-keywords-checker icon indicating copy to clipboard operation
git-keywords-checker copied to clipboard

Only works with new files

Open surfer190 opened this issue 10 years ago • 1 comments

I have noticed that this only works with new files.

@borisguery @hkdobrev

Modifying an existing file with the debug commands does not detect and shows All files are clean

surfer190 avatar Apr 20 '15 10:04 surfer190

@surfer190 Could you please modify an existing file, stage it and see if this command gives you any output:

git diff-index --cached --name-only --diff-filter=ACMR HEAD

The M in the --diff-filter option indicates files which were modified.

hkdobrev avatar Apr 20 '15 18:04 hkdobrev