]> sipb.mit.edu Git - ikiwiki.git/blobdiff - ikiwiki-makerepo
Added a comment
[ikiwiki.git] / ikiwiki-makerepo
index aca8da1531c5a51bc594495a15b1f59ad7bc1e55..c3a13c214330e32fe9473f6891608b6b53872f85 100755 (executable)
@@ -6,7 +6,7 @@ srcdir="$2"
 repository="$3"
 
 usage () {
-       echo "usage: ikiwiki-makerepo cvs|svn|git|monotone|darcs srcdir repository" >&2
+       echo "usage: ikiwiki-makerepo svn|git|svn|monotone|darcs|cvs srcdir repository" >&2
        echo "       ikiwiki-makerepo bzr|mercurial srcdir" >&2
        exit 1
 }
@@ -86,7 +86,6 @@ git)
        cd "$srcdir"
        git init
        echo /.ikiwiki > .gitignore
-       echo /recentchanges >> .gitignore
        git add .
        git commit -m "initial commit"
        git remote add origin "$repository"