X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=ikiwiki-makerepo;h=c3a13c214330e32fe9473f6891608b6b53872f85;hb=020b97577a88b0c023b256d6d2ea7db6d44289d4;hp=aca8da1531c5a51bc594495a15b1f59ad7bc1e55;hpb=81a9b5feffa241cea901c3633323bb446d61edf3;p=ikiwiki.git diff --git a/ikiwiki-makerepo b/ikiwiki-makerepo index aca8da153..c3a13c214 100755 --- a/ikiwiki-makerepo +++ b/ikiwiki-makerepo @@ -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"