But if somebody writes to the same repository with another umask, say
0022, you have problems. Example:
- I push -- via ssh/bash -- to the repository. The ref refs/heads/bruchpilot
is updated (mode: 0644).
- My colleague pushes -- via ssh/git-shell -- to the repository. When she
tries to write refs/heads/bruchpilot, it fails, even if she set the
correct umask.
See what I mean? It makes no sense to allow different umasks on the
repository.
You do mean different umasks for different access methods, don't you? See
above why I don't think that makes sense.
Ciao,
Dscho
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html