summaryrefslogtreecommitdiff
path: root/Infrastructure
diff options
context:
space:
mode:
author144.51.25.7 <moss-huskies.epoch.ncsc.mil>2009-10-05 18:32:46 +0000
committer144.51.25.7 <moss-huskies.epoch.ncsc.mil>2009-10-05 18:32:46 +0000
commit11ec56551af235bf6ec575f1410cebc4d557ba31 (patch)
treec878bd9b48c09192c231203a7827c98fa1e0d2a2 /Infrastructure
parentf83da2d0242e2b5fd9369383ac3c5053fcfaf4f4 (diff)
update "git init" command, git-init-db doesn't work anymore
Diffstat (limited to 'Infrastructure')
-rw-r--r--Infrastructure/git/RepositoryAdmin.moin2
1 files changed, 1 insertions, 1 deletions
diff --git a/Infrastructure/git/RepositoryAdmin.moin b/Infrastructure/git/RepositoryAdmin.moin
index e231baa0..a42f064a 100644
--- a/Infrastructure/git/RepositoryAdmin.moin
+++ b/Infrastructure/git/RepositoryAdmin.moin
@@ -13,7 +13,7 @@ Your repository will be available as {{{ssh://git.freedesktop.org/git/projectnam
For personal repositories, SSH to people.freedesktop.org and execute:
{{{
mkdir repo-name.git
-GIT_DIR=repo-name.git git-init-db
+GIT_DIR=repo-name.git git init
touch repo-name.git/git-daemon-export-ok
vim repo-name.git/description
chmod +x repo-name.git/hooks/post-update