diff options
Diffstat (limited to 'Git/RefLog.hs')
-rw-r--r-- | Git/RefLog.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Git/RefLog.hs b/Git/RefLog.hs index 7502f14b3..3f41e8eaa 100644 --- a/Git/RefLog.hs +++ b/Git/RefLog.hs @@ -11,7 +11,6 @@ import Common import Git import Git.Command import Git.Sha -import Git.CatFile {- Gets the reflog for a given branch. -} get :: Branch -> Repo -> IO [Sha] |