]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/untrusted_git_push.mdwn
revert spam
[ikiwiki.git] / doc / tips / untrusted_git_push.mdwn
index b7dba74c67c6828edc36e65ac1340ebf248ff46c..3573a0ddf9be1f23455a112a482132f57db9256c 100644 (file)
@@ -47,7 +47,7 @@ can make a commit that pretends to be done by someone else.
 Add a dedicated user who will push in untrusted commits. This user should have
 a locked password, and `git-shell` asĀ its shell.
 
-       root@bluebird:/home/joey>adduser --shell=/usr/bin/git-shell--disabled-password anon
+       root@bluebird:/home/joey>adduser --shell=/usr/bin/git-shell --disabled-password anon
        Adding user `anon' ...
 
 ## ikiwiki setup
@@ -74,7 +74,7 @@ Once you're done modifying the setup file, don't forget to run
 
 You'll need to arrange the permissions on your bare git repository so that
 user anon can write to it. One way to do it is to create a group, and put
-both anon and your regular user in that group. Then make make the bare git
+both anon and your regular user in that group. Then make the bare git
 repository owned and writable by the group. See [[rcs/git]] for some more
 tips on setting up a git repository with multiple committers.