Commit ab33594f authored by Matthias Putz's avatar Matthias Putz

closed file

parent 5a2b0c52
...@@ -1956,6 +1956,7 @@ class Project(object): ...@@ -1956,6 +1956,7 @@ class Project(object):
packed_refs = os.path.join(self.gitdir, 'packed-refs') packed_refs = os.path.join(self.gitdir, 'packed-refs')
if not os.path.exists(packed_refs): if not os.path.exists(packed_refs):
fd = open(packed_refs, "w") fd = open(packed_refs, "w")
fd.close()
for name in ['config', for name in ['config',
'description', 'description',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment