git-annex/CmdLine
Joey Hess a8b837aaef
add git ls-tree --long parser
Not yet used, but allows getting the size of items in the tree fairly
cheaply.

I noticed that CmdLine.Seek uses ls-tree and the feeds the files into
another long-running process to check their size. That would be an
example of a place that might be sped up by using this. Although in that
particular case, it only needs to know the size of unlocked files, not
locked. And since enabling --long probably doubles the ls-tree runtime
or more, the overhead of using it there may outwweigh the benefit.
2021-03-23 12:47:00 -04:00
..
GitAnnex Behavior change: --trust-glacier option no longer overrides trust 2021-01-07 10:37:43 -04:00
GitAnnexShell finished this stage of the RawFilePath conversion 2020-11-04 14:20:37 -04:00
Action.hs suggest when user may want annex.stalldetection 2021-02-03 15:57:19 -04:00
Batch.hs remove unused contentFile = Nothing 2021-03-01 16:35:38 -04:00
GitAnnex.hs unregisterurl: New command 2021-03-01 14:28:24 -04:00
GitAnnexShell.hs addon commands 2021-02-02 16:32:49 -04:00
GitRemoteTorAnnex.hs update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
GlobalSetter.hs addon commands 2021-02-02 16:32:49 -04:00
Option.hs Make --debug also enable debugging in child git-annex processes 2021-03-22 14:25:28 -04:00
Seek.hs add git ls-tree --long parser 2021-03-23 12:47:00 -04:00
Usage.hs improve synopsis 2020-12-17 12:51:49 -04:00