commit | cf7e147cce9248e34b2e926d813c975c539aeaa6 | [log] [tgz] |
---|---|---|
author | Wincent Colaiuta <win@wincent.com> | Mon Dec 10 08:42:45 2007 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Dec 10 00:05:52 2007 -0800 |
tree | 610d3214566ecfcf2150b1862e309b299891d909 | |
parent | 80f86605baaa37f962755ccd771eb879a9c43865 [diff] |
Style fixes for pre-commit hook tests As pointed out by Junio on the mailing list, surrounding tests in double quotes can lead to bugs wherein variables get substituted away, so this isn't just style churn but important to prevent others from looking at these tests in the future and thinking that this is "the way" that Git tests should be written. Signed-off-by: Wincent Colaiuta <win@wincent.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>