michael-o commented on a change in pull request #72: [SCM-885] second
implementation with new API
URL: https://github.com/apache/maven-scm/pull/72#discussion_r188757145
##########
File path:
maven-scm-api/src/main/java/org/apache/maven/scm/CommandParameter.java
##########
@@ -50,6 +50,8 @@
public static final CommandParameter BRANCH = new CommandParameter(
"branch" );
+ public static final CommandParameter START_FROM_ROOT = new
CommandParameter( "startFromRoot" );
Review comment:
Why did you call it `root`. Looking at
[gitvevisions](https://git-scm.com/docs/gitrevisions#_revision_range_summary) I
fail to find a corresponding term. Does `startFromEnd` make more sense?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services