Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'kb/avoid-fchmod-for-now'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 21 Jul 2014 18:18:54 +0000
(11:18 -0700)
committer
Junio 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
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
combined
(merge:
80e8575
2569d23
)
diff --cc
config.c
Simple merge