This fixes a vault issue similar to a one that happened when cooking a directory (T1177).
When cooking a gitfast archive for a given revision, fetching the associated revision log
must be performed client-side in a paginated way to avoid storage timeouts when the total
number of revisions to fetch is pretty large.
Related T1934