new 'gitolite print-default-rc' command

This commit is contained in:
Sitaram Chamarty 2012-03-25 09:19:10 +05:30
parent 863a732080
commit c14e01d6c0

8
src/commands/print-default-rc Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/perl
use strict;
use warnings;
use lib $ENV{GL_BINDIR};
use Gitolite::Rc;
print glrc('default-text');