]> Sergey Matveev's repositories - public-inbox.git/commit
respect umask if core.sharedRepository is not set
authorEric Wong <e@80x24.org>
Wed, 30 May 2018 02:54:48 +0000 (02:54 +0000)
committerEric Wong <e@80x24.org>
Wed, 30 May 2018 20:34:23 +0000 (20:34 +0000)
commit6ca8f8d03fa8ee93edc8299f53d624f5d5841408
tree762802e0818b5a4beac41bd2b12b432e73987907
parentc339a14b11c57e7b330f4efef6903bcbea2b3463
respect umask if core.sharedRepository is not set

This is consistent with git itself and the previous behavior
was a result of misunderstanding of how git interprets this.
And adjust tests slightly to match the new behavior.

Reported-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
<38873789-ab42-65a1-20c9-12c30b171f4f@linuxfoundation.org>
lib/PublicInbox/InboxWritable.pm
t/search.t
t/v2writable.t