[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

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

2014-01-31 Thread Konstantin Khomoutov
On Fri, 31 Jan 2014 08:16:05 -0800 (PST) GS_gitnew neldo...@gmail.com wrote: 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