diff options
Diffstat (limited to 'Git/Branch.hs')
-rw-r--r-- | Git/Branch.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Git/Branch.hs b/Git/Branch.hs index 3e08e19c2..cce56dcfa 100644 --- a/Git/Branch.hs +++ b/Git/Branch.hs @@ -12,6 +12,7 @@ import qualified Data.ByteString.Lazy.Char8 as L import Common import Git import Git.Sha +import Git.Command {- Checks if the second branch has any commits not present on the first - branch. -} |