./devel/cvs-for-gits, Make CVS a bit more Gittish

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20230621, Package name: cvs-for-gits-20230621, Maintainer: schmonz

For most `cvs` subcommands, `cvs-for-gits` simply executes `cvs(1)`,
passing along any command-line arguments.

For `cvs diff`, output is colorized and paged just like `git diff`.


Master sites:

Filesize: 2.507 KB

Version history: (Expand)


CVS history: (Expand)


   2023-06-21 16:18:34 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 20230621. From the changelog:

- Fix removing ourselves from PATH on Solaris.
   2023-06-14 17:02:37 by Amitai Schleier | Files touched by this commit (2)
Log message:
- Page long output from `annotate`, `log`, and `status`
- More accurately mimic git's paging behavior
   2023-06-06 20:16:24 by Amitai Schleier | Files touched by this commit (3)
Log message:
Update to 20230606.1. From the changelog:

- Add cvs show with gittish HEAD handling.
- Add cvs plaindiff for non-colorized diffs.
- Add cvs gitlog.
   2023-06-06 06:17:40 by Amitai Schleier | Files touched by this commit (4)
Log message:
Add cvs-for-gits: Make CVS a bit more Gittish

For most `cvs` subcommands, `cvs-for-gits` simply executes `cvs(1)`,
passing along any command-line arguments.

For `cvs diff`, output is colorized and paged just like `git diff`.