repo.or.cz
/
gitolite.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed up several broken URLs (minor but annoying)
[gitolite.git]
/
src
/
commands
/
print-default-rc
blob
79b88c1131919e7e561a582745af65244846cd8d
1
#!/usr/bin/perl
2
use
strict
;
3
use
warnings
;
4
5
use
lib
$ENV
{
GL_LIBDIR
};
6
use
Gitolite
::
Rc
;
7
8
print
glrc
(
'default-text'
);