diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-05-06 14:29:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-05-06 14:30:51 -0700 |
commit | b7cf25c8f486b3b9a99b2bbe68f158bc24f87b1c (patch) | |
tree | 74e70c2042d7bf6c82bc155f3f79bb75af547026 /commit.c | |
parent | ec583449067bab5b800ecc63926f35c9dae96fa1 (diff) | |
download | git-b7cf25c8f486b3b9a99b2bbe68f158bc24f87b1c.tar.gz |
t9800: correct misuse of 'show -s --raw' in a test
There is $(git show -s --raw --pretty=format:%at HEAD) in this test
that is meant to grab the author time of the commit. We used to
have a bug in the command line option parser of the diff family of
commands, where "show -s --raw" was identical to "show -s".
With the "-s" bug fixed, "show -s --raw" would mean the same thing
as "show --raw", i.e. show the output from the diff machinery in the
"raw" format. And this test will start failing, so fix it before
that happens.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.c')
0 files changed, 0 insertions, 0 deletions