Dennis Kaarsemaker <dennis.kaarsemaker@booking.com> [Wed, 03 Dec 2014 09:47:26 +0100] rev 72
Add a 'less' command, that does the same as cat, but uses a pager.
To avoid code duplication, refactor run_cat to be a thin wrapper around a
common function called by both run_cat and run_less.
Mahlon E. Smith <mahlon@laika.com> [Mon, 11 Aug 2014 11:25:33 -0700] rev 71
Branch merge.
Mahlon E. Smith <mahlon@laika.com> [Mon, 11 Aug 2014 11:19:43 -0700] rev 70
Added signature for changeset b220dc774937
Mahlon E. Smith <mahlon@laika.com> [Mon, 11 Aug 2014 11:19:39 -0700] rev 69
Added tag 1.2.0 for changeset 1a480ba231b6
Dennis Kaarsemaker <dennis.kaarsemaker@booking.com> [Mon, 11 Aug 2014 11:19:01 -0700] rev 68
Explicitly disable wrapping when writing to file, leaving it up to the
user's editor. No reason to have shelldap and editor wrap battles.
Dennis Kaarsemaker <dennis.kaarsemaker@booking.com>
Mahlon E. Smith <mahlon@laika.com> [Mon, 11 Aug 2014 11:07:00 -0700] rev 67
Add 'rm' for a fully qualified DN, instead of only working with RDN.
Reported by Lars Tauber <taeuber@bbaw.de>.