diff options
author | Johan Herland <johan@herland.net> | 2013-09-24 09:52:56 +0200 |
---|---|---|
committer | Jonathan Nieder <jrnieder@gmail.com> | 2013-09-24 12:26:49 -0700 |
commit | af1748b31eb68643f1b8d9d918f43611cf96d257 (patch) | |
tree | 2d9ad75018b85dfb6f592e38f0f0266497e22a01 /Documentation/git-fmt-merge-msg.txt | |
parent | clone: add a period after "done" to end the sentence (diff) | |
download | tgif-af1748b31eb68643f1b8d9d918f43611cf96d257.tar.xz |
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>
Diffstat (limited to 'Documentation/git-fmt-merge-msg.txt')
0 files changed, 0 insertions, 0 deletions