Explorar o código

Fixed filename of initial .git/info/exclude

Travis Cline %!s(int64=15) %!d(string=hai) anos
pai
achega
b90325bd4c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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