From: Jeffrey Walton <noloader@gmail.com>
To: Git List <git@vger.kernel.org>
Subject: not ok 47 - log.decorate configuration
Date: Thu, 25 Mar 2021 03:57:46 -0400 [thread overview]
Message-ID: <CAH8yC8mnaEpnw8xCKsyBg0XXsuwhiE10AFXFDBdH2AW0qUP3HQ@mail.gmail.com> (raw)
Hi Everyone,
I'm testing 2.31.0 tarball on an Apple M1:
not ok 47 - log.decorate configuration
#
# git log --oneline --no-decorate >expect.none &&
# git log --oneline --decorate >expect.short &&
# git log --oneline --decorate=full >expect.full &&
#
# echo "[log] decorate" >>.git/config &&
# git log --oneline >actual &&
# test_cmp expect.short actual &&
#
# test_config log.decorate true &&
# git log --oneline >actual &&
# test_cmp expect.short actual &&
# git log --oneline --decorate=full >actual &&
# test_cmp expect.full actual &&
# git log --oneline --decorate=no >actual &&
# test_cmp expect.none actual &&
#
# test_config log.decorate no &&
# git log --oneline >actual &&
# test_cmp expect.none actual &&
# git log --oneline --decorate >actual &&
# test_cmp expect.short actual &&
# git log --oneline --decorate=full >actual &&
# test_cmp expect.full actual &&
#
# test_config log.decorate 1 &&
# git log --oneline >actual &&
# test_cmp expect.short actual &&
# git log --oneline --decorate=full >actual &&
# test_cmp expect.full actual &&
# git log --oneline --decorate=no >actual &&
# test_cmp expect.none actual &&
#
# test_config log.decorate short &&
# git log --oneline >actual &&
# test_cmp expect.short actual &&
# git log --oneline --no-decorate >actual &&
# test_cmp expect.none actual &&
# git log --oneline --decorate=full >actual &&
# test_cmp expect.full actual &&
#
# test_config log.decorate full &&
# git log --oneline >actual &&
# test_cmp expect.full actual &&
# git log --oneline --no-decorate >actual &&
# test_cmp expect.none actual &&
# git log --oneline --decorate >actual &&
# test_cmp expect.short actual &&
#
# test_unconfig log.decorate &&
# git log --pretty=raw >expect.raw &&
# test_config log.decorate full &&
# git log --pretty=raw >actual &&
# test_cmp expect.raw actual
Jeff
next reply other threads:[~2021-03-25 7:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-25 7:57 Jeffrey Walton [this message]
2021-03-25 7:59 ` not ok 47 - log.decorate configuration Jeffrey Walton
2021-03-25 23:09 ` Jeffrey Walton
2021-03-26 0:45 ` Junio C Hamano
2021-03-26 4:19 ` Jeff King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAH8yC8mnaEpnw8xCKsyBg0XXsuwhiE10AFXFDBdH2AW0qUP3HQ@mail.gmail.com \
--to=noloader@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).