Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | put monotone dir name munging code in auto.setup | Joey Hess | 2008-08-22 |
| | | | | conceptually cleaner to do it this way | ||
* | more monotone changes from Thomas Keller | Joey Hess | 2008-08-22 |
| | |||
* | monotone updates | Joey Hess | 2008-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 Hess | 2008-08-21 |
| | |||
* | Bail if both srcdir and repository are not specified. | Joey Hess | 2008-08-03 |
| | |||
* | Also seed gitignore with recentchanges | martin f. krafft | 2008-05-10 |
| | | | | Signed-off-by: martin f. krafft <madduck@madduck.net> | ||
* | Make makerepo set the Git merge remote | martin f. krafft | 2008-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 Hess | 2008-02-24 |
| | |||
* | Support creating bzr branches in ikiwiki-makerepo. | Jelmer Vernooij | 2008-01-30 |
| | |||
* | * Old versions of git-init don't support --git-dir or GIT_DIR with | Joey Hess | 2008-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 repo | Joey Hess | 2007-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. |