GitHub user soiff opened a pull request:
https://github.com/apache/maven-scm/pull/52
add --chache option for git rm
For newer git release, command `git rm` will remove files definitely and
it's not possible to add it again by command `git add`. In this scenario,
option `--cache` should be added to command `git rm` to prevent from deleting.
The only change I want to merge to `apache/maven-scm` is the option not the
`pom.xml`. Thanks a lot.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/soiff/maven-scm 1.9.5
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-scm/pull/52.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 #52
----
commit 6c903f4bda7ad9370384602620c905707e38243a
Author: Gemini Keith <gemini keith>
Date: 2016-09-11T02:07:58Z
add --chache option for git rm
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]