diff options
author | Sitaram Chamarty <sitaram@atc.tcs.com> | 2012-03-21 07:49:13 +0530 |
---|---|---|
committer | Sitaram Chamarty <sitaram@atc.tcs.com> | 2012-03-24 10:30:45 +0530 |
commit | 98a6b08ff441ec1551d8acb89c2174a340a8837a (patch) | |
tree | bd6104bbcdf4ea2723419afe8a4f313670352c34 /t | |
parent | last check in the "dammit, don't call creator() on a missing repo" series :) (diff) | |
download | gitolite-gentoo-98a6b08ff441ec1551d8acb89c2174a340a8837a.tar.gz gitolite-gentoo-98a6b08ff441ec1551d8acb89c2174a340a8837a.tar.bz2 gitolite-gentoo-98a6b08ff441ec1551d8acb89c2174a340a8837a.zip |
'desc' command added (manually smoke tested only; no test script)
Diffstat (limited to 't')
-rwxr-xr-x | t/glt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ my $rc; my %extcmds = ( help => 1, info => 1, + desc => 1, perms => 1, writes => 1, ); |