Changes between Version 3 and Version 4 of GitRepositoryDetails
- Timestamp:
- 09/05/13 13:00:39 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitRepositoryDetails
v3 v4 56 56 57 57 {{{ 58 git init --bare /git/athena/packagename.git58 git init --bare --shared=group /git/athena/packagename.git 59 59 cd /git/athena/packagename.git 60 60 mv hooks hooks.orig 61 61 ln -s /git/athena/krbdev-services/githooks hooks 62 git config core.sharedRepository group 62 git config core.sharedRepository group #Should be set by shared=group 63 63 git config core.logAllRefUpdates true 64 64 git remote add --mirror=push github git@github.com:mit-athena/packagename.git … … 66 66 git config gc.reflogexpireunreachable never 67 67 git config receive.fsckObjects true 68 git config receive.denyNonFastForwards true 68 git config receive.denyNonFastForwards true #Should be set by shared=group 69 69 git config hooks.push-to github 70 70 git config hooks.mailinglist source-commits@mit.edu