[git-users] Avoid commit error when using attribute filters for Variable expansion

2014-01-31 Thread GS_gitnew
Hi, i'm using the .gitattributes with a script filter to expand the SHA1 and last commit date with the smudge and clean actions of the filter. The clean filter removes this changes and makes the file exactly like the one already in the repository. This makes the git commit action to return

[git-users] Re: Avoid commit error when using attribute filters for Variable expansion

2014-01-31 Thread GS_gitnew
Not exactly. There are indeed changes in the files since we use an attribute filter to modify the file ( smudge action of the filter). The clean action of the filter however clean the file to restore it to its original state ( as in the repository) so basically we have a modification notifica