2008-07-11 |
Joey Hess | fix use ordering |
tree | commitdiff |
2008-05-15 |
Joey Hess | Merge branch 'master' of ssh://git.ikiwiki.info/srv... |
tree | commitdiff |
2008-05-15 |
Joey Hess | git: Skip over signed-off-by and similar lines in commi... |
tree | commitdiff |
2008-05-02 |
Joey Hess | git: Put -- before the filename when calling git rev... |
tree | commitdiff |
2008-04-10 |
Joey Hess | Use bzr --quiet to avoid it outputting stuff and messin... |
tree | commitdiff |
2008-04-10 |
Joey Hess | Fix broken rcs_update for bzr. (Scott Bronson) |
tree | commitdiff |
2008-03-12 |
Joey Hess | truncate recentchangesdiffs after 200 lines |
tree | commitdiff |
2008-03-12 |
Joey Hess | Merge branch 'master' of ssh://git.kitenet.net/srv... |
tree | commitdiff |
2008-03-12 |
Joey Hess | use git show to get the diff |
tree | commitdiff |
2008-03-12 |
Joey Hess | * monotone: Require version 0.38 or greater, and stop... |
tree | commitdiff |
2008-03-07 |
Joey Hess | Merge branch 'master' of ssh://git.kitenet.net/srv... |
tree | commitdiff |
2008-03-07 |
Joey Hess | * Remove locking code in git rcs_commit. I'm not sure... |
tree | commitdiff |
2008-03-03 |
Joey Hess | * Add recentchangesdiff plugin that adds diffs to the... |
tree | commitdiff |
2008-02-20 |
Joey Hess | Merge branch 'master' of ssh://git.kitenet.net/srv... |
tree | commitdiff |
2008-02-20 |
Joey Hess | * tla: Remove call to escapeHTML when constructing... |
tree | commitdiff |
2008-02-14 |
Joey Hess | * monotone: Add code to default mergerc file to run |
tree | commitdiff |
2008-02-05 |
Joey Hess | Merge branch 'master' into prefix-directives |
tree | commitdiff |
2008-02-03 |
Joey Hess | remove spurious EOF |
tree | commitdiff |
2008-02-03 |
Joey Hess | * monotone changes by Brian May: |
tree | commitdiff |
2008-01-30 |
Jelmer Vernooij | Expand file-id in diffurl in the bzr backend. |
tree | commitdiff |
2008-01-30 |
Joey Hess | rename bazaar -> bzr after discussion with jelmer |
tree | commitdiff |
2008-01-30 |
Joey Hess | commit only the changed file |
tree | commitdiff |
2008-01-30 |
Joey Hess | stylistic changes |
tree | commitdiff |
2008-01-30 |
Joey Hess | Merge git://git.samba.org/jelmer/ikiwiki |
tree | commitdiff |
2008-01-29 |
Joey Hess | * Removed support for sending commit notification mails... |
tree | commitdiff |
2008-01-29 |
Joey Hess | change rcs_recentchanges when to absolute, not relative... |
tree | commitdiff |
2008-01-29 |
Joey Hess | remove debug message |
tree | commitdiff |
2008-01-29 |
Joey Hess | Merge branch 'master' into recentchanges |
tree | commitdiff |
2008-01-29 |
Joey Hess | figured out how rev is used.. |
tree | commitdiff |
2008-01-29 |
Joey Hess | Merge branch 'master' of ssh://git.kitenet.net/srv... |
tree | commitdiff |
2008-01-29 |
Joey Hess | add an id field to the rcs_recentchanges return structure |
tree | commitdiff |
2008-01-28 |
Joey Hess | remove extraneous quoting |
tree | commitdiff |
2008-01-28 |
Joey Hess | test1 |
tree | commitdiff |
2008-01-28 |
Joey Hess | really fix comment |
tree | commitdiff |
2008-01-28 |
Joey Hess | update comment |
tree | commitdiff |
2008-01-28 |
Jelmer Vernooij | Finish bazaar backend and make the remaining test pass. |
tree | commitdiff |
2008-01-28 |
Jelmer Vernooij | Initial work adding support for Bazaar. |
tree | commitdiff |
2008-01-17 |
Brian Downing | Add full parser for git diff-tree output |
tree | commitdiff |
2007-12-16 |
Joey Hess | * git: Correct display of multiline commit messages... |
tree | commitdiff |
2007-11-12 |
Joey Hess | * The first git commit legitimately has no parents... |
tree | commitdiff |
2007-10-31 |
Joey Hess | fix dumb mistake |
tree | commitdiff |
2007-10-31 |
Joey Hess | * Don't truncate git commit messages to the first line... |
tree | commitdiff |
2007-10-31 |
Joey Hess | * Improve the RecentChanges display for git merges... |
tree | commitdiff |
2007-10-31 |
Joey Hess | * Avoid using commands like git-diff and instead use... |
tree | commitdiff |
2007-10-31 |
Joey Hess | Merge branch 'master' of ssh://git.kitenet.net/srv... |
tree | commitdiff |
2007-10-31 |
Joey Hess | * Avoid a race in the git rcs_commit function, by not... |
tree | commitdiff |
2007-10-26 |
Joey Hess | Run git-commit -q (though it doesn't do much good due... |
tree | commitdiff |
2007-10-22 |
joey | * If gitorigin_branch is set to the empty string, don... |
tree | commitdiff |
2007-10-21 |
joey | minor stylistic changes |
tree | commitdiff |
2007-10-21 |
joey | * Correct a pair of logic errors that triggered if... |
tree | commitdiff |
2007-10-21 |
joey | * Support git authors of the form "joey <joey>", which... |
tree | commitdiff |
2007-10-10 |
joey | * Fix strange stderr-hiding code in the git module... |
tree | commitdiff |
2007-10-10 |
joey | * French translation update. Closes: #445923 |
tree | commitdiff |
2007-10-04 |
joey | * Tidy ctime debug output for git. |
tree | commitdiff |
2007-08-30 |
joshtriplett | git.pm: Handle operating in sub-trees of a git repository. |
tree | commitdiff |
2007-08-30 |
joshtriplett | git.pm: Renames from git-diff-tree aren't handled,... |
tree | commitdiff |
2007-08-30 |
joshtriplett | Use git-log rather than the shell, git-rev-list, and... |
tree | commitdiff |
2007-08-29 |
joey | use --style default for get_ctime too |
tree | commitdiff |
2007-08-29 |
joey | * mercurial: Fix rcs_getctime (thanks, bma) |
tree | commitdiff |
2007-08-29 |
joey | thank goodness for test suites |
tree | commitdiff |
2007-08-29 |
joey | * mercurial: Pass --style defaults to hg log to ensure... |
tree | commitdiff |
2007-08-24 |
joey | remove unncessesary and unused loop labels |
tree | commitdiff |
2007-08-24 |
joey | apply monotone patch |
tree | commitdiff |
2007-08-21 |
joey | monotone updates |
tree | commitdiff |
2007-08-21 |
joey | minor changes (but lots of them) |
tree | commitdiff |
2007-08-21 |
joey | move enormous data block to __DATA__ |
tree | commitdiff |
2007-08-21 |
joey | remove the mtnbinpath config option; users should use... |
tree | commitdiff |
2007-08-21 |
joey | * Add monotone support, contributed by William Uther. |
tree | commitdiff |
2007-08-15 |
joey | proper fix for adding file, based on jkoenig's patch |
tree | commitdiff |
2007-06-23 |
joey | * Allow svnpath config option to contain additional... |
tree | commitdiff |
2007-04-29 |
joey | * Apply patch from hb that uses the full path to a... |
tree | commitdiff |
2007-04-22 |
joey | * In mercurial backend, untaint ipaddr when using it... |
tree | commitdiff |
2007-04-16 |
joey | * Support setting svnpath to "" for wikis that are... |
tree | commitdiff |
2007-04-10 |
joey | * Optimise displaytime, trimming maybe 6% off the build... |
tree | commitdiff |
2007-03-24 |
joey | * Fix mercurial backend to deal with empty commit messages. |
tree | commitdiff |
2007-03-18 |
joey | * Applied a patch from Michał to make the mercurial... |
tree | commitdiff |
2007-01-28 |
joey | * Improve use of svn merge, by specifying the file... |
tree | commitdiff |
2007-01-27 |
joey | * Make gitorigin_branch and gitmaster_branch configurab... |
tree | commitdiff |
2007-01-14 |
joey | qouting |
tree | commitdiff |
2006-12-29 |
joey | * Initial work on internationalization of the program... |
tree | commitdiff |
2006-12-21 |
joey | * Patch from Emanuele Aina to fix modification time... |
tree | commitdiff |
2006-11-28 |
joey | * More build deps updates. 1.34.2 |
tree | commitdiff |
2006-11-26 |
joey | cosmetics patch from Recai |
tree | commitdiff |
2006-11-26 |
joey | * Git backend improvements, including bug fixes and... |
tree | commitdiff |
2006-11-26 |
joey | * Mercurial backend improvements, including --get-ctime... |
tree | commitdiff |
2006-11-26 |
joey | mercurial username setting patch |
tree | commitdiff |
2006-11-22 |
joey | updates |
tree | commitdiff |
2006-11-22 |
joey | fix user determination for web commits |
tree | commitdiff |
2006-11-21 |
joey | * Add a test suite for the mercurial backend, contribut... |
tree | commitdiff |
2006-11-21 |
joey | better subjects |
tree | commitdiff |
2006-11-20 |
joey | * Add an openid plugin to support logging in using... |
tree | commitdiff |
2006-11-08 |
joey | * Make sure to check for errors from every eval. |
tree | commitdiff |
2006-10-14 |
joey | cosmetic changes from Recai |
tree | commitdiff |
2006-09-17 |
joey | more updates from Clint |
tree | commitdiff |
2006-09-16 |
joey | typo fix and slight reformat |
tree | commitdiff |
2006-09-16 |
joey | * Numerous tla fixes from Clint. |
tree | commitdiff |
2006-09-09 |
joey | * Work on firming up the plugin interface: |
tree | commitdiff |
2006-09-08 |
joey | * Add a missing -n to tla undo call. |
tree | commitdiff |
2006-09-06 |
joey | * Add support for mercurial, contributed by Emanuele... |
tree | commitdiff |
2006-09-04 |
joey | bugnum |
tree | commitdiff |
next |