aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Rcs
Commit message (Collapse)AuthorAge
...
* | test1Joey Hess2008-01-28
| |
* | really fix commentJoey Hess2008-01-28
| | | | | | | | It doesn't really make sense to do notification from a post-commit hook.
* | update commentJoey Hess2008-01-28
|/ | | | | This is not only called from post-update in all configurations. Also, the comment was innaccurate about what the post-update hook is passed.
* Add full parser for git diff-tree outputBrian Downing2008-01-17
| | | | | | | | | | | The -c option to git log/diff-tree produces "merged" diffs with a different format from normal ones. However, the existing diff-tree parser only accepted non-merged diff lines. Merged diff lines caused the parser to get out of sync. This patch adds a full parser for diffs with any number of parents. See the "DIFF FORMAT FOR MERGES" section in the git-diff-tree man page for more information. Signed-off-by: Brian Downing <bdowning@lavos.net>
* * git: Correct display of multiline commit messages in recentchanges.Joey Hess2007-12-16
|
* * The first git commit legitimately has no parents. Avoid recentchangesJoey Hess2007-11-12
| | | | | spewing uninitialised value warnings and debug messages about it. Dummying up a parent of 0000000 allows gitweb to work too.
* fix dumb mistakeJoey Hess2007-10-31
|
* * Don't truncate git commit messages to the first line in RecentChanges,Joey Hess2007-10-31
| | | | show the full message.
* * Improve the RecentChanges display for git merges, by passing -c insteadJoey Hess2007-10-31
| | | | | of -m to git-log, and by skipping display of commits that change no pages.
* * Avoid using commands like git-diff and instead use "git diff".Joey Hess2007-10-31
| | | | In some configurations, only the main git command is in the path.
* * Avoid a race in the git rcs_commit function, by not assuming HEAD willJoey Hess2007-10-31
| | | | stay the same for the duration of the function.
* Run git-commit -q (though it doesn't do much good due to its stderr abuse).Joey Hess2007-10-26
|
* * If gitorigin_branch is set to the empty string, don't push or pull.joey2007-10-22
| | | | Useful for laptop clones of remote wikis.
* minor stylistic changesjoey2007-10-21
|
* * Correct a pair of logic errors that triggered if svnpath was empty.joey2007-10-21
|
* * Support git authors of the form "joey <joey>", which is common whenjoey2007-10-21
| | | | | importing from a svn repo.
* * Fix strange stderr-hiding code in the git module, allow error messagesjoey2007-10-10
| | | | | to be passed on to stderr. Also fixes a potential bug, since git error meesages were treated as if they came from git stdout.
* * French translation update. Closes: #445923joey2007-10-10
| | | | * Fix --get-ctime with git, needed to remove srcdir from filename.
* * Tidy ctime debug output for git.joey2007-10-04
|
* git.pm: Handle operating in sub-trees of a git repository.joshtriplett2007-08-30
| | | | | | | | | | When looking for git commits that affect the wiki, only include changes that affect the ikiwiki source directory. If that is not the top-level directory in this git repository, strip off the prefix as given by `git-rev-parse --show-prefix` from all names reported by git-log. Patch by Jamey Sharp <jamey@minilop.net>.
* git.pm: Renames from git-diff-tree aren't handled, so don't ask for them.joshtriplett2007-08-30
| | | | | Patch by Jamey Sharp <jamey@minilop.net>.
* Use git-log rather than the shell, git-rev-list, and git-diff-tree.joshtriplett2007-08-30
| | | | | Patch by Jamey Sharp <jamey@minilop.net>.
* use --style default for get_ctime toojoey2007-08-29
|
* * mercurial: Fix rcs_getctime (thanks, bma)joey2007-08-29
|
* thank goodness for test suitesjoey2007-08-29
|
* * mercurial: Pass --style defaults to hg log to ensure right format is used.joey2007-08-29
|
* remove unncessesary and unused loop labelsjoey2007-08-24
|
* apply monotone patchjoey2007-08-24
|
* monotone updatesjoey2007-08-21
|
* minor changes (but lots of them)joey2007-08-21
|
* move enormous data block to __DATA__joey2007-08-21
|
* remove the mtnbinpath config option; users should use PATH if they needjoey2007-08-21
| | | | | | | this kind of thing. change formatting of some quotes
* * Add monotone support, contributed by William Uther.joey2007-08-21
|
* proper fix for adding file, based on jkoenig's patchjoey2007-08-15
|
* * Allow svnpath config option to contain additional extra slashes anywherejoey2007-06-23
| | | | | | w/o confusing ikiwiki. * Rcs modules are now imported, so other modules that need similar normalisation of configs etc can do so.
* * Apply patch from hb that uses the full path to a file when adding a filejoey2007-04-29
| | | | | | using the mercurial backend. Not 100% sure why it failed w/o the full path, but this still passes the test suite, and indeed, is how the test suite calls hg add.
* * In mercurial backend, untaint ipaddr when using it as the user for thejoey2007-04-22
| | | | commit. Thanks, Alexander Wirt. Closes: #420428
* * Support setting svnpath to "" for wikis that are rooted at the top ofjoey2007-04-16
| | | | their svn repositories, with no trunk directory.
* * Optimise displaytime, trimming maybe 6% off the build time.joey2007-04-10
|
* * Fix mercurial backend to deal with empty commit messages.joey2007-03-24
|
* * Applied a patch from MichaƂ to make the mercurial backend pass --quiet tojoey2007-03-18
| | | | hg.
* * Improve use of svn merge, by specifying the file to merge, rather thanjoey2007-01-28
| | | | | chdiring to the srcdir (which wasn't right when merging in a subdir). Thanks Ethan.
* * Make gitorigin_branch and gitmaster_branch configurable via the setupjoey2007-01-27
| | | | file. Closes: #408599
* qoutingjoey2007-01-14
|
* * Initial work on internationalization of the program code. po/ikiwiki.potjoey2006-12-29
| | | | | is available for translation. * Export gettext() from IkiWiki module.
* * Patch from Emanuele Aina to fix modification time code in mercurualjoey2006-12-21
| | | | backend.
* * More build deps updates.joey2006-11-28
| | | | | * /dev/null fortune failures * Add libtime-duration-perl to build deps, as it's used by the svn module
* cosmetics patch from Recaijoey2006-11-26
|
* * Git backend improvements, including bug fixes and better robustness.joey2006-11-26
|
* * Mercurial backend improvements, including --get-ctime support.joey2006-11-26
|