import -J fails at the end, disable util it can be fixed
authorJoey Hess <joeyh@joeyh.name>
Thu, 5 Nov 2015 22:48:46 +0000 (18:48 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 5 Nov 2015 22:48:46 +0000 (18:48 -0400)
Command/Import.hs
doc/git-annex-import.mdwn

index 0dbf2e44a541509e081eae76c6b65a3d82510c56..14216ab734b15255778e489eb4b04cc7106b8ad8 100644 (file)
@@ -21,7 +21,7 @@ import Annex.CheckIgnore
 import Annex.NumCopies
 
 cmd :: Command
-cmd = withGlobalOptions (jobsOption : fileMatchingOptions) $ notBareRepo $
+cmd = withGlobalOptions fileMatchingOptions $ notBareRepo $
        command "import" SectionCommon 
                "move and add files from outside git working copy"
                paramPaths (seek <$$> optParser)
@@ -59,7 +59,7 @@ duplicateModeParser =
                )
 
 seek :: ImportOptions -> CommandSeek
-seek o = allowConcurrentOutput $ do
+seek o = do
        repopath <- liftIO . absPath =<< fromRepo Git.repoPath
        inrepops <- liftIO $ filter (dirContains repopath) <$> mapM absPath (importFiles o)
        unless (null inrepops) $ do
index ca37b81ebb81dfcfe9099a5dd7a87749a0ff965b..48c087aec285db6b7c9fc838654f55a2b2ce301f 100644 (file)
@@ -66,11 +66,6 @@ Several options can be used to adjust handling of duplicate files.
 
                git annex import /dir --include='*.png'
 
-* `--jobs=N` `-JN`
-
-  Imports multiple files in parallel. This may be faster.
-  For example: `-J4`  
-
 # CAVEATS
 
 Note that using `--deduplicate` or `--clean-duplicates` with the WORM