Skip to content

Commit 3bd4f9f

Browse files
authored
Update README.md
1 parent 66cf8b6 commit 3bd4f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Note: null passed as a branch name is considered as Master Branch. Any non-null
6969
- Creates the file and its parent folders if doesn't exists
7070
- `List<VCSDiffEntry> getBranchesDiff(String srcBranchName, String destBranchName)`
7171
- Returns list of `VCSDiffEntry` showing what was made within branch `srcBranchName` relative to branch `destBranchName`
72-
- Note: result is summarized commit of a branch `srcBranchName`.
72+
- Note: result is a commit which would be made on merging the branch `srcBranchName` into `destBranchName`
7373
- `Set<String> getBranches()`
7474
- Returns list of names of all branches. Branches here are considered as user-created branches and Master Branch. I.e. any branch for Git, "Trunk" and any branch within "Branches" branch (not "Tags" branches) for SVN etc
7575
- `List<String> getCommitMessages(Sting branchName, Integer limit)`

0 commit comments

Comments
 (0)