Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-26 | Version control backends promoted to first-class plugins | Joey Hess | |
2008-07-26 | fixups | Joey Hess | |
2008-07-26 | wrapper setup reorg | Joey Hess | |
Flattened the wrapper setup, as this lets it be handled better by the setup generation code. | |||
2008-07-26 | clarify wording | Joey Hess | |
2008-07-26 | tla done too | Joey Hess | |
2008-07-26 | move more settings out to rcs | Joey Hess | |
2008-07-26 | getsetup-ize svn and bzr | Joey Hess | |
2008-07-26 | add folding | Joey Hess | |
2008-07-26 | add gensetup for hg | Joey Hess | |
2008-07-26 | add gensetup for git | Joey Hess | |
2008-07-26 | typos | Joey Hess | |
2008-07-26 | make monotone use hooks, add getsetup | Joey Hess | |
Rather than every monotone rcs_ function calling check_config, just put it in a checkconfig hook. (But the chdir still needs to be done by every hook.) | |||
2008-07-25 | bzr: Version directories on the fly, ignore directories when retrieving | Jelmer Vernooij | |
changes. Now passes t/bazaar.t again. | |||
2008-07-25 | Merge commit 'jelmer/master' | Joey Hess | |
2008-07-24 | Support staging commands in bzr backend. | Jelmer Vernooij | |
2008-07-24 | mercurial: Add support for rename, delete, and also diff. (William Uther) | Joey Hess | |
2008-07-23 | add todo | Joey Hess | |
2008-07-22 | add rcs_commit_staged and rcs_rename | Joey Hess | |
Implemented for git and svn so far. Note that rcs_commit_staged does assume that the rcs has the ability to "stage" multiple changes for a later commit. Support for this varies, but all we really care about is staging removals and renames, which, AFAIK, all modern rcs's support. | |||
2008-07-21 | All rcs backends need to implement rcs_remove | Joey Hess | |
(Done for svn, git.) | |||
2008-07-17 | mark old web commits as from web | Joey Hess | |
2008-07-17 | fix web commit determination | Joey Hess | |
2008-07-17 | dummy up an email address for web commits | Joey Hess | |
Not doing so breaks cia and other things that try to parse a username out of the email address. | |||
2008-07-17 | git: Fix parsing of git logs with no commit messages at all. | Joey Hess | |
2008-07-17 | change how web commits are specified | Joey Hess | |
The trailer line was a bit complex and ugly; I think it's better to just put "(web)" after the user name. This has a side effect of making web commits with no messages have a completly empty commit message. Use --cleanup=verbatim to force git to accept such. | |||
2008-07-17 | git: Put web committer name/openid/address in the git author field | Joey Hess | |
The committer's email address is not used (because leaking email addresses is not liked by many users). Closes: #451023 A "Web-commit" trailer is added, to allow telling the difference between web commits and direct commits. | |||
2008-07-11 | fix use ordering | Joey Hess | |
The recent setup revamp exposed some latent bugs in use/package ordering that caused some symbols to not the exported into the correct scope. | |||
2008-05-15 | git: Skip over signed-off-by and similar lines in commit messages when ↵ | Joey Hess | |
generating recentchanges. | |||
2008-05-02 | git: Put -- before the filename when calling git rev-list to avoid warning ↵ | Joey Hess | |
message when the file doesn't exist. | |||
2008-04-10 | Use bzr --quiet to avoid it outputting stuff and messing up http headers. ↵ | Joey Hess | |
(Scott Bronson) | |||
2008-04-10 | Fix broken rcs_update for bzr. (Scott Bronson) | Joey Hess | |
2008-03-12 | truncate recentchangesdiffs after 200 lines | Joey Hess | |
This works around a perl crasher bug, and also avoids bloating pages with enormous diffs. rcs_recentchanges modified to return a list in an array context. | |||
2008-03-12 | use git show to get the diff | Joey Hess | |
If a diff of the firsst commit in a git repo was requested, it would fail and print to stderr since first^ isn't valid. Using git show will always work. | |||
2008-03-12 | * monotone: Require version 0.38 or greater, and stop using the mtnmergerc | Joey Hess | |
option. (Brian May) | |||
2008-03-07 | * Remove locking code in git rcs_commit. I'm not sure if this was ever | Joey Hess | |
correct, and it's certianly not correct now, since the wiki is locked before rcs_commit is ever called, and should not be unlocked by rcs_commit either. | |||
2008-03-03 | * Add recentchangesdiff plugin that adds diffs to the recentchanges feeds. | Joey Hess | |
* rcs_diff is a new function that rcs modules should implement. * Implemented rcs_diff for git, svn, and tla (tla version untested). Mercurial and monotone still todo. | |||
2008-02-20 | * tla: Remove call to escapeHTML when constructing recentchanges message; | Joey Hess | |
the html is escaped at a different level. Closes: #466495 * bzr, mercurial: Remove unused import of escapeHTML. | |||
2008-02-14 | * monotone: Add code to default mergerc file to run | Joey Hess | |
_MTN/ikiwiki-netsync-hook when a commit is merged in from the net. | |||
2008-02-03 | remove spurious EOF | Joey Hess | |
2008-02-03 | * monotone changes by Brian May: | Joey Hess | |
- On commits, replace "mtn sync" bidirectional with "mtn push" single direction. No need to pull changes when doing a commit. mtn sync is still called in rcs_update. - Support for viewing differences via patches using viewmtn. | |||
2008-01-30 | Expand file-id in diffurl in the bzr backend. | Jelmer Vernooij | |
2008-01-29 | rename bazaar -> bzr after discussion with jelmer | Joey Hess | |
2008-01-29 | commit only the changed file | Joey Hess | |
2008-01-29 | stylistic changes | Joey Hess | |
Remarkably few. Also, I removed the stub for the obsolete rcs_notify function. | |||
2008-01-29 | Merge git://git.samba.org/jelmer/ikiwiki | Joey Hess | |
2008-01-29 | * Removed support for sending commit notification mails. Along with it went | Joey Hess | |
the svnrepo and notify settings, though both will be ignored if left in setup files. | |||
2008-01-28 | change rcs_recentchanges when to absolute, not relative, time | Joey Hess | |
No point in using a relative time value in rcs_recentchanges. Different consumers of the info want different things. | |||
2008-01-28 | remove debug message | Joey Hess | |
This can legitimately happen when there's a simple merge. | |||
2008-01-28 | figured out how rev is used.. | Joey Hess | |
2008-01-28 | add an id field to the rcs_recentchanges return structure | Joey Hess | |
There was an undocumented field named "rev", I think "id" is a better name, and nothing uses it yet. | |||
2008-01-28 | remove extraneous quoting | Joey Hess | |