Implement index header line parsing

This commit is contained in:
Billy Keyes
2019-03-16 22:42:14 -07:00
parent 3cca171e73
commit c928ba2827
2 changed files with 27 additions and 5 deletions
+3 -1
View File
@@ -18,7 +18,9 @@ type File struct {
OldMode os.FileMode
NewMode os.FileMode
Score int
OldOID string
NewOID string
Score int
Fragments []*Fragment
}