diff options
author | Brian Gernhardt <benji@silverinsanity.com> | 2007-01-09 00:27:41 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-08 22:00:18 -0800 |
commit | cdd4fb15cf06ec1de588bee4576509857d8e2cb4 (patch) | |
tree | 83341bf9b9b28007f2d92a344b0c1cb7df0e54c2 /write_or_die.c | |
parent | baee1e91ed41cd369ca3ddd63615b64feaa0286f (diff) | |
download | git-cdd4fb15cf06ec1de588bee4576509857d8e2cb4.tar.gz |
Auto-quote config values in config.c:store_write_pair()
Suggested by Jakub Narebski <jnareb@gmail.com> on the list.
When we send a value to store_write_pair(), make sure that the value
that gets read out matches the one passed in. This means that for any
value that contains leading or trailing whitespace or any comment
character (# and ;), we need to surround it in quotes.
Signed-off-by: Brian Gernhardt <benji@silverinsanity.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'write_or_die.c')
0 files changed, 0 insertions, 0 deletions