You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by murinrad <gi...@git.apache.org> on 2015/04/05 16:06:47 UTC

[GitHub] maven-scm pull request: SCM-714: mvn release:prepare fails if the ...

GitHub user murinrad opened a pull request:

    https://github.com/apache/maven-scm/pull/30

    SCM-714: mvn release:prepare fails if the command line is too long on wi...

    This is a fix for SCM-714
    
    This fix changes the behaviour of git add on Windows machines.
    The git add is to be executed per file.
    
    Fix tested on local and correctly splits the add command per file.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/murinrad/maven-scm master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/maven-scm/pull/30.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 #30
    
----
commit 04a473a962a942a38b9531cd3251202849c13617
Author: Rado Murin <ra...@gmail.com>
Date:   2015-04-05T14:03:26Z

    SCM-714: mvn release:prepare fails if the command line is too long on windows
    
    A workaround for the Windows terminal command limit
    
    This fix changes the behaviour of git add on Windows machines.
    The git add is to be executed per file.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org