This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/maven-wagon.git.
from d4ebe79 [WAGON-519] Upgrade to SCM 1.10.0 add 5d92f82 [WAGON-498] ScmWagon should work in binary mode when possible add 7ac6a74 [WAGON-501] Add ScmGitExeWagonTest add 66ce798 [WAGON-497] ScmWagon#put() strips parent dirs from the target path if they already exist in SCM add 2e70c85 [WAGON-495] Fix checkoutDirectory leak No new revisions were added by this update. Summary of changes: .../java/org/apache/maven/wagon/WagonTestCase.java | 42 +++- wagon-providers/wagon-scm/pom.xml | 6 + .../apache/maven/wagon/providers/scm/ScmWagon.java | 271 +++++++++++++-------- .../providers/scm/AbstractScmCvsWagonTest.java | 2 +- ...WagonTest.java => AbstractScmGitWagonTest.java} | 25 +- ...vsExeWagonTest.java => ScmGitExeWagonTest.java} | 43 ++-- .../test/resources/test-repo-git/.gitattributes | 3 + .../src/test/resources/test-repo-git/HEAD | 1 + .../src/test/resources/test-repo-git/config | 8 + .../src/test/resources/test-repo-git/description | 1 + .../src/test/resources/test-repo-git/info/exclude | 6 + .../objects/.gitignore} | 0 .../3a/67db9b159d7130f6fb7bf6588f9c2619fecafe | Bin 0 -> 185 bytes .../e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 | Bin 0 -> 18 bytes .../eb/e0326d9241016f3133fdf9672970ca178c640c | Bin 0 -> 52 bytes .../write-lock => test-repo-git/refs/.gitignore} | 0 .../test/resources/test-repo-git/refs/heads/master | 1 + 17 files changed, 257 insertions(+), 152 deletions(-) copy wagon-providers/wagon-scm/src/test/java/org/apache/maven/wagon/providers/scm/{AbstractScmSvnWagonTest.java => AbstractScmGitWagonTest.java} (73%) copy wagon-providers/wagon-scm/src/test/java/org/apache/maven/wagon/providers/scm/{ScmCvsExeWagonTest.java => ScmGitExeWagonTest.java} (50%) create mode 100644 wagon-providers/wagon-scm/src/test/resources/test-repo-git/.gitattributes create mode 100644 wagon-providers/wagon-scm/src/test/resources/test-repo-git/HEAD create mode 100644 wagon-providers/wagon-scm/src/test/resources/test-repo-git/config create mode 100644 wagon-providers/wagon-scm/src/test/resources/test-repo-git/description create mode 100644 wagon-providers/wagon-scm/src/test/resources/test-repo-git/info/exclude copy wagon-providers/wagon-scm/src/test/resources/{test-repo-svn/db/write-lock => test-repo-git/objects/.gitignore} (100%) create mode 100644 wagon-providers/wagon-scm/src/test/resources/test-repo-git/objects/3a/67db9b159d7130f6fb7bf6588f9c2619fecafe create mode 100644 wagon-providers/wagon-scm/src/test/resources/test-repo-git/objects/e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391 create mode 100644 wagon-providers/wagon-scm/src/test/resources/test-repo-git/objects/eb/e0326d9241016f3133fdf9672970ca178c640c copy wagon-providers/wagon-scm/src/test/resources/{test-repo-svn/db/write-lock => test-repo-git/refs/.gitignore} (100%) create mode 100644 wagon-providers/wagon-scm/src/test/resources/test-repo-git/refs/heads/master -- To stop receiving notification emails like this one, please contact micha...@apache.org.