Merge branch 'kb/avoid-fchmod-for-now'
authorJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2014 18:18:54 +0000 (11:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2014 18:18:54 +0000 (11:18 -0700)
Replaces the only two uses of fchmod() with chmod() because the
former does not work on Windows port and because luckily we can.

* kb/avoid-fchmod-for-now:
config: use chmod() instead of fchmod()

1  2 
config.c
diff --cc config.c
Simple merge