2
0
Jelmer Vernooij 7 жил өмнө
parent
commit
a169f64b2f

+ 5 - 0
dulwich/index.py

@@ -48,6 +48,11 @@ IndexEntry = collections.namedtuple(
         'flags'])
         'flags'])
 
 
 
 
+FLAG_STAGEMASK = 0x3000
+FLAG_VALID = 0x8000
+FLAG_EXTENDED = 0x4000
+
+
 def pathsplit(path):
 def pathsplit(path):
     """Split a /-delimited path into a directory part and a basename.
     """Split a /-delimited path into a directory part and a basename.