This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-cli.git
from b1f015ed Add new options for parsing: ignore and skip (#379) new 80f2d7b5 Sort members new d350ef8f Use final new bef0cfd4 Use compact array initialization The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../java/org/apache/commons/cli/CommandLine.java | 6 +- .../java/org/apache/commons/cli/DefaultParser.java | 124 ++++++++++---------- .../java/org/apache/commons/cli/HelpFormatter.java | 14 +-- .../java/org/apache/commons/cli/OptionGroup.java | 14 +-- src/main/java/org/apache/commons/cli/Options.java | 14 +-- .../apache/commons/cli/PatternOptionBuilder.java | 26 ++--- .../org/apache/commons/cli/CommandLineTest.java | 2 +- .../org/apache/commons/cli/DefaultParserTest.java | 130 ++++++++++----------- 8 files changed, 165 insertions(+), 165 deletions(-)