diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-14 15:56:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-14 15:56:11 -0400 |
commit | ef28b3fef7e236d8c27ce35308c0e37ece58d20c (patch) | |
tree | 346b40aaffcdb2ad5220741d9b9546821d07c4c9 /Git/LsFiles.hs | |
parent | 02f1bd2bf47d3ff49a222e9428ec27708ef55f64 (diff) |
split out Git/Command.hs
Diffstat (limited to 'Git/LsFiles.hs')
-rw-r--r-- | Git/LsFiles.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Git/LsFiles.hs b/Git/LsFiles.hs index 85215fe04..0c71ed884 100644 --- a/Git/LsFiles.hs +++ b/Git/LsFiles.hs @@ -16,6 +16,7 @@ module Git.LsFiles ( ) where import Git +import Git.Command import Utility.SafeCommand {- Scans for files that are checked into git at the specified locations. -} |