compat: some mkdir() do not like a slash at the end
commit0539ecfdfce677b05992af5e9899a9e974130400
authorJoachim Schmitz <jojo@schmitz-digital.de>
Fri, 24 Aug 2012 10:31:03 +0000 (24 12:31 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Aug 2012 16:48:51 +0000 (24 09:48 -0700)
tree81649716a1979403fe216ab1d9b31ec062a8c413
parentfab4b04e4be5ccfdf93e21e7260040bd9e7faedd
compat: some mkdir() do not like a slash at the end

Introduce a compatibility helper for platforms with such a mkdir().

Signed-off-by: Joachim Schmitz <jojo@schmitz-digital.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/mkdir.c [new file with mode: 0644]
git-compat-util.h