Explorar el Código

Merge "project: Set config option to skip lfs smudge filter"

David Pursehouse hace 9 años
padre
commit
183c52ab02
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      project.py

+ 1 - 0
project.py

@@ -2294,6 +2294,7 @@ class Project(object):
         for key in ['user.name', 'user.email']:
           if m.Has(key, include_defaults=False):
             self.config.SetString(key, m.GetString(key))
+        self.config.SetString('filter.lfs.smudge', 'git-lfs smudge --skip -- %f')
         if self.manifest.IsMirror:
           self.config.SetString('core.bare', 'true')
         else: