sample pre-commit hook: use --bool when retrieving config var
commitaf1748b31eb68643f1b8d9d918f43611cf96d257
authorJohan Herland <johan@herland.net>
Tue, 24 Sep 2013 07:52:56 +0000 (24 09:52 +0200)
committerJonathan Nieder <jrnieder@gmail.com>
Tue, 24 Sep 2013 19:26:49 +0000 (24 12:26 -0700)
tree2d9ad75018b85dfb6f592e38f0f0266497e22a01
parentdebce6ac2a5e11eae61a524fd6bb414312bb07a8
sample pre-commit hook: use --bool when retrieving config var

Currently if you set

[hooks]
allowNonAscii

(or allownonascii = 1, or = yes) in your .git/config then the sample
pre-commit misinterprets the value as "false" and rejects non-ASCII
filenames.  Use "git config --bool" to get the usual nicer boolean
handling.

Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
templates/hooks--pre-commit.sample