mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-22 23:37:25 -05:00
The base target directory for the templates copying was initialized to git_dir, but git_dir[len] is not zero but / at the time we do the initialization. This is not what we want for our target directory string since we pass it to mkdir(), so make it zero-terminated manually. Signed-off-by: Petr Baudis <pasky@suse.cz> Signed-off-by: Junio C Hamano <junkio@cox.net>
6.0 KiB
6.0 KiB