On Tue, Dec 07, 2010 at 10:29:25AM +0100, Thomas Klausner wrote: > .git/hooks/pre-commit uses "/usr/bin/perl -w" as shebang instead of > "/usr/bin/env perl". When I change it and try to commit, git tells me > the file is unknown. How can I change it? Found it, it's in git-hooks. Doh :) Thomas