From c80b92b61f67ade14eb54633140ff046b285469c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 22 Dec 2014 15:32:51 -0400 Subject: split out DiffTreeItem This makes github-backup happier when it reuses this library. --- Git/UpdateIndex.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Git/UpdateIndex.hs') diff --git a/Git/UpdateIndex.hs b/Git/UpdateIndex.hs index a569d7740..613596d57 100644 --- a/Git/UpdateIndex.hs +++ b/Git/UpdateIndex.hs @@ -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. -} -- cgit v1.2.3