Changes between Version 3 and Version 4 of GitRepositoryDetails


Ignore:
Timestamp:
09/05/13 13:00:39 (11 years ago)
Author:
jdreed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitRepositoryDetails

    v3 v4  
    5656 
    5757{{{ 
    58 git init --bare /git/athena/packagename.git 
     58git init --bare --shared=group /git/athena/packagename.git 
    5959cd /git/athena/packagename.git 
    6060mv hooks hooks.orig 
    6161ln -s /git/athena/krbdev-services/githooks hooks 
    62 git config core.sharedRepository group 
     62git config core.sharedRepository group         #Should be set by shared=group 
    6363git config core.logAllRefUpdates true 
    6464git remote add --mirror=push github git@github.com:mit-athena/packagename.git 
     
    6666git config gc.reflogexpireunreachable never 
    6767git config receive.fsckObjects true 
    68 git config receive.denyNonFastForwards true 
     68git config receive.denyNonFastForwards true     #Should be set by shared=group 
    6969git config hooks.push-to github 
    7070git config hooks.mailinglist source-commits@mit.edu