gitolite/t
Sitaram Chamarty 7f8020adc5 'info' command, plus lots more changes:
- usage() gets a little smarter; it now knows what function it was called
    from and tries to find a '=for function_name' chunk of data in the script

  - the various list-* functions now work off a dispatcher in Load.pm
  - (...and they all use the new usage() magic to print their helps!)

  - src/gitolite got a lot leaner due to this dispatcher

  - src/gitolite-shell became a lot more easier to read/flow

  - rc acquired '{COMMANDS}', which gitolite-shell now refers to
  - comments in the default rc file changed a bit
  - rc got a new REMOTE_COMMAND_PATT (in place of ADC_CMD_ARGS_PATT)

the rest is perltidy and stuff like that
2012-03-24 10:30:42 +05:30
..
basic.t (test) forgot to set user.email/name to the standard value 2012-03-24 10:30:41 +05:30
gitolite-receive-pack install/test made easy (WARNING: read below) 2012-03-24 10:30:41 +05:30
gitolite-upload-pack install/test made easy (WARNING: read below) 2012-03-24 10:30:41 +05:30
glt 'info' command, plus lots more changes: 2012-03-24 10:30:42 +05:30
m-explode.t (tests) added a module test for explode 2012-03-24 10:30:41 +05:30
README install/test made easy (WARNING: read below) 2012-03-24 10:30:41 +05:30
reset ssh-authkeys done! 2012-03-24 10:30:42 +05:30
ssh-authkeys.t ssh-authkeys done! 2012-03-24 10:30:42 +05:30
vrefs-1.t COUNT VREF and tests 2012-03-24 10:30:42 +05:30
vrefs-2.t COUNT VREF and tests 2012-03-24 10:30:42 +05:30

WARNING: THE TEST SUITE DELETES STUFF FIRST!

Testing gitolite3 is now one command after the clone:

    prove

But because it starts by cleaning the slate, it's best to do it on a spare
userid that you are ok to lose data on.