This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch wagon-scm-git in repository https://gitbox.apache.org/repos/asf/maven-wagon.git.
discard df2a3be Disable tests discard 3f9c5e6 [WAGON-501] Add ScmGitExeWagonTest discard 6cd9359 [WAGON-498] ScmWagon should work in binary mode when possible new 5d92f82 [WAGON-498] ScmWagon should work in binary mode when possible new ca60e84 [WAGON-501] Add ScmGitExeWagonTest new 8f91f4c [WAGON-497] ScmWagon#put() strips parent dirs from the target path if they already exist in SCM new 7aff221 [WAGON-495] Fix checkoutDirectory leak This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (df2a3be) \ N -- N -- N refs/heads/wagon-scm-git (7aff221) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../java/org/apache/maven/wagon/WagonTestCase.java | 42 +++- .../apache/maven/wagon/providers/scm/ScmWagon.java | 243 ++++++++++++--------- .../providers/scm/AbstractScmCvsWagonTest.java | 2 +- .../wagon/providers/scm/ScmGitExeWagonTest.java | 28 --- 4 files changed, 171 insertions(+), 144 deletions(-) -- To stop receiving notification emails like this one, please contact micha...@apache.org.