Please look at my answer here: Git and hard links

I tried to put the same script in pre-commit, but somehow the hard links are not being created.

The script is indeed executed (i.e. an echo inside it proves that).

I tried to run the same ln manually in repository root folder and same command works this way.

Thanks for your attention.

link|improve this question

70% accept rate
feedback

1 Answer

You should look at your accepted answer on the other question: http://stackoverflow.com/a/3731139/383402 .

The hard links are being created, and then git is destroying them as part of the commit.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.