minor fixups
This commit is contained in:
parent
db2cf23379
commit
f545bc08f6
|
@ -38,8 +38,9 @@ sub intro {
|
||||||
msg( '' => "or that might end up giving *more* access to someone if migrated as-is." );
|
msg( '' => "or that might end up giving *more* access to someone if migrated as-is." );
|
||||||
msg( '' => "It does NOT attempt to catch all the differences described in the docs." );
|
msg( '' => "It does NOT attempt to catch all the differences described in the docs." );
|
||||||
msg( '', '' );
|
msg( '', '' );
|
||||||
msg( INFO => "'see docs' usually means doc/g2migr.mkd" );
|
msg( INFO => "'see docs' usually means the pre-migration checklist in" );
|
||||||
msg( '', => "(online at http://sitaramc.github.com/gitolite/g2migr.html)" );
|
msg( '', => "'g2migr.html'; to get there, start from the main migration" );
|
||||||
|
msg( '', => "page at http://sitaramc.github.com/gitolite/install.html#migr" );
|
||||||
msg( '', '' );
|
msg( '', '' );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -326,6 +326,8 @@ __DATA__
|
||||||
# word, not a full domain name. See documentation if in doubt
|
# word, not a full domain name. See documentation if in doubt
|
||||||
# HOSTNAME => 'darkstar',
|
# HOSTNAME => 'darkstar',
|
||||||
UMASK => 0077,
|
UMASK => 0077,
|
||||||
|
|
||||||
|
# look in the "GIT-CONFIG" section in the README for what to do
|
||||||
GIT_CONFIG_KEYS => '',
|
GIT_CONFIG_KEYS => '',
|
||||||
|
|
||||||
# comment out if you don't need all the extra detail in the logfile
|
# comment out if you don't need all the extra detail in the logfile
|
||||||
|
|
Loading…
Reference in a new issue