2
0
Эх сурвалжийг харах

Merge fix to write info/exclude rather than info/excludes file.

Jelmer Vernooij 15 жил өмнө
parent
commit
08f141b331
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      dulwich/repo.py

+ 1 - 1
dulwich/repo.py

@@ -1025,7 +1025,7 @@ class Repo(BaseRepo):
     bare = false
     logallrefupdates = true
 """)
-        ret._put_named_file(os.path.join('info', 'excludes'), '')
+        ret._put_named_file(os.path.join('info', 'exclude'), '')
         return ret
 
     create = init_bare