summaryrefslogtreecommitdiff
path: root/IkiWiki/Rcs
AgeCommit message (Expand)Author
2008-07-25bzr: Version directories on the fly, ignore directories when retrievingJelmer Vernooij
2008-07-25Merge commit 'jelmer/master'Joey Hess
2008-07-24Support staging commands in bzr backend.Jelmer Vernooij
2008-07-24mercurial: Add support for rename, delete, and also diff. (William Uther)Joey Hess
2008-07-23add todoJoey Hess
2008-07-22add rcs_commit_staged and rcs_renameJoey Hess
2008-07-21All rcs backends need to implement rcs_removeJoey Hess
2008-07-17mark old web commits as from webJoey Hess
2008-07-17fix web commit determinationJoey Hess
2008-07-17dummy up an email address for web commitsJoey Hess
2008-07-17git: Fix parsing of git logs with no commit messages at all.Joey Hess
2008-07-17change how web commits are specifiedJoey Hess
2008-07-17git: Put web committer name/openid/address in the git author fieldJoey Hess
2008-07-11fix use orderingJoey Hess
2008-05-15git: Skip over signed-off-by and similar lines in commit messages when genera...Joey Hess
2008-05-02git: Put -- before the filename when calling git rev-list to avoid warning me...Joey Hess
2008-04-10Use bzr --quiet to avoid it outputting stuff and messing up http headers. (Sc...Joey Hess
2008-04-10Fix broken rcs_update for bzr. (Scott Bronson)Joey Hess
2008-03-12truncate recentchangesdiffs after 200 linesJoey Hess
2008-03-12use git show to get the diffJoey Hess
2008-03-12* monotone: Require version 0.38 or greater, and stop using the mtnmergercJoey Hess
2008-03-07* Remove locking code in git rcs_commit. I'm not sure if this was everJoey Hess
2008-03-03* Add recentchangesdiff plugin that adds diffs to the recentchanges feeds.Joey Hess
2008-02-20* tla: Remove call to escapeHTML when constructing recentchanges message;Joey Hess
2008-02-14* monotone: Add code to default mergerc file to runJoey Hess
2008-02-03remove spurious EOFJoey Hess
2008-02-03* monotone changes by Brian May:Joey Hess
2008-01-30Expand file-id in diffurl in the bzr backend.Jelmer Vernooij
2008-01-29rename bazaar -> bzr after discussion with jelmerJoey Hess
2008-01-29commit only the changed fileJoey Hess
2008-01-29stylistic changesJoey Hess
2008-01-29Merge git://git.samba.org/jelmer/ikiwikiJoey Hess
2008-01-29* Removed support for sending commit notification mails. Along with it wentJoey Hess
2008-01-28change rcs_recentchanges when to absolute, not relative, timeJoey Hess
2008-01-28remove debug messageJoey Hess
2008-01-28figured out how rev is used..Joey Hess
2008-01-28add an id field to the rcs_recentchanges return structureJoey Hess
2008-01-28remove extraneous quotingJoey Hess
2008-01-28test1Joey Hess
2008-01-28really fix commentJoey Hess
2008-01-28update commentJoey Hess
2008-01-28Finish bazaar backend and make the remaining test pass.Jelmer Vernooij
2008-01-28Initial work adding support for Bazaar.Jelmer Vernooij
2008-01-17Add full parser for git diff-tree outputBrian Downing
2007-12-16* git: Correct display of multiline commit messages in recentchanges.Joey Hess
2007-11-12* The first git commit legitimately has no parents. Avoid recentchangesJoey Hess
2007-10-31fix dumb mistakeJoey Hess
2007-10-31* Don't truncate git commit messages to the first line in RecentChanges,Joey Hess
2007-10-31* Improve the RecentChanges display for git merges, by passing -c insteadJoey Hess
2007-10-31* Avoid using commands like git-diff and instead use "git diff".Joey Hess