mirror of
https://github.com/bluekeyes/go-gitdiff
synced 2026-06-08 13:18:30 +00:00
Implement index header line parsing
This commit is contained in:
+3
-1
@@ -18,7 +18,9 @@ type File struct {
|
||||
OldMode os.FileMode
|
||||
NewMode os.FileMode
|
||||
|
||||
Score int
|
||||
OldOID string
|
||||
NewOID string
|
||||
Score int
|
||||
|
||||
Fragments []*Fragment
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user