Merge branch 'kb/avoid-fchmod-for-now'
commitfb0166c674efbc940ac14453129ab81823badf3d
authorJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2014 18:18:54 +0000 (21 11:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jul 2014 18:18:54 +0000 (21 11:18 -0700)
treef141fcf947e3190ca7139bd0e4ad23a13add2cbb
parent80e85754e08da9999f7b7ab956465150aebcf44d
parent2569d23915471f1727e5945c513b8be299eefa0c
Merge branch 'kb/avoid-fchmod-for-now'

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()
config.c