diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-20 20:54:28 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-20 20:54:28 -0800 |
commit | a3431febfe241120205472def2a14ef09a4dbe60 (patch) | |
tree | 5dc9f9e35613d1270c3c95618ee4519a79d1fe6f /Documentation | |
parent | ce_smudge_racily_clean_entry: explain why it works. (diff) | |
download | tgif-a3431febfe241120205472def2a14ef09a4dbe60.tar.xz |
A shared repository should be writable by members.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/tutorial.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt index 1683f0bc2d..3a5c56e24e 100644 --- a/Documentation/tutorial.txt +++ b/Documentation/tutorial.txt @@ -1625,7 +1625,9 @@ cooperation you are probably more familiar with as well. For this, set up a public repository on a machine that is reachable via SSH by people with "commit privileges". Put the committers in the same user group and make the repository -writable by that group. +writable by that group. Make sure their umasks are set up to +allow group members to write into directories other members +have created. You, as an individual committer, then: |