Package: git-annex

Hi,

git annex init adds the following git pre-commit hook:

    #!/bin/sh
    # automatically configured by git-annex
    git annex pre-commit .

If git-annex would be removed this hook would fail and render the git
repository unusable for plain git.  To fix this problem one could
replace it with something like this:

    #!/bin/sh
    # automatically configured by git-annex
    git magic-command-that-mimics-which annex && git annex pre-commit .


Regards
Carsten



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to