git: 8d546b6832ee - main - cmp: add -i, --ignore-initial, an alternative to skip1/skip2 args

Daniel Ebdrup Jensen debdrup at FreeBSD.org
Wed Sep 29 21:11:26 UTC 2021


On Wed, Sep 29, 2021 at 06:05:07PM +0000, Kyle Evans wrote:
>The branch main has been updated by kevans:
>
>URL: https://cgit.FreeBSD.org/src/commit/?id=8d546b6832eea031f95f30eaec3232ec1256a281
>
>commit 8d546b6832eea031f95f30eaec3232ec1256a281
>Author:     Kyle Evans <kevans at FreeBSD.org>
>AuthorDate: 2021-09-23 05:43:32 +0000
>Commit:     Kyle Evans <kevans at FreeBSD.org>
>CommitDate: 2021-09-29 18:03:34 +0000
>
>    cmp: add -i, --ignore-initial, an alternative to skip1/skip2 args
>
>    This is compatible with GNU cmp.
>
>    Reviewed by:    markj
>    Sponsored by:   Klara, Inc.
>    Differential Revision:  https://reviews.freebsd.org/D32073
>---
> usr.bin/cmp/cmp.1              | 19 +++++++++++++++++++
> usr.bin/cmp/cmp.c              | 30 +++++++++++++++++++++++++++++-
> usr.bin/cmp/tests/cmp_test2.sh |  5 +++++
> 3 files changed, 53 insertions(+), 1 deletion(-)
>
>diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1
>index 511e09ac8628..5a56802bd22e 100644
>--- a/usr.bin/cmp/cmp.1
>+++ b/usr.bin/cmp/cmp.1
>@@ -41,6 +41,7 @@
[SNIP]

Hi Kyle,

       You forgot a .Dd bump here :)

Yours,
Daniel Ebdrup Jensen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/dev-commits-src-main/attachments/20210929/ec91a1e2/attachment.sig>


More information about the dev-commits-src-main mailing list