[
https://issues.apache.org/jira/browse/SCM-746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed SCM-746.
------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> Use '--' to separate filenames from revisions within Git
> --------------------------------------------------------
>
> Key: SCM-746
> URL: https://issues.apache.org/jira/browse/SCM-746
> Project: Maven SCM
> Issue Type: Bug
> Components: maven-scm-provider-gitexe
> Affects Versions: 1.9
> Environment: git version 1.7.10.5
> Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
> 13:51:28+0000)
> Java version: 1.7.0_45, vendor: Oracle Corporation
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "2.6.32-358.11.1.el6.x86_64", arch: "amd64",
> family: "unix"
> Reporter: deckrider
> Priority: Minor
>
> We had a maven multi module project where a module was unfortunately named
> "master".
> This caused a problem when working on the Git master branch:
> Provider message: The git-log command failed. Command output:
> -------------------------------------------------------------------------------
> From file:///foo/bar * branch master -> FETCH_HEAD
> fatal: ambiguous argument 'master': both revision and filename Use '--' to
> separate filenames from revisions
> -------------------------------------------------------------------------------
> Our workaround was to rename the "master" module to "master-module" and
> reflect that in the parent pom which lists all the module directories.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)