new 'gitolite print-default-rc' command
This commit is contained in:
parent
863a732080
commit
c14e01d6c0
8
src/commands/print-default-rc
Executable file
8
src/commands/print-default-rc
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/perl
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
|
use lib $ENV{GL_BINDIR};
|
||||||
|
use Gitolite::Rc;
|
||||||
|
|
||||||
|
print glrc('default-text');
|
Loading…
Reference in a new issue