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