Skip to content

Commit

Permalink
Merge "Remove unnecessary argument handler in MergeBase.java"
Browse files Browse the repository at this point in the history
  • Loading branch information
msohn authored and gerritforge-ltd committed Nov 8, 2024
2 parents b2accb0 + c99c8b9 commit 59f6c37
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/MergeBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ class MergeBase extends TextBuiltin {
private boolean all;

@Argument(index = 0, metaVar = "metaVar_commitish", required = true)
void commit_0(final RevCommit c) {
commits.add(c);
}

@Argument(index = 1, metaVar = "metaVar_commitish", required = true)
private List<RevCommit> commits = new ArrayList<>();

@Override
Expand Down

0 comments on commit 59f6c37

Please sign in to comment.