split out DiffTreeItem
This makes github-backup happier when it reuses this library.
This commit is contained in:
parent
8af447c01b
commit
db27ad26bf
3 changed files with 26 additions and 11 deletions
|
@ -29,7 +29,7 @@ import Git.Types
|
|||
import Git.Command
|
||||
import Git.FilePath
|
||||
import Git.Sha
|
||||
import qualified Git.DiffTree as Diff
|
||||
import qualified Git.DiffTreeItem as Diff
|
||||
|
||||
{- Streamers are passed a callback and should feed it lines in the form
|
||||
- read by update-index, and generated by ls-tree. -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue