git-annex log --received modifier option
authorJoey Hess <joeyh@joeyh.name>
Tue, 14 Nov 2023 18:00:06 +0000 (14:00 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 14 Nov 2023 18:04:46 +0000 (14:04 -0400)
commit0fdc1a54dbe967845cbe5d5fb5224d55fa61e332
tree35e271e188aa189cd05972e6ae529a1602e2e1d9
parent21e66ce209af75bcc4c7c571c45e12341d136533
git-annex log --received modifier option

Only counting received and not dropped makes this show the bandwidth of
data coming into the repository, although only in a sense. Since
git-annex branch updates only happen at the end of a command, and we
don't know when a command started, it's only an approximation of the
actual bandwidth. (A previous git-annex branch update made have
happened in a different repository.)

It would be possible to also add a --dropped option, but I don't know
how useful that would be?

Sponsored-by: Nicholas Golder-Manning on Patreon
CHANGELOG
Command/Log.hs
doc/git-annex-log.mdwn