Re: is it kosher for pre-commit to change what's staged?
From: Jan Hudec <hidden>
Date: 2016-06-15 22:50:01
On Thu, Nov 11, 2010 at 01:17:04 +0300, Dmitry Potapov wrote:
On Wed, Nov 10, 2010 at 11:45 PM, Joey Hess [off-list ref] wrote:quoted
That said, since git commit stages the whole large file into the index, which is the kind of expensive operation git-annex exists to avoid, it's still not very practical to intercept the commit like that. What I ideally need is a hook that is run before git commit stages anything.Then maybe you should look at git smudge&clean filters. They perform conversation between the working tree and the index. Though I am not sure how well they work with big files.
The problem point is not big files, but whether they can change the file mode associated with the entry, since in this case the tree contains a file, but index should contain a symlink. Looking at the documentation, there does not seem to be a way to do it. It might be worth adding support for it now we have a use-case. -- Jan 'Bulb' Hudec [off-list ref]