assist: honor gitignore
Sponsored-by: Graham Spencer on Patreon
This commit is contained in:
parent
0b9b85f009
commit
f1cdb79ca4
2 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,7 @@ myseek o = startConcurrency transferStages $ do
|
||||||
, Command.Add.batchOption = NoBatch
|
, Command.Add.batchOption = NoBatch
|
||||||
, Command.Add.updateOnly = False
|
, Command.Add.updateOnly = False
|
||||||
, Command.Add.largeFilesOverride = Nothing
|
, Command.Add.largeFilesOverride = Nothing
|
||||||
, Command.Add.checkGitIgnoreOption = CheckGitIgnore (False)
|
, Command.Add.checkGitIgnoreOption = CheckGitIgnore True
|
||||||
, Command.Add.dryRunOption = DryRun False
|
, Command.Add.dryRunOption = DryRun False
|
||||||
}
|
}
|
||||||
waitForAllRunningCommandActions
|
waitForAllRunningCommandActions
|
||||||
|
|
|
@ -35,3 +35,5 @@ local repository version: 10
|
||||||
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
||||||
|
|
||||||
git-annex is awesome!
|
git-annex is awesome!
|
||||||
|
|
||||||
|
> [[fixed|done]] --[[Joey]]
|
||||||
|
|
Loading…
Reference in a new issue