]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
server: Implement ls --limit.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 19 Oct 2022 19:56:51 +0000 (21:56 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 15 May 2023 18:55:45 +0000 (20:55 +0200)
The new option is quite easy to implement. The patch actually removes
more lines from aft.c than it adds, but this is just because the code
which loops over all matching files was duplicated across the two
branches of the clause which checks whether --reverse was given. The
branches can easily be combined.


No differences found