git-annex/CmdLine
Joey Hess 68257e9076
add git-annex filter-process
filter-process: New command that can make git add/checkout faster when
there are a lot of unlocked annexed files or non-annexed files, but that
also makes git add of large annexed files slower.

Use it by running: git
config filter.annex.process 'git-annex filter-process'

Fully tested and working, but I have not benchmarked it at all.
And, incremental hashing is not done when git add uses it, so extra work is
done in that case.

Sponsored-by: Mark Reidenbach on Patreon
2021-11-04 15:02:36 -04:00
..
GitAnnex add --size-limit option 2021-06-04 16:16:53 -04:00
GitAnnexShell remove git-annex-shell compat code 2021-10-11 15:36:51 -04:00
Action.hs --size-limit exit 101 2021-06-04 16:43:47 -04:00
Batch.hs --batch-keys 2021-08-25 14:21:12 -04:00
GitAnnex.hs add git-annex filter-process 2021-11-04 15:02:36 -04:00
GitAnnexShell.hs fix duplicated commands in git-annex-shell usage display 2021-10-11 15:42:27 -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 simplify and speed up Utility.FileSystemEncoding 2021-08-11 12:13:31 -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