GitHub user arteam opened a pull request:
https://github.com/apache/maven-scm/pull/56
[SCM-739] Use shallow clones when cloning a git repo
For `maven-release-plugin` we don't need the whole history, but only the
top commit. Using `--depth 1` allows to perform releases much faster on
repositories with a long history.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/arteam/maven-scm git-clone-shallow
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-scm/pull/56.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #56
----
commit c041868bf8c543cecb34c8f002f02438e6f81b52
Author: Artem Prigoda <[email protected]>
Date: 2017-11-22T15:52:00Z
[SCM-739] Use shallow clones when cloning a git repo
For `maven-release-plugin` we don't need the whole history, but
only the top commit. Using `--depth 1` allows to perform releases
much faster on repositories with a long history.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]