]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commitbe78128f5b0e9605de29724b620c9c54f312281e
tree35378e8445695ce7baa7368c85a61292fc37df16
parent84eff8315955e1a6da8c3d15fa6c18203d55aa4a
server: Implement ls --limit.

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.
aft.c
m4/lls/server_cmd.suite.m4