aboutsummaryrefslogtreecommitdiff
path: root/Git/UpdateIndex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2014-12-22 15:32:51 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2014-12-22 15:32:51 -0400
commitc80b92b61f67ade14eb54633140ff046b285469c (patch)
tree31b2b1b65492579de287b52b22794b69229fc5f6 /Git/UpdateIndex.hs
parentd54ea42de6cbd297d398d4e6f1d27f507a7de5d9 (diff)
split out DiffTreeItem
This makes github-backup happier when it reuses this library.
Diffstat (limited to 'Git/UpdateIndex.hs')
-rw-r--r--Git/UpdateIndex.hs2
1 files changed, 1 insertions, 1 deletions
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. -}