add --include-dotfiles: New option, perhaps useful for backups.
This commit is contained in:
parent
6038875ebe
commit
2f538dd65c
6 changed files with 36 additions and 16 deletions
|
@ -36,7 +36,7 @@ check = do
|
|||
|
||||
seek :: CommandSeek
|
||||
seek ps = do
|
||||
withFilesNotInGit (whenAnnexed startCheckIncomplete) ps
|
||||
withFilesNotInGit False (whenAnnexed startCheckIncomplete) ps
|
||||
withFilesInGit (whenAnnexed Command.Unannex.start) ps
|
||||
finish
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue