Linus Torvalds <torvalds@xxxxxxxx> writes: > On Fri, 9 Jun 2006, Junio C Hamano wrote: >> >> This lets you say: >> >> [core] >> sharedrepository = 075 > > I really think it's better to express this as some more traditional > number. > > I had to think about what 075 meant, while saying > > [core] > sharedrepository = 0644 > > just makes sense more or less automatically (and yes, for directories, the > read bit should obviously be expanded as an execute bit). Or probably use the umask notation, 007 for traditional shared repositories and 002 for gitweb exported ones. With your notation, people would start wondering what the distinction between 0755, 0644, and even 0254 is (there isn't any). Having said that, I do not think the distinction is that important; I would rather make the core.sharedrepository = true to mean an equivalent of "chmod go+rX" (it does "chmod g+rX" currently). - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html