Fix a bug in find --batch in the previous version.
This commit is contained in:
parent
8499c6d65a
commit
abd56fb019
5 changed files with 20 additions and 3 deletions
|
@ -61,3 +61,8 @@ local repository version: 8
|
|||
|
||||
[[!meta author=kyle]]
|
||||
[[!tag projects/datalad]]
|
||||
|
||||
> [[fixed|done]], and audited for any other similar reversions.
|
||||
>
|
||||
> Unfortunately did not see this bug before the release,
|
||||
> so I should make a point release for it. --[[Joey]]
|
||||
|
|
|
@ -37,8 +37,12 @@ and precache them.
|
|||
> > > Still todo:
|
||||
> > >
|
||||
> > > * move, copy, drop, and mirror were left not using the location log caching yet
|
||||
> > > * find has a bit of ugliness around batch mode, and this shows it
|
||||
> > > would be worth making the batch mode take the same AnnexedFileSeeker,
|
||||
> > > to reunify the batch and non-batch code
|
||||
> > > * get is left with an unncessary inAnnex check so could be sped up
|
||||
> > > a little bit more
|
||||
> > > a little bit more. Above improvements to batch mode would allow
|
||||
> > > fixing this.
|
||||
> > >
|
||||
|
||||
Another thing that the same cat-file --buffer approach could be used with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue