[
https://issues.apache.org/jira/browse/MRELEASE-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MRELEASE-800.
-----------------------------------
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 persists, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> branch has undesirable commit pattern for git
> ---------------------------------------------
>
> Key: MRELEASE-800
> URL: https://issues.apache.org/jira/browse/MRELEASE-800
> Project: Maven Release Plugin
> Issue Type: Bug
> Components: branch, Git
> Affects Versions: 2.3.2
> Reporter: Benson Margulies
>
> The branch mojo commits as follows if you ask for a new version on the branch
> and not in the working copy:
> # edit the new version into the working copy
> # commit
> # branch
> # do a 'git revert' to undo the change
> This results in a weird history. Better would be:
> # checkout -b as it were to make new branch
> # edit to put new version in new branch
> # commit on new branch
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)