- Jan 04, 2021
-
-
Joey Hess authored
It got broken in several ways by the streaming seeking optimisations around version 8.20201007. Moved time limit checking out of the matcher, which was a hack in the first place. So everywhere that uses Limit.getMatcher needs to check time limit. Well, almost everywhere. Command.Info uses it, but it does not make sense to time limit getting info. And Command.MultiCast uses it just to build up a list of files that then get passed to a command, so it would never have hit the timeout in a useful way. This implementation is a little more expensive when at time limit than necessary, since it continues seeking only to discard everything after the time limit. I did try making it close the file handles to force a faster shutdown, but that didn't work and hung. Could certianly be improved somehow, but seeking is probably not the expensive bit when a time limit is hit, so this seems acceptable for now.
-
Joey Hess authored
-
Joey Hess authored
-
Joey Hess authored
-
Joey Hess authored
-
Joey Hess authored
-
Joey Hess authored
* add: Significantly speed up adding lots of non-large files to git, by disabling the annex smudge filter when running git add. * add --force-small: Run git add rather than updating the index itself, so any other smudge filters than the annex one that may be enabled will be used.
-
Joey Hess authored
-
Joey Hess authored
-
Joey Hess authored
-
Joey Hess authored
I don't think this affected git-annex currently, but if the same command was queued twice with different params, one set of params was thrown away, and the files going with those were run with the other set of params.
-
Joey Hess authored
-
Joey Hess authored
-
Joey Hess authored
-
Joey Hess authored
-
ssh://git-annex.branchable.comJoey Hess authored
-
AlbertZeyer authored
-
- Jan 03, 2021
-
-
AlbertZeyer authored
-
AlbertZeyer authored
No commit message
-
AlbertZeyer authored
-
- Jan 02, 2021
-
-
AlbertZeyer authored
-
ssh://git-annex.branchable.comJoey Hess authored
-
AlbertZeyer authored
-
Lukey authored
No commit message
-
Lukey authored
-
Lukey authored
-
Lukey authored
-
Lukey authored
-
- Jan 01, 2021
-
-
AlbertZeyer authored
-
AlbertZeyer authored
-
AlbertZeyer authored
-
AlbertZeyer authored
-
AlbertZeyer authored
-
Lukey authored
No commit message
-
-
- Dec 31, 2020
-
-
-
-
-
Lukey authored
-
-