Martin Langhoff <martin.langhoff@gmail.com> writes: > I think I owe you an apology and a couple of beers... Nah, you do not owe me anything. Does something like this look good? -- >8 -- [PATCH] A shared repository should be writable by members. Signed-off-by: Junio C Hamano <junkio@cox.net> --- diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt index 1683f0b..1b85cab 100644 --- a/Documentation/tutorial.txt +++ b/Documentation/tutorial.txt @@ -1625,7 +1625,9 @@ cooperation you are probably more famili 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: - 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.htmlReceived on Wed Dec 21 15:54:29 2005
This archive was generated by hypermail 2.1.8 : 2005-12-21 15:54:37 EST