make git-annex add --no-check-gitignore not skip ignored files, same as with --force
This commit is contained in:
parent
46a7fcef0d
commit
3457b526ef
3 changed files with 12 additions and 5 deletions
|
@ -98,7 +98,7 @@ seek o = startConcurrency commandStages $ do
|
|||
l <- workTreeItems ww (addThese o)
|
||||
let go a = a ww (commandAction . gofile) l
|
||||
unless (updateOnly o) $
|
||||
go withFilesNotInGit
|
||||
go (withFilesNotInGit (checkGitIgnoreOption o))
|
||||
go withFilesMaybeModified
|
||||
go withUnmodifiedUnlockedPointers
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue