Fix possible crash if git config is broken
commitdeacd3ff93917e398fb8834ac37fc695ecf2aa5d
authorSven Strickroth <email@cs-ware.de>
Sat, 26 Mar 2016 16:22:46 +0000 (26 17:22 +0100)
committerSven Strickroth <email@cs-ware.de>
Sat, 26 Mar 2016 17:11:37 +0000 (26 18:11 +0100)
treea8b8fb212519cd189861551d58f88dc40d15fb9f
parent010b38754676d0069cade2690431e9cbd19437b4
Fix possible crash if git config is broken

Regression of commit 983094a3c514d3afa2e860d5461f2fca809f219d.

(fixes issue #2745)

Signed-off-by: Sven Strickroth <email@cs-ware.de>
ext/gitdll/die.cpp
ext/gitdll/gitdll.c
ext/tgit
src/Changelog.txt
test/UnitTests/UnitTests.vcxproj
test/UnitTests/UnitTests.vcxproj.filters
test/UnitTests/libgitTest.cpp [new file with mode: 0644]