ソースを参照

Merger: clarify getBaseCommit javadoc

Change-Id: Ic52475248a545d51d3d8ac31a24f0344a1241e45
tags/v3.5.0.201409071800-rc1
Dave Borowitz 11年前
コミット
fa5582f3fe
1個のファイルの変更6行の追加2行の削除
  1. 6
    2
      org.eclipse.jgit/src/org/eclipse/jgit/merge/Merger.java

+ 6
- 2
org.eclipse.jgit/src/org/eclipse/jgit/merge/Merger.java ファイルの表示

@@ -193,11 +193,15 @@ public abstract class Merger {

/**
* Return the merge base of two commits.
* <p>
* May only be called after {@link #merge(RevCommit...)}.
*
* @param aIdx
* index of the first commit in {@link #sourceObjects}.
* index of the first commit in tips passed to
* {@link #merge(RevCommit...)}.
* @param bIdx
* index of the second commit in {@link #sourceObjects}.
* index of the second commit in tips passed to
* {@link #merge(RevCommit...)}.
* @return the merge base of two commits
* @throws IncorrectObjectTypeException
* one of the input objects is not a commit.

読み込み中…
キャンセル
保存