From: Johannes Schindelin Date: Mon, 21 Nov 2005 10:18:20 +0000 (+0100) Subject: git-config-set: Properly terminate strings with '\0' X-Git-Tag: v0.99.9k^2~32 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3dd94e3b2e2f5b00512273f96ab5628c742c112c?ds=inline;hp=3dd94e3b2e2f5b00512273f96ab5628c742c112c git-config-set: Properly terminate strings with '\0' When a lowercase version of the key was generated, it was not terminated. Strangely enough, it worked on Linux and macosx anyway. Just cygwin barfed. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---