git-annex/CmdLine
Joey Hess 771a122c9e
add --size-limit option
When this option is not used, there should be effectively no added
overhead, thanks to the optimisation in
b3cd0cc6ba.

When an action fails on a file, the size of the file still counts toward
the size limit. This was necessary to support concurrency, but also
generally seems like the right choice.

Most commands that operate on annexed files support the option.
export and import do not, and I don't know if it would make sense for
export to.. Why would you want an incomplete export? sync doesn't, and
while it would be easy to make it support it for transferring files,
it's not clear if dropping files should also take the size limit into
account. Commands like add that don't operate on annexed files don't
support the option either.

Exiting 101 not yet implemented.

Sponsored-by: Denis Dzyubenko on Patreon
2021-06-04 16:16:53 -04:00
..
GitAnnex add --size-limit option 2021-06-04 16:16:53 -04:00
GitAnnexShell finished this stage of the RawFilePath conversion 2020-11-04 14:20:37 -04:00
Action.hs add --size-limit option 2021-06-04 16:16:53 -04:00
Batch.hs remove unused contentFile = Nothing 2021-03-01 16:35:38 -04:00
GitAnnex.hs skeleton of filter-branch command, with option parser 2021-05-14 10:59:48 -04:00
GitAnnexShell.hs implement fastDebug 2021-04-06 15:24:28 -04:00
GitRemoteTorAnnex.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
GlobalSetter.hs implement fastDebug 2021-04-06 15:24:28 -04:00
Option.hs fix fastDebug to check if debugging is actually enabled 2021-04-06 16:28:37 -04:00
Seek.hs fix --all to include not yet committed files from the journal 2021-04-21 15:40:32 -04:00
Usage.hs improve synopsis 2020-12-17 12:51:49 -04:00