Re: Feature: support for file permissions

2013-10-24 Thread Junio C Hamano
Renich Bon Ciric writes: > I think file permissions are really important for source code as well. > > For example, in web development, you want configuration files to be > read only; specially if you're deploying with git. That is not _source code_; you are talking about deployed set of files, a

Feature: support for file permissions

2013-10-24 Thread Renich Bon Ciric
Hello, I think file permissions are really important for source code as well. For example, in web development, you want configuration files to be read only; specially if you're deploying with git. Also, you would want some executable file to not be writable ; but executable by world. Permission