From f545bc08f6e932fd15ca231696903237a736d878 Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Sun, 1 Jul 2012 16:00:25 +0530 Subject: [PATCH] minor fixups --- check-g2-compat | 5 +++-- src/lib/Gitolite/Rc.pm | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/check-g2-compat b/check-g2-compat index 11fe7a7..72c32fa 100755 --- a/check-g2-compat +++ b/check-g2-compat @@ -38,8 +38,9 @@ sub intro { 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( '', '' ); - msg( INFO => "'see docs' usually means doc/g2migr.mkd" ); - msg( '', => "(online at http://sitaramc.github.com/gitolite/g2migr.html)" ); + msg( INFO => "'see docs' usually means the pre-migration checklist in" ); + msg( '', => "'g2migr.html'; to get there, start from the main migration" ); + msg( '', => "page at http://sitaramc.github.com/gitolite/install.html#migr" ); msg( '', '' ); } diff --git a/src/lib/Gitolite/Rc.pm b/src/lib/Gitolite/Rc.pm index 23ed421..876760a 100644 --- a/src/lib/Gitolite/Rc.pm +++ b/src/lib/Gitolite/Rc.pm @@ -326,6 +326,8 @@ __DATA__ # word, not a full domain name. See documentation if in doubt # HOSTNAME => 'darkstar', UMASK => 0077, + + # look in the "GIT-CONFIG" section in the README for what to do GIT_CONFIG_KEYS => '', # comment out if you don't need all the extra detail in the logfile