projects
/
pggit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a4bfe6
)
Generate new repos as shared
author
Magnus Hagander
<magnus@hagander.net>
Thu, 22 Jan 2009 12:47:43 +0000
(13:47 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Thu, 22 Jan 2009 12:47:43 +0000
(13:47 +0100)
gitdump.py
patch
|
blob
|
blame
|
history
diff --git
a/gitdump.py
b/gitdump.py
index 14f9f4e1d3bf2f18d88a0d3f8f6b06b37254673d..032c7db1b260cb7d9e5bf2dde90c43126d5dd62a 100644
(file)
--- a/
gitdump.py
+++ b/
gitdump.py
@@
-48,7
+48,7
@@
class AuthorizedKeysDumper:
# Does not exist, let's initialize a new one
print "Initializing new git repository %s" % name
os.environ['GIT_DIR'] = "%s/repos/%s"% (self.conf.get("paths", "githome"), name)
- os.system("git init --bare")
+ os.system("git init --bare
--shared
")
del os.environ['GIT_DIR']
# Check for publishing options here