This is an automated email from the ASF dual-hosted git repository.
royteeuwen pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git
from 597a042 Merge pull request #50 from
apache/feature/SLING-13253-site-update-fixes
add 1e069ed SLING-13253 - update-local-site: shallow-clone the site
checkout
new cc62920 Merge pull request #48 from
apache/feature/SLING-13253-site-shallow-clone
The 1 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:
README.md | 14 +-
.../cli/impl/release/UpdateLocalSiteCommand.java | 44 ++++--
.../sling/cli/impl/release/SiteRepository.java | 5 +
.../impl/release/UpdateLocalSiteCommandTest.java | 43 ++++++
.../cli/impl/release/UpdateLocalSiteGitTest.java | 164 +++++++++++++++++++++
5 files changed, 256 insertions(+), 14 deletions(-)
create mode 100644
src/test/java/org/apache/sling/cli/impl/release/UpdateLocalSiteGitTest.java