diff options
Diffstat (limited to 'Annex/Direct.hs')
-rwxr-xr-x[-rw-r--r--] | Annex/Direct.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Annex/Direct.hs b/Annex/Direct.hs index 596c90994..5d679eee6 100644..100755 --- a/Annex/Direct.hs +++ b/Annex/Direct.hs @@ -27,6 +27,8 @@ import Utility.InodeCache import Utility.CopyFile import Annex.Perms +import System.PosixCompat.Files + {- Uses git ls-files to find files that need to be committed, and stages - them into the index. Returns True if some changes were staged. -} stageDirect :: Annex Bool |