2008-05-31 22:11:42 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
test_description='git am running'
|
|
|
|
|
2020-11-18 23:44:27 +00:00
|
|
|
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
|
tests: mark tests relying on the current default for `init.defaultBranch`
In addition to the manual adjustment to let the `linux-gcc` CI job run
the test suite with `master` and then with `main`, this patch makes sure
that GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME is set in all test scripts
that currently rely on the initial branch name being `master by default.
To determine which test scripts to mark up, the first step was to
force-set the default branch name to `master` in
- all test scripts that contain the keyword `master`,
- t4211, which expects `t/t4211/history.export` with a hard-coded ref to
initialize the default branch,
- t5560 because it sources `t/t556x_common` which uses `master`,
- t8002 and t8012 because both source `t/annotate-tests.sh` which also
uses `master`)
This trick was performed by this command:
$ sed -i '/^ *\. \.\/\(test-lib\|lib-\(bash\|cvs\|git-svn\)\|gitweb-lib\)\.sh$/i\
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master\
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME\
' $(git grep -l master t/t[0-9]*.sh) \
t/t4211*.sh t/t5560*.sh t/t8002*.sh t/t8012*.sh
After that, careful, manual inspection revealed that some of the test
scripts containing the needle `master` do not actually rely on a
specific default branch name: either they mention `master` only in a
comment, or they initialize that branch specificially, or they do not
actually refer to the current default branch. Therefore, the
aforementioned modification was undone in those test scripts thusly:
$ git checkout HEAD -- \
t/t0027-auto-crlf.sh t/t0060-path-utils.sh \
t/t1011-read-tree-sparse-checkout.sh \
t/t1305-config-include.sh t/t1309-early-config.sh \
t/t1402-check-ref-format.sh t/t1450-fsck.sh \
t/t2024-checkout-dwim.sh \
t/t2106-update-index-assume-unchanged.sh \
t/t3040-subprojects-basic.sh t/t3301-notes.sh \
t/t3308-notes-merge.sh t/t3423-rebase-reword.sh \
t/t3436-rebase-more-options.sh \
t/t4015-diff-whitespace.sh t/t4257-am-interactive.sh \
t/t5323-pack-redundant.sh t/t5401-update-hooks.sh \
t/t5511-refspec.sh t/t5526-fetch-submodules.sh \
t/t5529-push-errors.sh t/t5530-upload-pack-error.sh \
t/t5548-push-porcelain.sh \
t/t5552-skipping-fetch-negotiator.sh \
t/t5572-pull-submodule.sh t/t5608-clone-2gb.sh \
t/t5614-clone-submodules-shallow.sh \
t/t7508-status.sh t/t7606-merge-custom.sh \
t/t9302-fast-import-unpack-limit.sh
We excluded one set of test scripts in these commands, though: the range
of `git p4` tests. The reason? `git p4` stores the (foreign) remote
branch in the branch called `p4/master`, which is obviously not the
default branch. Manual analysis revealed that only five of these tests
actually require a specific default branch name to pass; They were
modified thusly:
$ sed -i '/^ *\. \.\/lib-git-p4\.sh$/i\
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master\
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME\
' t/t980[0167]*.sh t/t9811*.sh
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2020-11-18 23:44:19 +00:00
|
|
|
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
|
|
|
|
|
2024-08-22 09:17:13 +00:00
|
|
|
TEST_PASSES_SANITIZE_LEAK=true
|
2008-05-31 22:11:42 +00:00
|
|
|
. ./test-lib.sh
|
|
|
|
|
2010-07-23 17:03:07 +00:00
|
|
|
test_expect_success 'setup: messages' '
|
|
|
|
cat >msg <<-\EOF &&
|
|
|
|
second
|
|
|
|
|
|
|
|
Lorem ipsum dolor sit amet, consectetuer sadipscing elitr, sed diam nonumy
|
|
|
|
eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam
|
|
|
|
voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita
|
|
|
|
kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem
|
|
|
|
ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
|
|
|
|
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At
|
|
|
|
vero eos et accusam et justo duo dolores et ea rebum.
|
|
|
|
|
|
|
|
EOF
|
2013-03-22 18:10:03 +00:00
|
|
|
qz_to_tab_space <<-\EOF >>msg &&
|
2010-07-23 17:03:07 +00:00
|
|
|
QDuis autem vel eum iriure dolor in hendrerit in vulputate velit
|
|
|
|
Qesse molestie consequat, vel illum dolore eu feugiat nulla facilisis
|
|
|
|
Qat vero eros et accumsan et iusto odio dignissim qui blandit
|
|
|
|
Qpraesent luptatum zzril delenit augue duis dolore te feugait nulla
|
|
|
|
Qfacilisi.
|
|
|
|
EOF
|
|
|
|
cat >>msg <<-\EOF &&
|
|
|
|
|
|
|
|
Lorem ipsum dolor sit amet,
|
|
|
|
consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut
|
|
|
|
laoreet dolore magna aliquam erat volutpat.
|
|
|
|
|
|
|
|
git
|
|
|
|
---
|
|
|
|
+++
|
|
|
|
|
|
|
|
Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit
|
|
|
|
lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure
|
|
|
|
dolor in hendrerit in vulputate velit esse molestie consequat, vel illum
|
|
|
|
dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio
|
|
|
|
dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te
|
|
|
|
feugait nulla facilisi.
|
2017-08-08 10:25:33 +00:00
|
|
|
|
|
|
|
Reported-by: A N Other <a.n.other@example.com>
|
2010-07-23 17:03:07 +00:00
|
|
|
EOF
|
|
|
|
|
|
|
|
cat >failmail <<-\EOF &&
|
|
|
|
From foo@example.com Fri May 23 10:43:49 2008
|
|
|
|
From: foo@example.com
|
|
|
|
To: bar@example.com
|
|
|
|
Subject: Re: [RFC/PATCH] git-foo.sh
|
|
|
|
Date: Fri, 23 May 2008 05:23:42 +0200
|
|
|
|
|
|
|
|
Sometimes we have to find out that there'\''s nothing left.
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
cat >pine <<-\EOF &&
|
|
|
|
From MAILER-DAEMON Fri May 23 10:43:49 2008
|
|
|
|
Date: 23 May 2008 05:23:42 +0200
|
|
|
|
From: Mail System Internal Data <MAILER-DAEMON@example.com>
|
|
|
|
Subject: DON'\''T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA
|
|
|
|
Message-ID: <foo-0001@example.com>
|
|
|
|
|
|
|
|
This text is part of the internal format of your mail folder, and is not
|
|
|
|
a real message. It is created automatically by the mail system software.
|
|
|
|
If deleted, important folder data will be lost, and it will be re-created
|
|
|
|
with the data reset to initial values.
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
t4150: fix broken test for am --scissors
Tests for "git am --[no-]scissors" [1] work in the following way:
1. Create files with commit messages
2. Use these files to create expected commits
3. Generate eml file with patch from expected commits
4. Create commits using git am with these eml files
5. Compare these commits with expected
The test for "git am --scissors" is supposed to take an e-mail with a
scissors line and in-body "Subject:" header and demonstrate that the
subject line from the e-mail itself is overridden by the in-body header
and that only text below the scissors line is included in the commit
message of the commit created by the invocation of "git am --scissors".
However, the setup of the test incorrectly uses a commit without the
scissors line and without the in-body header in the commit message,
producing eml file not suitable for testing of "git am --scissors".
This can be checked by intentionally breaking is_scissors_line function
in mailinfo.c, for example, by changing string ">8", which is used by
the test. With such change the test should fail, but does not.
Fix broken test by generating eml file with scissors line and in-body
header "Subject:". Since the two tests for --scissors and --no-scissors
options are there to test cutting or keeping the commit message, update
both tests to change the test file in the same way, which allows us to
generate only one eml file to be passed to git am. To clarify the
intention of the test, give files and tags more explicit names.
[1]: introduced in bf72ac17d (t4150: tests for am --[no-]scissors,
2015-07-19)
Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Reviewed-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-08-06 17:49:38 +00:00
|
|
|
cat >msg-without-scissors-line <<-\EOF &&
|
|
|
|
Test that git-am --scissors cuts at the scissors line
|
2015-07-19 15:49:16 +00:00
|
|
|
|
|
|
|
This line should be included in the commit message.
|
|
|
|
EOF
|
|
|
|
|
t4150: fix broken test for am --scissors
Tests for "git am --[no-]scissors" [1] work in the following way:
1. Create files with commit messages
2. Use these files to create expected commits
3. Generate eml file with patch from expected commits
4. Create commits using git am with these eml files
5. Compare these commits with expected
The test for "git am --scissors" is supposed to take an e-mail with a
scissors line and in-body "Subject:" header and demonstrate that the
subject line from the e-mail itself is overridden by the in-body header
and that only text below the scissors line is included in the commit
message of the commit created by the invocation of "git am --scissors".
However, the setup of the test incorrectly uses a commit without the
scissors line and without the in-body header in the commit message,
producing eml file not suitable for testing of "git am --scissors".
This can be checked by intentionally breaking is_scissors_line function
in mailinfo.c, for example, by changing string ">8", which is used by
the test. With such change the test should fail, but does not.
Fix broken test by generating eml file with scissors line and in-body
header "Subject:". Since the two tests for --scissors and --no-scissors
options are there to test cutting or keeping the commit message, update
both tests to change the test file in the same way, which allows us to
generate only one eml file to be passed to git am. To clarify the
intention of the test, give files and tags more explicit names.
[1]: introduced in bf72ac17d (t4150: tests for am --[no-]scissors,
2015-07-19)
Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Reviewed-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-08-06 17:49:38 +00:00
|
|
|
printf "Subject: " >subject-prefix &&
|
|
|
|
|
2019-03-12 14:38:04 +00:00
|
|
|
cat - subject-prefix msg-without-scissors-line >msg-with-scissors-line <<-\EOF
|
2015-07-19 15:49:16 +00:00
|
|
|
This line should not be included in the commit message with --scissors enabled.
|
|
|
|
|
|
|
|
- - >8 - - remove everything above this line - - >8 - -
|
|
|
|
|
|
|
|
EOF
|
2010-07-23 17:03:07 +00:00
|
|
|
'
|
2008-05-31 22:11:42 +00:00
|
|
|
|
|
|
|
test_expect_success setup '
|
|
|
|
echo hello >file &&
|
|
|
|
git add file &&
|
|
|
|
test_tick &&
|
|
|
|
git commit -m first &&
|
|
|
|
git tag first &&
|
2010-07-23 17:03:07 +00:00
|
|
|
|
2008-05-31 22:11:42 +00:00
|
|
|
echo world >>file &&
|
|
|
|
git add file &&
|
|
|
|
test_tick &&
|
2017-08-08 10:25:33 +00:00
|
|
|
git commit -F msg &&
|
2008-05-31 22:11:42 +00:00
|
|
|
git tag second &&
|
2010-07-23 17:03:07 +00:00
|
|
|
|
2008-05-31 22:11:42 +00:00
|
|
|
git format-patch --stdout first >patch1 &&
|
2009-08-07 01:08:12 +00:00
|
|
|
{
|
2022-12-16 01:47:19 +00:00
|
|
|
echo "Message-ID: <1226501681-24923-1-git-send-email-bda@mnsspb.ru>" &&
|
2009-08-07 01:08:12 +00:00
|
|
|
echo "X-Fake-Field: Line One" &&
|
|
|
|
echo "X-Fake-Field: Line Two" &&
|
|
|
|
echo "X-Fake-Field: Line Three" &&
|
|
|
|
git format-patch --stdout first | sed -e "1d"
|
|
|
|
} > patch1.eml &&
|
2010-01-26 00:33:59 +00:00
|
|
|
{
|
|
|
|
echo "X-Fake-Field: Line One" &&
|
|
|
|
echo "X-Fake-Field: Line Two" &&
|
|
|
|
echo "X-Fake-Field: Line Three" &&
|
|
|
|
git format-patch --stdout first | sed -e "1d"
|
|
|
|
} | append_cr >patch1-crlf.eml &&
|
2011-08-08 02:49:04 +00:00
|
|
|
{
|
tests: fix broken &&-chains in `{...}` groups
The top-level &&-chain checker built into t/test-lib.sh causes tests to
magically exit with code 117 if the &&-chain is broken. However, it has
the shortcoming that the magic does not work within `{...}` groups,
`(...)` subshells, `$(...)` substitutions, or within bodies of compound
statements, such as `if`, `for`, `while`, `case`, etc. `chainlint.sed`
partly fills in the gap by catching broken &&-chains in `(...)`
subshells, but bugs can still lurk behind broken &&-chains in the other
cases.
Fix broken &&-chains in `{...}` groups in order to reduce the number of
possible lurking bugs.
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Reviewed-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2021-12-09 05:11:08 +00:00
|
|
|
printf "%255s\\n" "" &&
|
2011-08-08 02:49:04 +00:00
|
|
|
echo "X-Fake-Field: Line One" &&
|
|
|
|
echo "X-Fake-Field: Line Two" &&
|
|
|
|
echo "X-Fake-Field: Line Three" &&
|
|
|
|
git format-patch --stdout first | sed -e "1d"
|
|
|
|
} > patch1-ws.eml &&
|
2015-06-08 15:48:47 +00:00
|
|
|
{
|
|
|
|
sed -ne "1p" msg &&
|
|
|
|
echo &&
|
|
|
|
echo "From: $GIT_AUTHOR_NAME <$GIT_AUTHOR_EMAIL>" &&
|
|
|
|
echo "Date: $GIT_AUTHOR_DATE" &&
|
|
|
|
echo &&
|
|
|
|
sed -e "1,2d" msg &&
|
|
|
|
echo "---" &&
|
|
|
|
git diff-tree --no-commit-id --stat -p second
|
|
|
|
} >patch1-stgit.eml &&
|
2015-06-15 11:08:11 +00:00
|
|
|
mkdir stgit-series &&
|
|
|
|
cp patch1-stgit.eml stgit-series/patch &&
|
|
|
|
{
|
|
|
|
echo "# This series applies on GIT commit $(git rev-parse first)" &&
|
|
|
|
echo "patch"
|
|
|
|
} >stgit-series/series &&
|
am: use gmtime() to parse mercurial patch date
An example of the line in a mercurial patch that specifies the date of
the commit would be:
# Date 1433753301 25200
where the first number is the number of seconds since the unix epoch (in
UTC), and the second number is the offset of the timezone, in second s
west of UTC (negative if the timezone is east of UTC).
git-am uses localtime() to break down the first number into its
components (year, month, day, hours, minutes, seconds etc.). However,
the returned components are relative to the user's time zone. As a
result, if the user's time zone does not match the time zone specified
in the patch, the resulting commit will have the wrong author date.
Fix this by using gmtime() instead, which uses UTC instead of the user's
time zone.
Signed-off-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2015-06-15 11:08:12 +00:00
|
|
|
{
|
|
|
|
echo "# HG changeset patch" &&
|
|
|
|
echo "# User $GIT_AUTHOR_NAME <$GIT_AUTHOR_EMAIL>" &&
|
|
|
|
echo "# Date $test_tick 25200" &&
|
|
|
|
echo "# $(git show --pretty="%aD" -s second)" &&
|
2018-05-13 02:24:13 +00:00
|
|
|
echo "# Node ID $ZERO_OID" &&
|
|
|
|
echo "# Parent $ZERO_OID" &&
|
am: use gmtime() to parse mercurial patch date
An example of the line in a mercurial patch that specifies the date of
the commit would be:
# Date 1433753301 25200
where the first number is the number of seconds since the unix epoch (in
UTC), and the second number is the offset of the timezone, in second s
west of UTC (negative if the timezone is east of UTC).
git-am uses localtime() to break down the first number into its
components (year, month, day, hours, minutes, seconds etc.). However,
the returned components are relative to the user's time zone. As a
result, if the user's time zone does not match the time zone specified
in the patch, the resulting commit will have the wrong author date.
Fix this by using gmtime() instead, which uses UTC instead of the user's
time zone.
Signed-off-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2015-06-15 11:08:12 +00:00
|
|
|
cat msg &&
|
|
|
|
echo &&
|
|
|
|
git diff-tree --no-commit-id -p second
|
|
|
|
} >patch1-hg.eml &&
|
2015-06-15 11:08:11 +00:00
|
|
|
|
2010-07-23 17:03:07 +00:00
|
|
|
|
t4150: fix broken test for am --scissors
Tests for "git am --[no-]scissors" [1] work in the following way:
1. Create files with commit messages
2. Use these files to create expected commits
3. Generate eml file with patch from expected commits
4. Create commits using git am with these eml files
5. Compare these commits with expected
The test for "git am --scissors" is supposed to take an e-mail with a
scissors line and in-body "Subject:" header and demonstrate that the
subject line from the e-mail itself is overridden by the in-body header
and that only text below the scissors line is included in the commit
message of the commit created by the invocation of "git am --scissors".
However, the setup of the test incorrectly uses a commit without the
scissors line and without the in-body header in the commit message,
producing eml file not suitable for testing of "git am --scissors".
This can be checked by intentionally breaking is_scissors_line function
in mailinfo.c, for example, by changing string ">8", which is used by
the test. With such change the test should fail, but does not.
Fix broken test by generating eml file with scissors line and in-body
header "Subject:". Since the two tests for --scissors and --no-scissors
options are there to test cutting or keeping the commit message, update
both tests to change the test file in the same way, which allows us to
generate only one eml file to be passed to git am. To clarify the
intention of the test, give files and tags more explicit names.
[1]: introduced in bf72ac17d (t4150: tests for am --[no-]scissors,
2015-07-19)
Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Reviewed-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-08-06 17:49:38 +00:00
|
|
|
echo file >file &&
|
|
|
|
git add file &&
|
|
|
|
git commit -F msg-without-scissors-line &&
|
|
|
|
git tag expected-for-scissors &&
|
2015-07-19 15:49:16 +00:00
|
|
|
git reset --hard HEAD^ &&
|
|
|
|
|
t4150: fix broken test for am --scissors
Tests for "git am --[no-]scissors" [1] work in the following way:
1. Create files with commit messages
2. Use these files to create expected commits
3. Generate eml file with patch from expected commits
4. Create commits using git am with these eml files
5. Compare these commits with expected
The test for "git am --scissors" is supposed to take an e-mail with a
scissors line and in-body "Subject:" header and demonstrate that the
subject line from the e-mail itself is overridden by the in-body header
and that only text below the scissors line is included in the commit
message of the commit created by the invocation of "git am --scissors".
However, the setup of the test incorrectly uses a commit without the
scissors line and without the in-body header in the commit message,
producing eml file not suitable for testing of "git am --scissors".
This can be checked by intentionally breaking is_scissors_line function
in mailinfo.c, for example, by changing string ">8", which is used by
the test. With such change the test should fail, but does not.
Fix broken test by generating eml file with scissors line and in-body
header "Subject:". Since the two tests for --scissors and --no-scissors
options are there to test cutting or keeping the commit message, update
both tests to change the test file in the same way, which allows us to
generate only one eml file to be passed to git am. To clarify the
intention of the test, give files and tags more explicit names.
[1]: introduced in bf72ac17d (t4150: tests for am --[no-]scissors,
2015-07-19)
Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Reviewed-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-08-06 17:49:38 +00:00
|
|
|
echo file >file &&
|
|
|
|
git add file &&
|
|
|
|
git commit -F msg-with-scissors-line &&
|
|
|
|
git tag expected-for-no-scissors &&
|
|
|
|
git format-patch --stdout expected-for-no-scissors^ >patch-with-scissors-line.eml &&
|
2015-07-19 15:49:16 +00:00
|
|
|
git reset --hard HEAD^ &&
|
|
|
|
|
2008-05-31 22:11:42 +00:00
|
|
|
sed -n -e "3,\$p" msg >file &&
|
|
|
|
git add file &&
|
|
|
|
test_tick &&
|
|
|
|
git commit -m third &&
|
2010-07-23 17:03:07 +00:00
|
|
|
|
2020-03-22 21:14:22 +00:00
|
|
|
git format-patch --stdout first >patch2 &&
|
2010-07-23 17:03:07 +00:00
|
|
|
|
2008-05-31 22:11:42 +00:00
|
|
|
git checkout -b lorem &&
|
|
|
|
sed -n -e "11,\$p" msg >file &&
|
|
|
|
head -n 9 msg >>file &&
|
|
|
|
test_tick &&
|
|
|
|
git commit -a -m "moved stuff" &&
|
2010-07-23 17:03:07 +00:00
|
|
|
|
2008-05-31 22:11:42 +00:00
|
|
|
echo goodbye >another &&
|
|
|
|
git add another &&
|
|
|
|
test_tick &&
|
|
|
|
git commit -m "added another file" &&
|
|
|
|
|
2020-11-18 23:44:27 +00:00
|
|
|
git format-patch --stdout main >lorem-move.patch &&
|
|
|
|
git format-patch --no-prefix --stdout main >lorem-zero.patch &&
|
2008-11-10 23:49:03 +00:00
|
|
|
|
|
|
|
git checkout -b rename &&
|
|
|
|
git mv file renamed &&
|
|
|
|
git commit -m "renamed a file" &&
|
|
|
|
|
|
|
|
git format-patch -M --stdout lorem >rename.patch &&
|
|
|
|
|
|
|
|
git reset --soft lorem^ &&
|
|
|
|
git commit -m "renamed a file and added another" &&
|
|
|
|
|
|
|
|
git format-patch -M --stdout lorem^ >rename-add.patch &&
|
|
|
|
|
2021-12-09 07:25:54 +00:00
|
|
|
git checkout -b empty-commit &&
|
|
|
|
git commit -m "empty commit" --allow-empty &&
|
|
|
|
|
|
|
|
: >empty.patch &&
|
|
|
|
git format-patch --always --stdout empty-commit^ >empty-commit.patch &&
|
|
|
|
|
2010-07-23 17:03:07 +00:00
|
|
|
# reset time
|
2012-02-12 01:05:12 +00:00
|
|
|
sane_unset test_tick &&
|
2010-07-23 17:03:07 +00:00
|
|
|
test_tick
|
|
|
|
'
|
2008-05-31 22:11:42 +00:00
|
|
|
|
|
|
|
test_expect_success 'am applies patch correctly' '
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2008-05-31 22:11:42 +00:00
|
|
|
git checkout first &&
|
|
|
|
test_tick &&
|
|
|
|
git am <patch1 &&
|
2013-06-15 12:43:12 +00:00
|
|
|
test_path_is_missing .git/rebase-apply &&
|
2010-07-23 17:03:07 +00:00
|
|
|
git diff --exit-code second &&
|
2008-05-31 22:11:42 +00:00
|
|
|
test "$(git rev-parse second)" = "$(git rev-parse HEAD)" &&
|
|
|
|
test "$(git rev-parse second^)" = "$(git rev-parse HEAD^)"
|
2009-08-07 01:08:12 +00:00
|
|
|
'
|
|
|
|
|
2015-07-19 15:49:08 +00:00
|
|
|
test_expect_success 'am fails if index is dirty' '
|
|
|
|
test_when_finished "rm -f dirtyfile" &&
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout first &&
|
|
|
|
echo dirtyfile >dirtyfile &&
|
|
|
|
git add dirtyfile &&
|
|
|
|
test_must_fail git am patch1 &&
|
|
|
|
test_path_is_dir .git/rebase-apply &&
|
|
|
|
test_cmp_rev first HEAD
|
|
|
|
'
|
|
|
|
|
2009-08-07 01:08:12 +00:00
|
|
|
test_expect_success 'am applies patch e-mail not in a mbox' '
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2009-08-07 01:08:12 +00:00
|
|
|
git checkout first &&
|
|
|
|
git am patch1.eml &&
|
2013-06-15 12:43:12 +00:00
|
|
|
test_path_is_missing .git/rebase-apply &&
|
2010-07-23 17:03:07 +00:00
|
|
|
git diff --exit-code second &&
|
2009-08-07 01:08:12 +00:00
|
|
|
test "$(git rev-parse second)" = "$(git rev-parse HEAD)" &&
|
|
|
|
test "$(git rev-parse second^)" = "$(git rev-parse HEAD^)"
|
2010-01-26 00:33:59 +00:00
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am applies patch e-mail not in a mbox with CRLF' '
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2010-01-26 00:33:59 +00:00
|
|
|
git checkout first &&
|
|
|
|
git am patch1-crlf.eml &&
|
2013-06-15 12:43:12 +00:00
|
|
|
test_path_is_missing .git/rebase-apply &&
|
2010-07-23 17:03:07 +00:00
|
|
|
git diff --exit-code second &&
|
2010-01-26 00:33:59 +00:00
|
|
|
test "$(git rev-parse second)" = "$(git rev-parse HEAD)" &&
|
|
|
|
test "$(git rev-parse second^)" = "$(git rev-parse HEAD^)"
|
2008-05-31 22:11:42 +00:00
|
|
|
'
|
|
|
|
|
2011-08-08 02:49:04 +00:00
|
|
|
test_expect_success 'am applies patch e-mail with preceding whitespace' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout first &&
|
|
|
|
git am patch1-ws.eml &&
|
2013-06-15 12:43:12 +00:00
|
|
|
test_path_is_missing .git/rebase-apply &&
|
2011-08-08 02:49:04 +00:00
|
|
|
git diff --exit-code second &&
|
|
|
|
test "$(git rev-parse second)" = "$(git rev-parse HEAD)" &&
|
|
|
|
test "$(git rev-parse second^)" = "$(git rev-parse HEAD^)"
|
|
|
|
'
|
|
|
|
|
2015-06-08 15:48:47 +00:00
|
|
|
test_expect_success 'am applies stgit patch' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git checkout -f first &&
|
|
|
|
git am patch1-stgit.eml &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
git diff --exit-code second &&
|
|
|
|
test_cmp_rev second HEAD &&
|
2015-06-15 11:08:10 +00:00
|
|
|
test_cmp_rev second^ HEAD^
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am --patch-format=stgit applies stgit patch' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git checkout -f first &&
|
|
|
|
git am --patch-format=stgit <patch1-stgit.eml &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
git diff --exit-code second &&
|
|
|
|
test_cmp_rev second HEAD &&
|
2015-06-15 11:08:11 +00:00
|
|
|
test_cmp_rev second^ HEAD^
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am applies stgit series' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git checkout -f first &&
|
|
|
|
git am stgit-series/series &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
git diff --exit-code second &&
|
|
|
|
test_cmp_rev second HEAD &&
|
am: use gmtime() to parse mercurial patch date
An example of the line in a mercurial patch that specifies the date of
the commit would be:
# Date 1433753301 25200
where the first number is the number of seconds since the unix epoch (in
UTC), and the second number is the offset of the timezone, in second s
west of UTC (negative if the timezone is east of UTC).
git-am uses localtime() to break down the first number into its
components (year, month, day, hours, minutes, seconds etc.). However,
the returned components are relative to the user's time zone. As a
result, if the user's time zone does not match the time zone specified
in the patch, the resulting commit will have the wrong author date.
Fix this by using gmtime() instead, which uses UTC instead of the user's
time zone.
Signed-off-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2015-06-15 11:08:12 +00:00
|
|
|
test_cmp_rev second^ HEAD^
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am applies hg patch' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git checkout -f first &&
|
|
|
|
git am patch1-hg.eml &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
git diff --exit-code second &&
|
|
|
|
test_cmp_rev second HEAD &&
|
2015-06-15 11:08:13 +00:00
|
|
|
test_cmp_rev second^ HEAD^
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am --patch-format=hg applies hg patch' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git checkout -f first &&
|
|
|
|
git am --patch-format=hg <patch1-hg.eml &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
git diff --exit-code second &&
|
|
|
|
test_cmp_rev second HEAD &&
|
2015-06-08 15:48:47 +00:00
|
|
|
test_cmp_rev second^ HEAD^
|
|
|
|
'
|
|
|
|
|
2015-07-19 15:49:13 +00:00
|
|
|
test_expect_success 'am with applypatch-msg hook' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout first &&
|
2022-03-17 10:13:14 +00:00
|
|
|
test_hook applypatch-msg <<-\EOF &&
|
2015-07-19 15:49:13 +00:00
|
|
|
cat "$1" >actual-msg &&
|
|
|
|
echo hook-message >"$1"
|
|
|
|
EOF
|
|
|
|
git am patch1 &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
git diff --exit-code second &&
|
|
|
|
echo hook-message >expected &&
|
|
|
|
git log -1 --format=format:%B >actual &&
|
|
|
|
test_cmp expected actual &&
|
|
|
|
git log -1 --format=format:%B second >expected &&
|
|
|
|
test_cmp expected actual-msg
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am with failing applypatch-msg hook' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout first &&
|
2022-03-17 10:13:14 +00:00
|
|
|
test_hook applypatch-msg <<-\EOF &&
|
2015-07-19 15:49:13 +00:00
|
|
|
exit 1
|
|
|
|
EOF
|
|
|
|
test_must_fail git am patch1 &&
|
|
|
|
test_path_is_dir .git/rebase-apply &&
|
|
|
|
git diff --exit-code first &&
|
|
|
|
test_cmp_rev first HEAD
|
|
|
|
'
|
|
|
|
|
2022-11-30 17:28:33 +00:00
|
|
|
test_expect_success 'am with failing applypatch-msg hook (no verify)' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout first &&
|
|
|
|
test_hook applypatch-msg <<-\EOF &&
|
|
|
|
echo hook-message >"$1"
|
|
|
|
exit 1
|
|
|
|
EOF
|
|
|
|
git am --no-verify patch1 &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
git diff --exit-code second &&
|
|
|
|
git log -1 --format=format:%B >actual &&
|
|
|
|
test_cmp msg actual
|
|
|
|
'
|
|
|
|
|
2015-07-19 15:49:14 +00:00
|
|
|
test_expect_success 'am with pre-applypatch hook' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout first &&
|
2022-03-17 10:13:14 +00:00
|
|
|
test_hook pre-applypatch <<-\EOF &&
|
2015-07-19 15:49:14 +00:00
|
|
|
git diff first >diff.actual
|
|
|
|
exit 0
|
|
|
|
EOF
|
|
|
|
git am patch1 &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
git diff --exit-code second &&
|
|
|
|
test_cmp_rev second HEAD &&
|
|
|
|
git diff first..second >diff.expected &&
|
|
|
|
test_cmp diff.expected diff.actual
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am with failing pre-applypatch hook' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout first &&
|
2022-03-17 10:13:14 +00:00
|
|
|
test_hook pre-applypatch <<-\EOF &&
|
2015-07-19 15:49:14 +00:00
|
|
|
exit 1
|
|
|
|
EOF
|
|
|
|
test_must_fail git am patch1 &&
|
|
|
|
test_path_is_dir .git/rebase-apply &&
|
|
|
|
git diff --exit-code second &&
|
|
|
|
test_cmp_rev first HEAD
|
|
|
|
'
|
|
|
|
|
2022-11-30 17:28:33 +00:00
|
|
|
test_expect_success 'am with failing pre-applypatch hook (no verify)' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout first &&
|
|
|
|
touch empty-file &&
|
|
|
|
test_hook pre-applypatch <<-\EOF &&
|
|
|
|
rm empty-file
|
|
|
|
exit 1
|
|
|
|
EOF
|
|
|
|
git am --no-verify patch1 &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
test_path_is_file empty-file &&
|
|
|
|
git diff --exit-code second &&
|
|
|
|
git log -1 --format=format:%B >actual &&
|
|
|
|
test_cmp msg actual
|
|
|
|
'
|
|
|
|
|
2015-07-19 15:49:15 +00:00
|
|
|
test_expect_success 'am with post-applypatch hook' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout first &&
|
2022-03-17 10:13:14 +00:00
|
|
|
test_hook post-applypatch <<-\EOF &&
|
2015-07-19 15:49:15 +00:00
|
|
|
git rev-parse HEAD >head.actual
|
|
|
|
git diff second >diff.actual
|
|
|
|
exit 0
|
|
|
|
EOF
|
|
|
|
git am patch1 &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
test_cmp_rev second HEAD &&
|
|
|
|
git rev-parse second >head.expected &&
|
|
|
|
test_cmp head.expected head.actual &&
|
|
|
|
git diff second >diff.expected &&
|
|
|
|
test_cmp diff.expected diff.actual
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am with failing post-applypatch hook' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout first &&
|
2022-03-17 10:13:14 +00:00
|
|
|
test_hook post-applypatch <<-\EOF &&
|
2015-07-19 15:49:15 +00:00
|
|
|
git rev-parse HEAD >head.actual
|
|
|
|
exit 1
|
|
|
|
EOF
|
|
|
|
git am patch1 &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
git diff --exit-code second &&
|
|
|
|
test_cmp_rev second HEAD &&
|
|
|
|
git rev-parse second >head.expected &&
|
|
|
|
test_cmp head.expected head.actual
|
|
|
|
'
|
|
|
|
|
2015-07-19 15:49:16 +00:00
|
|
|
test_expect_success 'am --scissors cuts the message at the scissors line' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout second &&
|
t4150: fix broken test for am --scissors
Tests for "git am --[no-]scissors" [1] work in the following way:
1. Create files with commit messages
2. Use these files to create expected commits
3. Generate eml file with patch from expected commits
4. Create commits using git am with these eml files
5. Compare these commits with expected
The test for "git am --scissors" is supposed to take an e-mail with a
scissors line and in-body "Subject:" header and demonstrate that the
subject line from the e-mail itself is overridden by the in-body header
and that only text below the scissors line is included in the commit
message of the commit created by the invocation of "git am --scissors".
However, the setup of the test incorrectly uses a commit without the
scissors line and without the in-body header in the commit message,
producing eml file not suitable for testing of "git am --scissors".
This can be checked by intentionally breaking is_scissors_line function
in mailinfo.c, for example, by changing string ">8", which is used by
the test. With such change the test should fail, but does not.
Fix broken test by generating eml file with scissors line and in-body
header "Subject:". Since the two tests for --scissors and --no-scissors
options are there to test cutting or keeping the commit message, update
both tests to change the test file in the same way, which allows us to
generate only one eml file to be passed to git am. To clarify the
intention of the test, give files and tags more explicit names.
[1]: introduced in bf72ac17d (t4150: tests for am --[no-]scissors,
2015-07-19)
Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Reviewed-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-08-06 17:49:38 +00:00
|
|
|
git am --scissors patch-with-scissors-line.eml &&
|
2015-07-19 15:49:16 +00:00
|
|
|
test_path_is_missing .git/rebase-apply &&
|
t4150: fix broken test for am --scissors
Tests for "git am --[no-]scissors" [1] work in the following way:
1. Create files with commit messages
2. Use these files to create expected commits
3. Generate eml file with patch from expected commits
4. Create commits using git am with these eml files
5. Compare these commits with expected
The test for "git am --scissors" is supposed to take an e-mail with a
scissors line and in-body "Subject:" header and demonstrate that the
subject line from the e-mail itself is overridden by the in-body header
and that only text below the scissors line is included in the commit
message of the commit created by the invocation of "git am --scissors".
However, the setup of the test incorrectly uses a commit without the
scissors line and without the in-body header in the commit message,
producing eml file not suitable for testing of "git am --scissors".
This can be checked by intentionally breaking is_scissors_line function
in mailinfo.c, for example, by changing string ">8", which is used by
the test. With such change the test should fail, but does not.
Fix broken test by generating eml file with scissors line and in-body
header "Subject:". Since the two tests for --scissors and --no-scissors
options are there to test cutting or keeping the commit message, update
both tests to change the test file in the same way, which allows us to
generate only one eml file to be passed to git am. To clarify the
intention of the test, give files and tags more explicit names.
[1]: introduced in bf72ac17d (t4150: tests for am --[no-]scissors,
2015-07-19)
Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Reviewed-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-08-06 17:49:38 +00:00
|
|
|
git diff --exit-code expected-for-scissors &&
|
|
|
|
test_cmp_rev expected-for-scissors HEAD
|
2015-07-19 15:49:16 +00:00
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am --no-scissors overrides mailinfo.scissors' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout second &&
|
|
|
|
test_config mailinfo.scissors true &&
|
t4150: fix broken test for am --scissors
Tests for "git am --[no-]scissors" [1] work in the following way:
1. Create files with commit messages
2. Use these files to create expected commits
3. Generate eml file with patch from expected commits
4. Create commits using git am with these eml files
5. Compare these commits with expected
The test for "git am --scissors" is supposed to take an e-mail with a
scissors line and in-body "Subject:" header and demonstrate that the
subject line from the e-mail itself is overridden by the in-body header
and that only text below the scissors line is included in the commit
message of the commit created by the invocation of "git am --scissors".
However, the setup of the test incorrectly uses a commit without the
scissors line and without the in-body header in the commit message,
producing eml file not suitable for testing of "git am --scissors".
This can be checked by intentionally breaking is_scissors_line function
in mailinfo.c, for example, by changing string ">8", which is used by
the test. With such change the test should fail, but does not.
Fix broken test by generating eml file with scissors line and in-body
header "Subject:". Since the two tests for --scissors and --no-scissors
options are there to test cutting or keeping the commit message, update
both tests to change the test file in the same way, which allows us to
generate only one eml file to be passed to git am. To clarify the
intention of the test, give files and tags more explicit names.
[1]: introduced in bf72ac17d (t4150: tests for am --[no-]scissors,
2015-07-19)
Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Reviewed-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-08-06 17:49:38 +00:00
|
|
|
git am --no-scissors patch-with-scissors-line.eml &&
|
2015-07-19 15:49:16 +00:00
|
|
|
test_path_is_missing .git/rebase-apply &&
|
t4150: fix broken test for am --scissors
Tests for "git am --[no-]scissors" [1] work in the following way:
1. Create files with commit messages
2. Use these files to create expected commits
3. Generate eml file with patch from expected commits
4. Create commits using git am with these eml files
5. Compare these commits with expected
The test for "git am --scissors" is supposed to take an e-mail with a
scissors line and in-body "Subject:" header and demonstrate that the
subject line from the e-mail itself is overridden by the in-body header
and that only text below the scissors line is included in the commit
message of the commit created by the invocation of "git am --scissors".
However, the setup of the test incorrectly uses a commit without the
scissors line and without the in-body header in the commit message,
producing eml file not suitable for testing of "git am --scissors".
This can be checked by intentionally breaking is_scissors_line function
in mailinfo.c, for example, by changing string ">8", which is used by
the test. With such change the test should fail, but does not.
Fix broken test by generating eml file with scissors line and in-body
header "Subject:". Since the two tests for --scissors and --no-scissors
options are there to test cutting or keeping the commit message, update
both tests to change the test file in the same way, which allows us to
generate only one eml file to be passed to git am. To clarify the
intention of the test, give files and tags more explicit names.
[1]: introduced in bf72ac17d (t4150: tests for am --[no-]scissors,
2015-07-19)
Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Reviewed-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-08-06 17:49:38 +00:00
|
|
|
git diff --exit-code expected-for-no-scissors &&
|
|
|
|
test_cmp_rev expected-for-no-scissors HEAD
|
2015-07-19 15:49:16 +00:00
|
|
|
'
|
|
|
|
|
2010-07-23 17:03:07 +00:00
|
|
|
test_expect_success 'setup: new author and committer' '
|
|
|
|
GIT_AUTHOR_NAME="Another Thor" &&
|
|
|
|
GIT_AUTHOR_EMAIL="a.thor@example.com" &&
|
|
|
|
GIT_COMMITTER_NAME="Co M Miter" &&
|
|
|
|
GIT_COMMITTER_EMAIL="c.miter@example.com" &&
|
|
|
|
export GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL
|
|
|
|
'
|
2008-05-31 22:11:42 +00:00
|
|
|
|
|
|
|
compare () {
|
2010-07-23 17:03:07 +00:00
|
|
|
a=$(git cat-file commit "$2" | grep "^$1 ") &&
|
|
|
|
b=$(git cat-file commit "$3" | grep "^$1 ") &&
|
|
|
|
test "$a" = "$b"
|
2008-05-31 22:11:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
test_expect_success 'am changes committer and keeps author' '
|
|
|
|
test_tick &&
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2008-05-31 22:11:42 +00:00
|
|
|
git checkout first &&
|
|
|
|
git am patch2 &&
|
2013-06-15 12:43:12 +00:00
|
|
|
test_path_is_missing .git/rebase-apply &&
|
2020-11-18 23:44:27 +00:00
|
|
|
test "$(git rev-parse main^^)" = "$(git rev-parse HEAD^^)" &&
|
|
|
|
git diff --exit-code main..HEAD &&
|
|
|
|
git diff --exit-code main^..HEAD^ &&
|
|
|
|
compare author main HEAD &&
|
|
|
|
compare author main^ HEAD^ &&
|
2008-05-31 22:11:42 +00:00
|
|
|
test "$GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL>" = \
|
|
|
|
"$(git log -1 --pretty=format:"%cn <%ce>" HEAD)"
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am --signoff adds Signed-off-by: line' '
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2020-09-26 21:04:21 +00:00
|
|
|
git checkout -b topic_2 first &&
|
2008-05-31 22:11:42 +00:00
|
|
|
git am --signoff <patch2 &&
|
2017-08-08 10:25:33 +00:00
|
|
|
{
|
|
|
|
printf "third\n\nSigned-off-by: %s <%s>\n\n" \
|
|
|
|
"$GIT_COMMITTER_NAME" "$GIT_COMMITTER_EMAIL" &&
|
|
|
|
cat msg &&
|
|
|
|
printf "Signed-off-by: %s <%s>\n\n" \
|
|
|
|
"$GIT_COMMITTER_NAME" "$GIT_COMMITTER_EMAIL"
|
|
|
|
} >expected-log &&
|
|
|
|
git log --pretty=%B -2 HEAD >actual &&
|
|
|
|
test_cmp expected-log actual
|
2008-05-31 22:11:42 +00:00
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am stays in branch' '
|
2020-09-26 21:04:21 +00:00
|
|
|
echo refs/heads/topic_2 >expected &&
|
2010-07-23 17:03:07 +00:00
|
|
|
git symbolic-ref HEAD >actual &&
|
|
|
|
test_cmp expected actual
|
2008-05-31 22:11:42 +00:00
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am --signoff does not add Signed-off-by: line if already there' '
|
2017-08-08 10:25:33 +00:00
|
|
|
git format-patch --stdout first >patch3 &&
|
|
|
|
git reset --hard first &&
|
|
|
|
git am --signoff <patch3 &&
|
|
|
|
git log --pretty=%B -2 HEAD >actual &&
|
|
|
|
test_cmp expected-log actual
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am --signoff adds Signed-off-by: if another author is preset' '
|
|
|
|
NAME="A N Other" &&
|
|
|
|
EMAIL="a.n.other@example.com" &&
|
|
|
|
{
|
|
|
|
printf "third\n\nSigned-off-by: %s <%s>\nSigned-off-by: %s <%s>\n\n" \
|
|
|
|
"$GIT_COMMITTER_NAME" "$GIT_COMMITTER_EMAIL" \
|
|
|
|
"$NAME" "$EMAIL" &&
|
|
|
|
cat msg &&
|
|
|
|
printf "Signed-off-by: %s <%s>\nSigned-off-by: %s <%s>\n\n" \
|
|
|
|
"$GIT_COMMITTER_NAME" "$GIT_COMMITTER_EMAIL" \
|
|
|
|
"$NAME" "$EMAIL"
|
|
|
|
} >expected-log &&
|
|
|
|
git reset --hard first &&
|
|
|
|
GIT_COMMITTER_NAME="$NAME" GIT_COMMITTER_EMAIL="$EMAIL" \
|
|
|
|
git am --signoff <patch3 &&
|
|
|
|
git log --pretty=%B -2 HEAD >actual &&
|
|
|
|
test_cmp expected-log actual
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am --signoff duplicates Signed-off-by: if it is not the last one' '
|
|
|
|
NAME="A N Other" &&
|
|
|
|
EMAIL="a.n.other@example.com" &&
|
|
|
|
{
|
|
|
|
printf "third\n\nSigned-off-by: %s <%s>\n\
|
|
|
|
Signed-off-by: %s <%s>\nSigned-off-by: %s <%s>\n\n" \
|
|
|
|
"$GIT_COMMITTER_NAME" "$GIT_COMMITTER_EMAIL" \
|
|
|
|
"$NAME" "$EMAIL" \
|
|
|
|
"$GIT_COMMITTER_NAME" "$GIT_COMMITTER_EMAIL" &&
|
|
|
|
cat msg &&
|
|
|
|
printf "Signed-off-by: %s <%s>\nSigned-off-by: %s <%s>\n\
|
|
|
|
Signed-off-by: %s <%s>\n\n" \
|
|
|
|
"$GIT_COMMITTER_NAME" "$GIT_COMMITTER_EMAIL" \
|
|
|
|
"$NAME" "$EMAIL" \
|
|
|
|
"$GIT_COMMITTER_NAME" "$GIT_COMMITTER_EMAIL"
|
|
|
|
} >expected-log &&
|
|
|
|
git format-patch --stdout first >patch3 &&
|
|
|
|
git reset --hard first &&
|
|
|
|
git am --signoff <patch3 &&
|
|
|
|
git log --pretty=%B -2 HEAD >actual &&
|
|
|
|
test_cmp expected-log actual
|
2008-05-31 22:11:42 +00:00
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am without --keep removes Re: and [PATCH] stuff' '
|
2017-08-08 10:25:33 +00:00
|
|
|
git format-patch --stdout HEAD^ >tmp &&
|
|
|
|
sed -e "/^Subject/ s,\[PATCH,Re: Re: Re: & 1/5 v2] [foo," tmp >patch4 &&
|
|
|
|
git reset --hard HEAD^ &&
|
|
|
|
git am <patch4 &&
|
2010-07-23 17:03:07 +00:00
|
|
|
git rev-parse HEAD >expected &&
|
2020-09-26 21:04:21 +00:00
|
|
|
git rev-parse topic_2 >actual &&
|
2010-07-23 17:03:07 +00:00
|
|
|
test_cmp expected actual
|
2008-05-31 22:11:42 +00:00
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am --keep really keeps the subject' '
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2008-05-31 22:11:42 +00:00
|
|
|
git checkout HEAD^ &&
|
|
|
|
git am --keep patch4 &&
|
2013-06-15 12:43:12 +00:00
|
|
|
test_path_is_missing .git/rebase-apply &&
|
2010-07-23 17:03:07 +00:00
|
|
|
git cat-file commit HEAD >actual &&
|
2012-01-16 10:53:00 +00:00
|
|
|
grep "Re: Re: Re: \[PATCH 1/5 v2\] \[foo\] third" actual
|
|
|
|
'
|
|
|
|
|
2012-01-16 10:53:01 +00:00
|
|
|
test_expect_success 'am --keep-non-patch really keeps the non-patch part' '
|
2012-01-16 10:53:00 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout HEAD^ &&
|
|
|
|
git am --keep-non-patch patch4 &&
|
2013-06-15 12:43:12 +00:00
|
|
|
test_path_is_missing .git/rebase-apply &&
|
2012-01-16 10:53:00 +00:00
|
|
|
git cat-file commit HEAD >actual &&
|
|
|
|
grep "^\[foo\] third" actual
|
2008-05-31 22:11:42 +00:00
|
|
|
'
|
|
|
|
|
2015-06-04 15:04:54 +00:00
|
|
|
test_expect_success 'setup am -3' '
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2020-09-26 21:04:21 +00:00
|
|
|
git checkout -b base3way topic_2 &&
|
2008-05-31 22:11:42 +00:00
|
|
|
sed -n -e "3,\$p" msg >file &&
|
|
|
|
head -n 9 msg >>file &&
|
|
|
|
git add file &&
|
|
|
|
test_tick &&
|
2015-06-04 15:04:54 +00:00
|
|
|
git commit -m "copied stuff"
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am -3 falls back to 3-way merge' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout -b lorem2 base3way &&
|
2008-05-31 22:11:42 +00:00
|
|
|
git am -3 lorem-move.patch &&
|
2013-06-15 12:43:12 +00:00
|
|
|
test_path_is_missing .git/rebase-apply &&
|
2010-07-23 17:03:07 +00:00
|
|
|
git diff --exit-code lorem
|
2008-05-31 22:11:42 +00:00
|
|
|
'
|
|
|
|
|
2012-02-27 07:00:47 +00:00
|
|
|
test_expect_success 'am -3 -p0 can read --no-prefix patch' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2015-06-04 15:04:54 +00:00
|
|
|
git checkout -b lorem3 base3way &&
|
2012-02-27 07:00:47 +00:00
|
|
|
git am -3 -p0 lorem-zero.patch &&
|
2013-06-15 12:43:12 +00:00
|
|
|
test_path_is_missing .git/rebase-apply &&
|
2012-02-27 07:00:47 +00:00
|
|
|
git diff --exit-code lorem
|
|
|
|
'
|
|
|
|
|
2015-08-04 14:19:26 +00:00
|
|
|
test_expect_success 'am with config am.threeWay falls back to 3-way merge' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout -b lorem4 base3way &&
|
|
|
|
test_config am.threeWay 1 &&
|
|
|
|
git am lorem-move.patch &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
git diff --exit-code lorem
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am with config am.threeWay overridden by --no-3way' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout -b lorem5 base3way &&
|
|
|
|
test_config am.threeWay 1 &&
|
|
|
|
test_must_fail git am --no-3way lorem-move.patch &&
|
|
|
|
test_path_is_dir .git/rebase-apply
|
|
|
|
'
|
|
|
|
|
2008-11-10 23:49:03 +00:00
|
|
|
test_expect_success 'am can rename a file' '
|
|
|
|
grep "^rename from" rename.patch &&
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout lorem^0 &&
|
|
|
|
git am rename.patch &&
|
2013-06-15 12:43:12 +00:00
|
|
|
test_path_is_missing .git/rebase-apply &&
|
2008-11-10 23:49:03 +00:00
|
|
|
git update-index --refresh &&
|
|
|
|
git diff --exit-code rename
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am -3 can rename a file' '
|
|
|
|
grep "^rename from" rename.patch &&
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout lorem^0 &&
|
|
|
|
git am -3 rename.patch &&
|
2013-06-15 12:43:12 +00:00
|
|
|
test_path_is_missing .git/rebase-apply &&
|
2008-11-10 23:49:03 +00:00
|
|
|
git update-index --refresh &&
|
|
|
|
git diff --exit-code rename
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am -3 can rename a file after falling back to 3-way merge' '
|
|
|
|
grep "^rename from" rename-add.patch &&
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout lorem^0 &&
|
|
|
|
git am -3 rename-add.patch &&
|
2013-06-15 12:43:12 +00:00
|
|
|
test_path_is_missing .git/rebase-apply &&
|
2008-11-10 23:49:03 +00:00
|
|
|
git update-index --refresh &&
|
|
|
|
git diff --exit-code rename
|
|
|
|
'
|
|
|
|
|
2009-06-16 22:33:01 +00:00
|
|
|
test_expect_success 'am -3 -q is quiet' '
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
2008-11-10 23:49:03 +00:00
|
|
|
git checkout -f lorem2 &&
|
2015-06-04 15:04:54 +00:00
|
|
|
git reset base3way --hard &&
|
2010-07-23 17:03:07 +00:00
|
|
|
git am -3 -q lorem-move.patch >output.out 2>&1 &&
|
2018-08-19 21:57:22 +00:00
|
|
|
test_must_be_empty output.out
|
2009-06-16 22:33:01 +00:00
|
|
|
'
|
|
|
|
|
2008-05-31 22:11:42 +00:00
|
|
|
test_expect_success 'am pauses on conflict' '
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2008-05-31 22:11:42 +00:00
|
|
|
git checkout lorem2^^ &&
|
2008-07-12 15:47:52 +00:00
|
|
|
test_must_fail git am lorem-move.patch &&
|
2008-07-21 10:51:02 +00:00
|
|
|
test -d .git/rebase-apply
|
2008-05-31 22:11:42 +00:00
|
|
|
'
|
|
|
|
|
2018-02-11 09:43:26 +00:00
|
|
|
test_expect_success 'am --show-current-patch' '
|
|
|
|
git am --show-current-patch >actual.patch &&
|
|
|
|
test_cmp .git/rebase-apply/0001 actual.patch
|
|
|
|
'
|
|
|
|
|
am: support --show-current-patch=raw as a synonym for--show-current-patch
When "git am --show-current-patch" was added in commit 984913a210 ("am:
add --show-current-patch", 2018-02-12), "git am" started recommending it
as a replacement for .git/rebase-merge/patch. Unfortunately the suggestion
is somewhat misguided; for example, the output "git am --show-current-patch"
cannot be passed to "git apply" if it is encoded as quoted-printable or
base64. To simplify worktree operations and to avoid that users poke into
.git, it would be better if "git am" also provided a mode that copies
.git/rebase-merge/patch to stdout.
One possibility could be to have completely separate options, introducing
for example --show-current-message (for .git/rebase-apply/NNNN)
and --show-current-diff (for .git/rebase-apply/patch), while possibly
deprecating --show-current-patch.
That would even remove the need for the first two patches in the series.
However, the long common prefix would have prevented using an abbreviated
option such as "--show". Therefore, I chose instead to add a string
argument to --show-current-patch. The new argument is optional, so that
"git am --show-current-patch"'s behavior remains backwards-compatible.
The next choice to make is how to handle multiple --show-current-patch
options. Right now, something like "git am --abort --show-current-patch"
is rejected, and the previous suggestion would likewise have naturally
rejected a command line like
git am --show-current-message --show-current-diff
Therefore, I decided to also reject for example
git am --show-current-patch=diff --show-current-patch=raw
In other words the whole of --show-current-patch=xxx (including the
optional argument) is treated as the command mode. I found this to be
more consistent and intuitive, even though it differs from the usual
"last one wins" semantics of the git command line.
Add the code to parse submodes based on the above design, where for now
"raw" is the only valid submode. "raw" prints the full e-mail message
just like "git am --show-current-patch".
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2020-02-20 14:15:18 +00:00
|
|
|
test_expect_success 'am --show-current-patch=raw' '
|
|
|
|
git am --show-current-patch=raw >actual.patch &&
|
|
|
|
test_cmp .git/rebase-apply/0001 actual.patch
|
|
|
|
'
|
|
|
|
|
2020-02-20 14:15:19 +00:00
|
|
|
test_expect_success 'am --show-current-patch=diff' '
|
|
|
|
git am --show-current-patch=diff >actual.patch &&
|
|
|
|
test_cmp .git/rebase-apply/patch actual.patch
|
|
|
|
'
|
|
|
|
|
am: support --show-current-patch=raw as a synonym for--show-current-patch
When "git am --show-current-patch" was added in commit 984913a210 ("am:
add --show-current-patch", 2018-02-12), "git am" started recommending it
as a replacement for .git/rebase-merge/patch. Unfortunately the suggestion
is somewhat misguided; for example, the output "git am --show-current-patch"
cannot be passed to "git apply" if it is encoded as quoted-printable or
base64. To simplify worktree operations and to avoid that users poke into
.git, it would be better if "git am" also provided a mode that copies
.git/rebase-merge/patch to stdout.
One possibility could be to have completely separate options, introducing
for example --show-current-message (for .git/rebase-apply/NNNN)
and --show-current-diff (for .git/rebase-apply/patch), while possibly
deprecating --show-current-patch.
That would even remove the need for the first two patches in the series.
However, the long common prefix would have prevented using an abbreviated
option such as "--show". Therefore, I chose instead to add a string
argument to --show-current-patch. The new argument is optional, so that
"git am --show-current-patch"'s behavior remains backwards-compatible.
The next choice to make is how to handle multiple --show-current-patch
options. Right now, something like "git am --abort --show-current-patch"
is rejected, and the previous suggestion would likewise have naturally
rejected a command line like
git am --show-current-message --show-current-diff
Therefore, I decided to also reject for example
git am --show-current-patch=diff --show-current-patch=raw
In other words the whole of --show-current-patch=xxx (including the
optional argument) is treated as the command mode. I found this to be
more consistent and intuitive, even though it differs from the usual
"last one wins" semantics of the git command line.
Add the code to parse submodes based on the above design, where for now
"raw" is the only valid submode. "raw" prints the full e-mail message
just like "git am --show-current-patch".
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2020-02-20 14:15:18 +00:00
|
|
|
test_expect_success 'am accepts repeated --show-current-patch' '
|
|
|
|
git am --show-current-patch --show-current-patch=raw >actual.patch &&
|
|
|
|
test_cmp .git/rebase-apply/0001 actual.patch
|
|
|
|
'
|
|
|
|
|
2020-02-20 14:15:19 +00:00
|
|
|
test_expect_success 'am detects incompatible --show-current-patch' '
|
|
|
|
test_must_fail git am --show-current-patch=raw --show-current-patch=diff &&
|
|
|
|
test_must_fail git am --show-current-patch --show-current-patch=diff
|
|
|
|
'
|
|
|
|
|
2008-05-31 22:11:42 +00:00
|
|
|
test_expect_success 'am --skip works' '
|
2010-07-23 17:03:07 +00:00
|
|
|
echo goodbye >expected &&
|
2008-05-31 22:11:42 +00:00
|
|
|
git am --skip &&
|
2013-06-15 12:43:12 +00:00
|
|
|
test_path_is_missing .git/rebase-apply &&
|
2010-07-23 17:03:07 +00:00
|
|
|
git diff --exit-code lorem2^^ -- file &&
|
|
|
|
test_cmp expected another
|
2008-05-31 22:11:42 +00:00
|
|
|
'
|
|
|
|
|
2013-06-15 12:43:11 +00:00
|
|
|
test_expect_success 'am --abort removes a stray directory' '
|
|
|
|
mkdir .git/rebase-apply &&
|
|
|
|
git am --abort &&
|
|
|
|
test_path_is_missing .git/rebase-apply
|
|
|
|
'
|
|
|
|
|
2015-07-19 15:49:10 +00:00
|
|
|
test_expect_success 'am refuses patches when paused' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout lorem2^^ &&
|
|
|
|
|
|
|
|
test_must_fail git am lorem-move.patch &&
|
|
|
|
test_path_is_dir .git/rebase-apply &&
|
|
|
|
test_cmp_rev lorem2^^ HEAD &&
|
|
|
|
|
|
|
|
test_must_fail git am <lorem-move.patch &&
|
|
|
|
test_path_is_dir .git/rebase-apply &&
|
|
|
|
test_cmp_rev lorem2^^ HEAD
|
|
|
|
'
|
|
|
|
|
2008-05-31 22:11:42 +00:00
|
|
|
test_expect_success 'am --resolved works' '
|
2010-07-23 17:03:07 +00:00
|
|
|
echo goodbye >expected &&
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2008-05-31 22:11:42 +00:00
|
|
|
git checkout lorem2^^ &&
|
2008-07-12 15:47:52 +00:00
|
|
|
test_must_fail git am lorem-move.patch &&
|
2008-07-21 10:51:02 +00:00
|
|
|
test -d .git/rebase-apply &&
|
2008-05-31 22:11:42 +00:00
|
|
|
echo resolved >>file &&
|
|
|
|
git add file &&
|
|
|
|
git am --resolved &&
|
2013-06-15 12:43:12 +00:00
|
|
|
test_path_is_missing .git/rebase-apply &&
|
2010-07-23 17:03:07 +00:00
|
|
|
test_cmp expected another
|
2008-05-31 22:11:42 +00:00
|
|
|
'
|
|
|
|
|
2015-07-19 15:49:11 +00:00
|
|
|
test_expect_success 'am --resolved fails if index has no changes' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout lorem2^^ &&
|
|
|
|
test_must_fail git am lorem-move.patch &&
|
|
|
|
test_path_is_dir .git/rebase-apply &&
|
|
|
|
test_cmp_rev lorem2^^ HEAD &&
|
|
|
|
test_must_fail git am --resolved &&
|
|
|
|
test_path_is_dir .git/rebase-apply &&
|
|
|
|
test_cmp_rev lorem2^^ HEAD
|
|
|
|
'
|
|
|
|
|
2015-07-19 15:49:12 +00:00
|
|
|
test_expect_success 'am --resolved fails if index has unmerged entries' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout second &&
|
|
|
|
test_must_fail git am -3 lorem-move.patch &&
|
|
|
|
test_path_is_dir .git/rebase-apply &&
|
|
|
|
test_cmp_rev second HEAD &&
|
|
|
|
test_must_fail git am --resolved >err &&
|
|
|
|
test_path_is_dir .git/rebase-apply &&
|
|
|
|
test_cmp_rev second HEAD &&
|
2023-10-31 05:23:30 +00:00
|
|
|
test_grep "still have unmerged paths" err
|
2015-07-19 15:49:12 +00:00
|
|
|
'
|
|
|
|
|
2008-05-31 22:11:42 +00:00
|
|
|
test_expect_success 'am takes patches from a Pine mailbox' '
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2008-05-31 22:11:42 +00:00
|
|
|
git checkout first &&
|
|
|
|
cat pine patch1 | git am &&
|
2013-06-15 12:43:12 +00:00
|
|
|
test_path_is_missing .git/rebase-apply &&
|
2020-11-18 23:44:27 +00:00
|
|
|
git diff --exit-code main^..HEAD
|
2008-05-31 22:11:42 +00:00
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am fails on mail without patch' '
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2008-07-12 15:47:52 +00:00
|
|
|
test_must_fail git am <failmail &&
|
2010-07-23 17:04:01 +00:00
|
|
|
git am --abort &&
|
2013-06-15 12:43:12 +00:00
|
|
|
test_path_is_missing .git/rebase-apply
|
2008-05-31 22:11:42 +00:00
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am fails on empty patch' '
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2008-05-31 22:11:42 +00:00
|
|
|
echo "---" >>failmail &&
|
2008-07-12 15:47:52 +00:00
|
|
|
test_must_fail git am <failmail &&
|
2008-05-31 22:11:42 +00:00
|
|
|
git am --skip &&
|
2013-06-15 12:43:12 +00:00
|
|
|
test_path_is_missing .git/rebase-apply
|
2008-05-31 22:11:42 +00:00
|
|
|
'
|
|
|
|
|
2008-05-31 22:11:43 +00:00
|
|
|
test_expect_success 'am works from stdin in subdirectory' '
|
|
|
|
rm -fr subdir &&
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2008-05-31 22:11:43 +00:00
|
|
|
git checkout first &&
|
|
|
|
(
|
|
|
|
mkdir -p subdir &&
|
|
|
|
cd subdir &&
|
|
|
|
git am <../patch1
|
|
|
|
) &&
|
2010-07-23 17:03:07 +00:00
|
|
|
git diff --exit-code second
|
2008-05-31 22:11:43 +00:00
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am works from file (relative path given) in subdirectory' '
|
|
|
|
rm -fr subdir &&
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2008-05-31 22:11:43 +00:00
|
|
|
git checkout first &&
|
|
|
|
(
|
|
|
|
mkdir -p subdir &&
|
|
|
|
cd subdir &&
|
|
|
|
git am ../patch1
|
|
|
|
) &&
|
2010-07-23 17:03:07 +00:00
|
|
|
git diff --exit-code second
|
2008-05-31 22:11:43 +00:00
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am works from file (absolute path given) in subdirectory' '
|
|
|
|
rm -fr subdir &&
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2008-05-31 22:11:43 +00:00
|
|
|
git checkout first &&
|
|
|
|
P=$(pwd) &&
|
|
|
|
(
|
|
|
|
mkdir -p subdir &&
|
|
|
|
cd subdir &&
|
|
|
|
git am "$P/patch1"
|
|
|
|
) &&
|
2010-07-23 17:03:07 +00:00
|
|
|
git diff --exit-code second
|
2008-05-31 22:11:43 +00:00
|
|
|
'
|
|
|
|
|
2009-01-23 00:14:58 +00:00
|
|
|
test_expect_success 'am --committer-date-is-author-date' '
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2009-01-23 00:14:58 +00:00
|
|
|
git checkout first &&
|
|
|
|
test_tick &&
|
|
|
|
git am --committer-date-is-author-date patch1 &&
|
2010-01-26 23:08:31 +00:00
|
|
|
git cat-file commit HEAD | sed -e "/^\$/q" >head1 &&
|
2010-07-23 17:03:07 +00:00
|
|
|
sed -ne "/^author /s/.*> //p" head1 >at &&
|
|
|
|
sed -ne "/^committer /s/.*> //p" head1 >ct &&
|
|
|
|
test_cmp at ct
|
2009-01-23 00:14:58 +00:00
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'am without --committer-date-is-author-date' '
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2009-01-23 00:14:58 +00:00
|
|
|
git checkout first &&
|
|
|
|
test_tick &&
|
|
|
|
git am patch1 &&
|
2010-01-26 23:08:31 +00:00
|
|
|
git cat-file commit HEAD | sed -e "/^\$/q" >head1 &&
|
2010-07-23 17:03:07 +00:00
|
|
|
sed -ne "/^author /s/.*> //p" head1 >at &&
|
|
|
|
sed -ne "/^committer /s/.*> //p" head1 >ct &&
|
|
|
|
! test_cmp at ct
|
2009-01-23 00:14:58 +00:00
|
|
|
'
|
|
|
|
|
2009-01-24 01:18:02 +00:00
|
|
|
# This checks for +0000 because TZ is set to UTC and that should
|
|
|
|
# show up when the current time is used. The date in message is set
|
|
|
|
# by test_tick that uses -0700 timezone; if this feature does not
|
|
|
|
# work, we will see that instead of +0000.
|
|
|
|
test_expect_success 'am --ignore-date' '
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2009-01-24 01:18:02 +00:00
|
|
|
git checkout first &&
|
|
|
|
test_tick &&
|
|
|
|
git am --ignore-date patch1 &&
|
2010-01-26 23:08:31 +00:00
|
|
|
git cat-file commit HEAD | sed -e "/^\$/q" >head1 &&
|
2010-07-23 17:03:07 +00:00
|
|
|
sed -ne "/^author /s/.*> //p" head1 >at &&
|
|
|
|
grep "+0000" at
|
2009-01-24 01:18:02 +00:00
|
|
|
'
|
|
|
|
|
2009-04-10 00:34:42 +00:00
|
|
|
test_expect_success 'am into an unborn branch' '
|
2010-07-23 17:03:07 +00:00
|
|
|
git rev-parse first^{tree} >expected &&
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2009-04-10 00:34:42 +00:00
|
|
|
rm -fr subdir &&
|
2010-07-23 17:03:07 +00:00
|
|
|
mkdir subdir &&
|
2009-04-10 00:34:42 +00:00
|
|
|
git format-patch --numbered-files -o subdir -1 first &&
|
|
|
|
(
|
|
|
|
cd subdir &&
|
|
|
|
git init &&
|
|
|
|
git am 1
|
|
|
|
) &&
|
2010-07-23 17:03:07 +00:00
|
|
|
(
|
|
|
|
cd subdir &&
|
|
|
|
git rev-parse HEAD^{tree} >../actual
|
2009-04-10 00:34:42 +00:00
|
|
|
) &&
|
2010-07-23 17:03:07 +00:00
|
|
|
test_cmp expected actual
|
2009-04-10 00:34:42 +00:00
|
|
|
'
|
|
|
|
|
2009-06-16 22:32:57 +00:00
|
|
|
test_expect_success 'am newline in subject' '
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2009-06-16 22:32:57 +00:00
|
|
|
git checkout first &&
|
|
|
|
test_tick &&
|
2010-07-23 17:03:07 +00:00
|
|
|
sed -e "s/second/second \\\n foo/" patch1 >patchnl &&
|
|
|
|
git am <patchnl >output.out 2>&1 &&
|
2023-10-31 05:23:30 +00:00
|
|
|
test_grep "^Applying: second \\\n foo$" output.out
|
2009-06-16 22:32:57 +00:00
|
|
|
'
|
|
|
|
|
2009-06-16 22:33:01 +00:00
|
|
|
test_expect_success 'am -q is quiet' '
|
2010-07-23 17:04:01 +00:00
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
2009-06-16 22:33:01 +00:00
|
|
|
git checkout first &&
|
|
|
|
test_tick &&
|
2010-07-23 17:03:07 +00:00
|
|
|
git am -q <patch1 >output.out 2>&1 &&
|
2018-08-19 21:57:22 +00:00
|
|
|
test_must_be_empty output.out
|
2009-06-16 22:33:01 +00:00
|
|
|
'
|
|
|
|
|
2012-02-25 17:34:26 +00:00
|
|
|
test_expect_success 'am empty-file does not infloop' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
touch empty-file &&
|
|
|
|
test_tick &&
|
2012-04-14 04:48:13 +00:00
|
|
|
test_must_fail git am empty-file 2>actual &&
|
2012-02-25 17:34:26 +00:00
|
|
|
echo Patch format detection failed. >expected &&
|
2021-02-11 01:53:53 +00:00
|
|
|
test_cmp expected actual
|
2012-02-25 17:34:26 +00:00
|
|
|
'
|
|
|
|
|
2014-11-25 14:00:56 +00:00
|
|
|
test_expect_success 'am --message-id really adds the message id' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout HEAD^ &&
|
|
|
|
git am --message-id patch1.eml &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
git cat-file commit HEAD | tail -n1 >actual &&
|
2022-12-16 01:47:19 +00:00
|
|
|
grep Message-ID patch1.eml >expected &&
|
2014-11-25 14:00:56 +00:00
|
|
|
test_cmp expected actual
|
|
|
|
'
|
|
|
|
|
2015-07-07 14:08:23 +00:00
|
|
|
test_expect_success 'am.messageid really adds the message id' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout HEAD^ &&
|
|
|
|
test_config am.messageid true &&
|
|
|
|
git am patch1.eml &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
git cat-file commit HEAD | tail -n1 >actual &&
|
2022-12-16 01:47:19 +00:00
|
|
|
grep Message-ID patch1.eml >expected &&
|
2015-07-07 14:08:23 +00:00
|
|
|
test_cmp expected actual
|
|
|
|
'
|
|
|
|
|
2014-11-25 14:00:56 +00:00
|
|
|
test_expect_success 'am --message-id -s signs off after the message id' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
git checkout HEAD^ &&
|
|
|
|
git am -s --message-id patch1.eml &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
git cat-file commit HEAD | tail -n2 | head -n1 >actual &&
|
2022-12-16 01:47:19 +00:00
|
|
|
grep Message-ID patch1.eml >expected &&
|
2014-11-25 14:00:56 +00:00
|
|
|
test_cmp expected actual
|
|
|
|
'
|
|
|
|
|
rerere: release lockfile in non-writing functions
There's a bug in builtin/am.c in which we take a lock on
MERGE_RR recursively. But rather than fix am.c, this patch
fixes the confusing interface from rerere.c that caused the
bug. Read on for the gory details.
The setup_rerere() function both reads the existing MERGE_RR
file, and takes MERGE_RR.lock. In the rerere() and
rerere_forget() functions, we end up in write_rr(), which
will then commit the lock file.
But for functions like rerere_clear() that do not write to
MERGE_RR, we expect the caller to have handled
setup_rerere(). That caller would then need to release the
lockfile, but it can't; the lock struct is local to
rerere.c.
For builtin/rerere.c, this is OK. We run a single rerere
operation and then exit immediately, which has the side
effect of rolling back the lockfile.
But in builtin/am.c, this is actively wrong. If we run "git
am -3 --skip", we call setup-rerere twice without releasing
the lock:
1. The "--skip" causes us to call am_rerere_clear(), which
calls setup_rerere(), but never drops the lock.
2. We then proceed to the next patch.
3. The "--3way" may cause us to call rerere() to handle
conflicts in that patch, but we are already holding the
lock. The lockfile code dies with:
BUG: prepare_tempfile_object called for active object
We could fix this by having rerere_clear() call
rollback_lock_file(). But it feels a bit odd for it to roll
back a lockfile that it did not itself take. So let's
simplify the interface further, and handle setup_rerere in
the function itself, taking away the question from the
caller over whether they need to do so.
We can give rerere_gc() the same treatment, as well (even
though it doesn't have any callers besides builtin/rerere.c
at this point). Note that these functions don't take flags
from their callers to pass along to setup_rerere; that's OK,
because the flags would not be meaningful for what they are
doing.
Both of those functions need to hold the lock because even
though they do not write to MERGE_RR, they are still writing
and should be protected from a simultaneous "rerere" run.
But rerere_remaining(), "rerere diff", and "rerere status"
are all read-only operations. They want to setup_rerere(),
but do not care about taking the lock in the first place.
Since our update of MERGE_RR is the usual atomic rename done
by commit_lock_file, they can just do a lockless read. For
that, we teach setup_rerere a READONLY flag to avoid the
lock.
As a bonus, this pushes builtin/rerere.c's setup_rerere call
closer to the functions that use it. Which means that "git
rerere totally-bogus-command" will no longer silently
exit(0) in a repository without rerere enabled.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2015-09-01 22:14:09 +00:00
|
|
|
test_expect_success 'am -3 works with rerere' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
|
|
|
|
# make patches one->two and two->three...
|
|
|
|
test_commit one file &&
|
|
|
|
test_commit two file &&
|
|
|
|
test_commit three file &&
|
|
|
|
git format-patch -2 --stdout >seq.patch &&
|
|
|
|
|
|
|
|
# and create a situation that conflicts...
|
|
|
|
git reset --hard one &&
|
|
|
|
test_commit other file &&
|
|
|
|
|
|
|
|
# enable rerere...
|
|
|
|
test_config rerere.enabled true &&
|
|
|
|
test_when_finished "rm -rf .git/rr-cache" &&
|
|
|
|
|
|
|
|
# ...and apply. Our resolution is to skip the first
|
|
|
|
# patch, and the rerere the second one.
|
|
|
|
test_must_fail git am -3 seq.patch &&
|
|
|
|
test_must_fail git am --skip &&
|
|
|
|
echo resolved >file &&
|
|
|
|
git add file &&
|
|
|
|
git am --resolved &&
|
|
|
|
|
|
|
|
# now apply again, and confirm that rerere engaged (we still
|
|
|
|
# expect failure from am because rerere does not auto-commit
|
|
|
|
# for us).
|
|
|
|
git reset --hard other &&
|
|
|
|
test_must_fail git am -3 seq.patch &&
|
|
|
|
test_must_fail git am --skip &&
|
|
|
|
echo resolved >expect &&
|
|
|
|
test_cmp expect file
|
|
|
|
'
|
|
|
|
|
am: match --signoff to the original scripted version
Linus noticed that the recently reimplemented "git am -s" defines
the trailer block too rigidly, resulting in an unnecessary blank
line between the existing sign-offs and his new sign-off. An e-mail
submission sent to Linus in real life ends with mixture of sign-offs
and commentaries, e.g.
title here
message here
Signed-off-by: Original Author <original@auth.or>
[rv: tweaked frotz and nitfol]
Signed-off-by: Re Viewer <rv@ew.er>
Signed-off-by: Other Reviewer <other@rev.ewer>
---
patch here
Because the reimplementation reused append_signoff() helper that is
used by other codepaths, which is unaware that people intermix such
comments with their sign-offs in the trailer block, such a message
was judged to end with a non-trailer, resulting in an extra blank
line before adding a new sign-off.
The original scripted version of "git am" used a lot looser
definition, i.e. "if and only if there is no line that begins with
Signed-off-by:, add a blank line before adding a new sign-off". For
the upcoming release, stop using the append_signoff() in "git am"
and reimplement the looser definition used by the scripted version
to use only in "git am" to fix this regression in "am" while
avoiding new regressions to other users of append_signoff().
In the longer term, we should look into loosening append_signoff()
so that other codepaths that add a new sign-off behave the same way
as "git am -s", but that is a task for post-release.
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2015-09-06 02:56:20 +00:00
|
|
|
test_expect_success 'am -s unexpected trailer block' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git reset --hard &&
|
|
|
|
echo signed >file &&
|
|
|
|
git add file &&
|
|
|
|
cat >msg <<-EOF &&
|
|
|
|
subject here
|
|
|
|
|
|
|
|
Signed-off-by: $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL>
|
|
|
|
[jc: tweaked log message]
|
|
|
|
Signed-off-by: J C H <j@c.h>
|
|
|
|
EOF
|
|
|
|
git commit -F msg &&
|
t: don't spuriously close and reopen quotes
In the test scripts, the recommended style is, e.g.:
test_expect_success 'name' '
do-something somehow &&
do-some-more testing
'
When using this style, any single quote in the multi-line test section
is actually closing the lone single quotes that surround it.
It can be a non-issue in practice:
test_expect_success 'sed a little' '
sed -e 's/hi/lo/' in >out # "ok": no whitespace in s/hi/lo/
'
Or it can be a bug in the test, e.g., because variable interpolation
happens before the test even begins executing:
v=abc
test_expect_success 'variable interpolation' '
v=def &&
echo '"$v"' # abc
'
Change several such in-test single quotes to use double quotes instead
or, in a few cases, drop them altogether. These were identified using
some crude grepping. We're not fixing any test bugs here, but we're
hopefully making these tests slightly easier to grok and to maintain.
There are legitimate use cases for closing a quote and opening a new
one, e.g., both '\'' and '"'"' can be used to produce a literal single
quote. I'm not touching any of those here.
In t9401, tuck the redirecting ">" to the filename while we're touching
those lines.
Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2020-08-06 20:08:53 +00:00
|
|
|
git cat-file commit HEAD | sed -e "1,/^$/d" >original &&
|
am: match --signoff to the original scripted version
Linus noticed that the recently reimplemented "git am -s" defines
the trailer block too rigidly, resulting in an unnecessary blank
line between the existing sign-offs and his new sign-off. An e-mail
submission sent to Linus in real life ends with mixture of sign-offs
and commentaries, e.g.
title here
message here
Signed-off-by: Original Author <original@auth.or>
[rv: tweaked frotz and nitfol]
Signed-off-by: Re Viewer <rv@ew.er>
Signed-off-by: Other Reviewer <other@rev.ewer>
---
patch here
Because the reimplementation reused append_signoff() helper that is
used by other codepaths, which is unaware that people intermix such
comments with their sign-offs in the trailer block, such a message
was judged to end with a non-trailer, resulting in an extra blank
line before adding a new sign-off.
The original scripted version of "git am" used a lot looser
definition, i.e. "if and only if there is no line that begins with
Signed-off-by:, add a blank line before adding a new sign-off". For
the upcoming release, stop using the append_signoff() in "git am"
and reimplement the looser definition used by the scripted version
to use only in "git am" to fix this regression in "am" while
avoiding new regressions to other users of append_signoff().
In the longer term, we should look into loosening append_signoff()
so that other codepaths that add a new sign-off behave the same way
as "git am -s", but that is a task for post-release.
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2015-09-06 02:56:20 +00:00
|
|
|
git format-patch --stdout -1 >patch &&
|
|
|
|
|
|
|
|
git reset --hard HEAD^ &&
|
|
|
|
git am -s patch &&
|
|
|
|
(
|
|
|
|
cat original &&
|
|
|
|
echo "Signed-off-by: $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL>"
|
|
|
|
) >expect &&
|
t: don't spuriously close and reopen quotes
In the test scripts, the recommended style is, e.g.:
test_expect_success 'name' '
do-something somehow &&
do-some-more testing
'
When using this style, any single quote in the multi-line test section
is actually closing the lone single quotes that surround it.
It can be a non-issue in practice:
test_expect_success 'sed a little' '
sed -e 's/hi/lo/' in >out # "ok": no whitespace in s/hi/lo/
'
Or it can be a bug in the test, e.g., because variable interpolation
happens before the test even begins executing:
v=abc
test_expect_success 'variable interpolation' '
v=def &&
echo '"$v"' # abc
'
Change several such in-test single quotes to use double quotes instead
or, in a few cases, drop them altogether. These were identified using
some crude grepping. We're not fixing any test bugs here, but we're
hopefully making these tests slightly easier to grok and to maintain.
There are legitimate use cases for closing a quote and opening a new
one, e.g., both '\'' and '"'"' can be used to produce a literal single
quote. I'm not touching any of those here.
In t9401, tuck the redirecting ">" to the filename while we're touching
those lines.
Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2020-08-06 20:08:53 +00:00
|
|
|
git cat-file commit HEAD | sed -e "1,/^$/d" >actual &&
|
am: match --signoff to the original scripted version
Linus noticed that the recently reimplemented "git am -s" defines
the trailer block too rigidly, resulting in an unnecessary blank
line between the existing sign-offs and his new sign-off. An e-mail
submission sent to Linus in real life ends with mixture of sign-offs
and commentaries, e.g.
title here
message here
Signed-off-by: Original Author <original@auth.or>
[rv: tweaked frotz and nitfol]
Signed-off-by: Re Viewer <rv@ew.er>
Signed-off-by: Other Reviewer <other@rev.ewer>
---
patch here
Because the reimplementation reused append_signoff() helper that is
used by other codepaths, which is unaware that people intermix such
comments with their sign-offs in the trailer block, such a message
was judged to end with a non-trailer, resulting in an extra blank
line before adding a new sign-off.
The original scripted version of "git am" used a lot looser
definition, i.e. "if and only if there is no line that begins with
Signed-off-by:, add a blank line before adding a new sign-off". For
the upcoming release, stop using the append_signoff() in "git am"
and reimplement the looser definition used by the scripted version
to use only in "git am" to fix this regression in "am" while
avoiding new regressions to other users of append_signoff().
In the longer term, we should look into loosening append_signoff()
so that other codepaths that add a new sign-off behave the same way
as "git am -s", but that is a task for post-release.
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2015-09-06 02:56:20 +00:00
|
|
|
test_cmp expect actual &&
|
|
|
|
|
|
|
|
cat >msg <<-\EOF &&
|
|
|
|
subject here
|
|
|
|
|
|
|
|
We make sure that there is a blank line between the log
|
|
|
|
message proper and Signed-off-by: line added.
|
|
|
|
EOF
|
|
|
|
git reset HEAD^ &&
|
|
|
|
git commit -F msg file &&
|
t: don't spuriously close and reopen quotes
In the test scripts, the recommended style is, e.g.:
test_expect_success 'name' '
do-something somehow &&
do-some-more testing
'
When using this style, any single quote in the multi-line test section
is actually closing the lone single quotes that surround it.
It can be a non-issue in practice:
test_expect_success 'sed a little' '
sed -e 's/hi/lo/' in >out # "ok": no whitespace in s/hi/lo/
'
Or it can be a bug in the test, e.g., because variable interpolation
happens before the test even begins executing:
v=abc
test_expect_success 'variable interpolation' '
v=def &&
echo '"$v"' # abc
'
Change several such in-test single quotes to use double quotes instead
or, in a few cases, drop them altogether. These were identified using
some crude grepping. We're not fixing any test bugs here, but we're
hopefully making these tests slightly easier to grok and to maintain.
There are legitimate use cases for closing a quote and opening a new
one, e.g., both '\'' and '"'"' can be used to produce a literal single
quote. I'm not touching any of those here.
In t9401, tuck the redirecting ">" to the filename while we're touching
those lines.
Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2020-08-06 20:08:53 +00:00
|
|
|
git cat-file commit HEAD | sed -e "1,/^$/d" >original &&
|
am: match --signoff to the original scripted version
Linus noticed that the recently reimplemented "git am -s" defines
the trailer block too rigidly, resulting in an unnecessary blank
line between the existing sign-offs and his new sign-off. An e-mail
submission sent to Linus in real life ends with mixture of sign-offs
and commentaries, e.g.
title here
message here
Signed-off-by: Original Author <original@auth.or>
[rv: tweaked frotz and nitfol]
Signed-off-by: Re Viewer <rv@ew.er>
Signed-off-by: Other Reviewer <other@rev.ewer>
---
patch here
Because the reimplementation reused append_signoff() helper that is
used by other codepaths, which is unaware that people intermix such
comments with their sign-offs in the trailer block, such a message
was judged to end with a non-trailer, resulting in an extra blank
line before adding a new sign-off.
The original scripted version of "git am" used a lot looser
definition, i.e. "if and only if there is no line that begins with
Signed-off-by:, add a blank line before adding a new sign-off". For
the upcoming release, stop using the append_signoff() in "git am"
and reimplement the looser definition used by the scripted version
to use only in "git am" to fix this regression in "am" while
avoiding new regressions to other users of append_signoff().
In the longer term, we should look into loosening append_signoff()
so that other codepaths that add a new sign-off behave the same way
as "git am -s", but that is a task for post-release.
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2015-09-06 02:56:20 +00:00
|
|
|
git format-patch --stdout -1 >patch &&
|
|
|
|
|
|
|
|
git reset --hard HEAD^ &&
|
|
|
|
git am -s patch &&
|
|
|
|
|
|
|
|
(
|
|
|
|
cat original &&
|
|
|
|
echo &&
|
|
|
|
echo "Signed-off-by: $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL>"
|
|
|
|
) >expect &&
|
t: don't spuriously close and reopen quotes
In the test scripts, the recommended style is, e.g.:
test_expect_success 'name' '
do-something somehow &&
do-some-more testing
'
When using this style, any single quote in the multi-line test section
is actually closing the lone single quotes that surround it.
It can be a non-issue in practice:
test_expect_success 'sed a little' '
sed -e 's/hi/lo/' in >out # "ok": no whitespace in s/hi/lo/
'
Or it can be a bug in the test, e.g., because variable interpolation
happens before the test even begins executing:
v=abc
test_expect_success 'variable interpolation' '
v=def &&
echo '"$v"' # abc
'
Change several such in-test single quotes to use double quotes instead
or, in a few cases, drop them altogether. These were identified using
some crude grepping. We're not fixing any test bugs here, but we're
hopefully making these tests slightly easier to grok and to maintain.
There are legitimate use cases for closing a quote and opening a new
one, e.g., both '\'' and '"'"' can be used to produce a literal single
quote. I'm not touching any of those here.
In t9401, tuck the redirecting ">" to the filename while we're touching
those lines.
Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2020-08-06 20:08:53 +00:00
|
|
|
git cat-file commit HEAD | sed -e "1,/^$/d" >actual &&
|
am: match --signoff to the original scripted version
Linus noticed that the recently reimplemented "git am -s" defines
the trailer block too rigidly, resulting in an unnecessary blank
line between the existing sign-offs and his new sign-off. An e-mail
submission sent to Linus in real life ends with mixture of sign-offs
and commentaries, e.g.
title here
message here
Signed-off-by: Original Author <original@auth.or>
[rv: tweaked frotz and nitfol]
Signed-off-by: Re Viewer <rv@ew.er>
Signed-off-by: Other Reviewer <other@rev.ewer>
---
patch here
Because the reimplementation reused append_signoff() helper that is
used by other codepaths, which is unaware that people intermix such
comments with their sign-offs in the trailer block, such a message
was judged to end with a non-trailer, resulting in an extra blank
line before adding a new sign-off.
The original scripted version of "git am" used a lot looser
definition, i.e. "if and only if there is no line that begins with
Signed-off-by:, add a blank line before adding a new sign-off". For
the upcoming release, stop using the append_signoff() in "git am"
and reimplement the looser definition used by the scripted version
to use only in "git am" to fix this regression in "am" while
avoiding new regressions to other users of append_signoff().
In the longer term, we should look into loosening append_signoff()
so that other codepaths that add a new sign-off behave the same way
as "git am -s", but that is a task for post-release.
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2015-09-06 02:56:20 +00:00
|
|
|
test_cmp expect actual
|
|
|
|
'
|
|
|
|
|
2016-06-05 04:46:41 +00:00
|
|
|
test_expect_success 'am --patch-format=mboxrd handles mboxrd' '
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git checkout -f first &&
|
|
|
|
echo mboxrd >>file &&
|
|
|
|
git add file &&
|
|
|
|
cat >msg <<-\INPUT_END &&
|
|
|
|
mboxrd should escape the body
|
|
|
|
|
|
|
|
From could trip up a loose mbox parser
|
|
|
|
>From extra escape for reversibility
|
|
|
|
INPUT_END
|
|
|
|
git commit -F msg &&
|
2022-12-22 20:16:19 +00:00
|
|
|
git -c format.mboxrd format-patch --stdout -1 >mboxrd1 &&
|
2016-06-05 04:46:41 +00:00
|
|
|
grep "^>From could trip up a loose mbox parser" mboxrd1 &&
|
|
|
|
git checkout -f first &&
|
|
|
|
git am --patch-format=mboxrd mboxrd1 &&
|
|
|
|
git cat-file commit HEAD | tail -n4 >out &&
|
|
|
|
test_cmp msg out
|
|
|
|
'
|
|
|
|
|
2016-09-20 17:17:53 +00:00
|
|
|
test_expect_success 'am works with multi-line in-body headers' '
|
|
|
|
FORTY="String that has a length of more than forty characters" &&
|
|
|
|
LONG="$FORTY $FORTY" &&
|
|
|
|
rm -fr .git/rebase-apply &&
|
|
|
|
git checkout -f first &&
|
|
|
|
echo one >> file &&
|
2017-04-01 19:14:39 +00:00
|
|
|
git commit -am "$LONG
|
|
|
|
|
|
|
|
Body test" --author="$LONG <long@example.com>" &&
|
2016-09-20 17:17:53 +00:00
|
|
|
git format-patch --stdout -1 >patch &&
|
|
|
|
# bump from, date, and subject down to in-body header
|
|
|
|
perl -lpe "
|
|
|
|
if (/^From:/) {
|
|
|
|
print \"From: x <x\@example.com>\";
|
|
|
|
print \"Date: Sat, 1 Jan 2000 00:00:00 +0000\";
|
|
|
|
print \"Subject: x\n\";
|
|
|
|
}
|
|
|
|
" patch >msg &&
|
|
|
|
git checkout HEAD^ &&
|
|
|
|
git am msg &&
|
|
|
|
# Ensure that the author and full message are present
|
|
|
|
git cat-file commit HEAD | grep "^author.*long@example.com" &&
|
2017-04-01 19:14:39 +00:00
|
|
|
git cat-file commit HEAD | grep "^$LONG$"
|
2016-09-20 17:17:53 +00:00
|
|
|
'
|
|
|
|
|
2018-02-14 11:16:06 +00:00
|
|
|
test_expect_success 'am --quit keeps HEAD where it is' '
|
|
|
|
mkdir .git/rebase-apply &&
|
|
|
|
>.git/rebase-apply/last &&
|
|
|
|
>.git/rebase-apply/next &&
|
|
|
|
git rev-parse HEAD^ >.git/ORIG_HEAD &&
|
|
|
|
git rev-parse HEAD >expected &&
|
|
|
|
git am --quit &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
git rev-parse HEAD >actual &&
|
|
|
|
test_cmp expected actual
|
|
|
|
'
|
|
|
|
|
2019-09-02 22:39:44 +00:00
|
|
|
test_expect_success 'am and .gitattibutes' '
|
|
|
|
test_create_repo attributes &&
|
|
|
|
(
|
|
|
|
cd attributes &&
|
|
|
|
test_commit init &&
|
|
|
|
git config filter.test.clean "sed -e '\''s/smudged/clean/g'\''" &&
|
|
|
|
git config filter.test.smudge "sed -e '\''s/clean/smudged/g'\''" &&
|
|
|
|
|
|
|
|
test_commit second &&
|
|
|
|
git checkout -b test HEAD^ &&
|
|
|
|
|
|
|
|
echo "*.txt filter=test conflict-marker-size=10" >.gitattributes &&
|
|
|
|
git add .gitattributes &&
|
|
|
|
test_commit third &&
|
|
|
|
|
|
|
|
echo "This text is smudged." >a.txt &&
|
|
|
|
git add a.txt &&
|
|
|
|
test_commit fourth &&
|
|
|
|
|
|
|
|
git checkout -b removal HEAD^ &&
|
|
|
|
git rm .gitattributes &&
|
|
|
|
git add -u &&
|
|
|
|
test_commit fifth &&
|
|
|
|
git cherry-pick test &&
|
|
|
|
|
|
|
|
git checkout -b conflict third &&
|
|
|
|
echo "This text is different." >a.txt &&
|
|
|
|
git add a.txt &&
|
|
|
|
test_commit sixth &&
|
|
|
|
|
|
|
|
git checkout test &&
|
2020-11-18 23:44:27 +00:00
|
|
|
git format-patch --stdout main..HEAD >patches &&
|
|
|
|
git reset --hard main &&
|
2019-09-02 22:39:44 +00:00
|
|
|
git am patches &&
|
|
|
|
grep "smudged" a.txt &&
|
|
|
|
|
|
|
|
git checkout removal &&
|
|
|
|
git reset --hard &&
|
2020-11-18 23:44:27 +00:00
|
|
|
git format-patch --stdout main..HEAD >patches &&
|
|
|
|
git reset --hard main &&
|
2019-09-02 22:39:44 +00:00
|
|
|
git am patches &&
|
|
|
|
grep "clean" a.txt &&
|
|
|
|
|
|
|
|
git checkout conflict &&
|
|
|
|
git reset --hard &&
|
2020-11-18 23:44:27 +00:00
|
|
|
git format-patch --stdout main..HEAD >patches &&
|
2019-09-02 22:39:44 +00:00
|
|
|
git reset --hard fourth &&
|
|
|
|
test_must_fail git am -3 patches &&
|
|
|
|
grep "<<<<<<<<<<" a.txt
|
|
|
|
)
|
|
|
|
'
|
|
|
|
|
2020-08-05 23:06:50 +00:00
|
|
|
test_expect_success 'apply binary blob in partial clone' '
|
|
|
|
printf "\\000" >binary &&
|
|
|
|
git add binary &&
|
|
|
|
git commit -m "binary blob" &&
|
|
|
|
git format-patch --stdout -m HEAD^ >patch &&
|
|
|
|
|
|
|
|
test_create_repo server &&
|
|
|
|
test_config -C server uploadpack.allowfilter 1 &&
|
|
|
|
test_config -C server uploadpack.allowanysha1inwant 1 &&
|
|
|
|
git clone --filter=blob:none "file://$(pwd)/server" client &&
|
|
|
|
test_when_finished "rm -rf client" &&
|
|
|
|
|
|
|
|
# Exercise to make sure that it works
|
|
|
|
git -C client am ../patch
|
|
|
|
'
|
|
|
|
|
2021-12-09 07:25:54 +00:00
|
|
|
test_expect_success 'an empty input file is error regardless of --empty option' '
|
|
|
|
test_when_finished "git am --abort || :" &&
|
|
|
|
test_must_fail git am --empty=drop empty.patch 2>actual &&
|
|
|
|
echo "Patch format detection failed." >expected &&
|
|
|
|
test_cmp expected actual
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'invalid when passing the --empty option alone' '
|
|
|
|
test_when_finished "git am --abort || :" &&
|
|
|
|
git checkout empty-commit^ &&
|
|
|
|
test_must_fail git am --empty empty-commit.patch 2>err &&
|
2022-01-31 22:07:47 +00:00
|
|
|
echo "error: invalid value for '\''--empty'\'': '\''empty-commit.patch'\''" >expected &&
|
2021-12-09 07:25:54 +00:00
|
|
|
test_cmp expected err
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'a message without a patch is an error (default)' '
|
|
|
|
test_when_finished "git am --abort || :" &&
|
|
|
|
test_must_fail git am empty-commit.patch >err &&
|
|
|
|
grep "Patch is empty" err
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'a message without a patch is an error where an explicit "--empty=stop" is given' '
|
|
|
|
test_when_finished "git am --abort || :" &&
|
|
|
|
test_must_fail git am --empty=stop empty-commit.patch >err &&
|
|
|
|
grep "Patch is empty." err
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'a message without a patch will be skipped when "--empty=drop" is given' '
|
|
|
|
git am --empty=drop empty-commit.patch >output &&
|
|
|
|
git rev-parse empty-commit^ >expected &&
|
|
|
|
git rev-parse HEAD >actual &&
|
|
|
|
test_cmp expected actual &&
|
|
|
|
grep "Skipping: empty commit" output
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'record as an empty commit when meeting e-mail message that lacks a patch' '
|
|
|
|
git am --empty=keep empty-commit.patch >output &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
git show empty-commit --format="%B" >expected &&
|
|
|
|
git show HEAD --format="%B" >actual &&
|
|
|
|
grep -f actual expected &&
|
|
|
|
grep "Creating an empty commit: empty commit" output
|
|
|
|
'
|
|
|
|
|
2021-12-09 07:25:55 +00:00
|
|
|
test_expect_success 'skip an empty patch in the middle of an am session' '
|
|
|
|
git checkout empty-commit^ &&
|
2024-03-16 21:16:30 +00:00
|
|
|
test_must_fail git am empty-commit.patch >out 2>err &&
|
|
|
|
grep "Patch is empty." out &&
|
2021-12-09 07:25:55 +00:00
|
|
|
grep "To record the empty patch as an empty commit, run \"git am --allow-empty\"." err &&
|
|
|
|
git am --skip &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
git rev-parse empty-commit^ >expected &&
|
|
|
|
git rev-parse HEAD >actual &&
|
|
|
|
test_cmp expected actual
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'record an empty patch as an empty commit in the middle of an am session' '
|
|
|
|
git checkout empty-commit^ &&
|
2024-03-16 21:16:30 +00:00
|
|
|
test_must_fail git am empty-commit.patch >out 2>err &&
|
|
|
|
grep "Patch is empty." out &&
|
2021-12-09 07:25:55 +00:00
|
|
|
grep "To record the empty patch as an empty commit, run \"git am --allow-empty\"." err &&
|
|
|
|
git am --allow-empty >output &&
|
|
|
|
grep "No changes - recorded it as an empty commit." output &&
|
|
|
|
test_path_is_missing .git/rebase-apply &&
|
|
|
|
git show empty-commit --format="%B" >expected &&
|
|
|
|
git show HEAD --format="%B" >actual &&
|
|
|
|
grep -f actual expected
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'create an non-empty commit when the index IS changed though "--allow-empty" is given' '
|
|
|
|
git checkout empty-commit^ &&
|
|
|
|
test_must_fail git am empty-commit.patch >err &&
|
|
|
|
: >empty-file &&
|
|
|
|
git add empty-file &&
|
|
|
|
git am --allow-empty &&
|
|
|
|
git show empty-commit --format="%B" >expected &&
|
|
|
|
git show HEAD --format="%B" >actual &&
|
|
|
|
grep -f actual expected &&
|
|
|
|
git diff HEAD^..HEAD --name-only
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'cannot create empty commits when there is a clean index due to merge conflicts' '
|
|
|
|
test_when_finished "git am --abort || :" &&
|
|
|
|
git rev-parse HEAD >expected &&
|
|
|
|
test_must_fail git am seq.patch &&
|
|
|
|
test_must_fail git am --allow-empty >err &&
|
|
|
|
! grep "To record the empty patch as an empty commit, run \"git am --allow-empty\"." err &&
|
|
|
|
git rev-parse HEAD >actual &&
|
|
|
|
test_cmp actual expected
|
|
|
|
'
|
|
|
|
|
|
|
|
test_expect_success 'cannot create empty commits when there is unmerged index due to merge conflicts' '
|
|
|
|
test_when_finished "git am --abort || :" &&
|
|
|
|
git rev-parse HEAD >expected &&
|
|
|
|
test_must_fail git am -3 seq.patch &&
|
|
|
|
test_must_fail git am --allow-empty >err &&
|
|
|
|
! grep "To record the empty patch as an empty commit, run \"git am --allow-empty\"." err &&
|
|
|
|
git rev-parse HEAD >actual &&
|
|
|
|
test_cmp actual expected
|
|
|
|
'
|
|
|
|
|
2008-05-31 22:11:42 +00:00
|
|
|
test_done
|