aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki-makerepo
Commit message (Collapse)AuthorAge
* git: if no committer identity is known, set it to "IkiWiki <ikiwiki.info>" ↵Simon McVittie2015-11-30
| | | | | | | in .git/config This resolves commit errors in versions of git that require a non-trivial committer identity.
* remove /recentchanges from .gitignoreJoey Hess2011-12-24
| | | | recentchanges cruft is now stored under .ikiwiki
* reorder vcs listJoey Hess2009-09-10
|
* No more wrapper wrapper.Amitai Schlair2009-08-22
|
* Add my CVS plugin and related patches.Amitai Schlair2009-08-13
|
* ikiwiki-makerepo: Avoid using abs_path, as it apparently fails on ↵Joey Hess2009-05-05
| | | | nonexistant directories with some broken perl versions.
* fix darcs bug with relative srcdirJoey Hess2009-04-04
|
* support darcs in setup automatorJoey Hess2009-04-04
| | | | use a consistent name for the ikiwiki wrapper file
* remove the one directory form for darcsJoey Hess2009-04-04
| | | | | I see no need to have darcs have a special case handling for a one directory form.
* Merge branch 'master'Joey Hess2009-04-04
|\ | | | | | | | | Conflicts: doc/ikiwiki-makerepo.mdwn
| * ikiwiki-makerepo: Fix injecting of empty mercurial and bzr repositories. ↵Joey Hess2009-01-02
| | | | | | | | Closes: #510518
* | updated from pesco's darcs repo, current to Oct 11 versionJoey Hess2008-10-15
|/
* put monotone dir name munging code in auto.setupJoey Hess2008-08-22
| | | | conceptually cleaner to do it this way
* more monotone changes from Thomas KellerJoey Hess2008-08-22
|
* monotone updatesJoey Hess2008-08-22
| | | | | | | - Try to configure a wrapper - Fix (?) ikiwiki-makerepo repo name mangling - Add big warning about passphrases - Doc updates
* ikiwiki-makerepo: Added support for monotone. (Thomas Keller)Joey Hess2008-08-21
|
* Bail if both srcdir and repository are not specified.Joey Hess2008-08-03
|
* Also seed gitignore with recentchangesmartin f. krafft2008-05-10
| | | | Signed-off-by: martin f. krafft <madduck@madduck.net>
* Make makerepo set the Git merge remotemartin f. krafft2008-03-11
| | | | | | | | | | 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>
* * ikiwiki-makerepo: Don't fail if the third argument ends in a slash.Joey Hess2008-02-24
|
* Support creating bzr branches in ikiwiki-makerepo.Jelmer Vernooij2008-01-30
|
* * Old versions of git-init don't support --git-dir or GIT_DIR withJoey Hess2008-01-11
| | | | | --bare. Change ikiwiki-makerepo to use a method that should work with those older versions too.
* * Add a new ikiwiki-makerepo program, that automates setting up a repoJoey Hess2007-11-27
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.