aboutsummaryrefslogtreecommitdiff
path: root/t/git.t
Commit message (Expand)AuthorAge
* clean up messages about unavailable vcs programsJoey Hess2010-06-25
* rcs_commit and rcs_commit_staged api changes•••Using named parameters for these is overdue. Passing the session in a parameter instead of passing username and IP separately will later allow storing other session info, like username or part of the email. Note that these functions are not part of the exported API, and the prototype change will catch (most) skew, so I am not changing API versions. Any third-party plugins that call them will need updated though. Joey Hess2010-06-23
* Fix git test suite to use a bare repo.•••This works around an enormous (and, in this context, enormously confusing) message that git has begun to print when one attempts to push changes into a non-bare repo. As a bonus, it now tests whether ikiwiki-makerepo works. Joey Hess2009-04-04
* update rcs tests for new rcs plugin load method•••As a side effect, since loadplugins is called, mdwn is loaded, so rcs_recentchanges will return page names, not filenames, for mdwn files. Joey Hess2008-08-01
* bring git test to parity with bazaar test•••Also, fixed bug I introduced in bazaar test. Joey Hess2008-07-25
* shut up git commands run manuallyJoey Hess2007-12-27
* * Change git test suite to reflect change in log for initial repo creation••• commit. joey2007-09-05
* git test suitejoey2006-11-26