summaryrefslogtreecommitdiff
path: root/ikiwiki-makerepo
AgeCommit message (Collapse)Author
2009-09-10reorder vcs listJoey Hess
2009-08-22No more wrapper wrapper.Amitai Schlair
2009-08-13Add my CVS plugin and related patches.Amitai Schlair
2009-05-05ikiwiki-makerepo: Avoid using abs_path, as it apparently fails on ↵Joey Hess
nonexistant directories with some broken perl versions.
2009-04-04fix darcs bug with relative srcdirJoey Hess
2009-04-04support darcs in setup automatorJoey Hess
use a consistent name for the ikiwiki wrapper file
2009-04-04remove the one directory form for darcsJoey Hess
I see no need to have darcs have a special case handling for a one directory form.
2009-04-04Merge branch 'master'Joey Hess
Conflicts: doc/ikiwiki-makerepo.mdwn
2009-01-02ikiwiki-makerepo: Fix injecting of empty mercurial and bzr repositories. ↵Joey Hess
Closes: #510518
2008-10-15updated from pesco's darcs repo, current to Oct 11 versionJoey Hess
2008-08-22put monotone dir name munging code in auto.setupJoey Hess
conceptually cleaner to do it this way
2008-08-22more monotone changes from Thomas KellerJoey Hess
2008-08-22monotone updatesJoey Hess
- Try to configure a wrapper - Fix (?) ikiwiki-makerepo repo name mangling - Add big warning about passphrases - Doc updates
2008-08-21ikiwiki-makerepo: Added support for monotone. (Thomas Keller)Joey Hess
2008-08-03Bail if both srcdir and repository are not specified.Joey Hess
2008-05-10Also seed gitignore with recentchangesmartin f. krafft
Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-03-11Make makerepo set the Git merge remotemartin f. krafft
branch.master.remote previously used to default to origin, which has recently been changed; it now needs to be set explicitly, which this patch does. Closes Debian bug #470517. Signed-off-by: martin f. krafft <madduck@madduck.net>
2008-02-24* ikiwiki-makerepo: Don't fail if the third argument ends in a slash.Joey Hess
2008-01-30Support creating bzr branches in ikiwiki-makerepo.Jelmer Vernooij
2008-01-11* Old versions of git-init don't support --git-dir or GIT_DIR withJoey Hess
--bare. Change ikiwiki-makerepo to use a method that should work with those older versions too.
2007-11-27 * Add a new ikiwiki-makerepo program, that automates setting up a repoJoey Hess
and importing existing content for svn, git, and mercurial. This makes the setup process much simpler. * Reorganised git documentation. * Actually install the ikiwiki-update-wikilist program.