You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ Note: null passed as a branch name is considered as Master Branch. Any non-null
116
116
- Returns ordered list of `limit` commits (0 is unlimited) starting from commit specified by `firstCommitId` in direction specified by `direction`
117
117
- If `firstCommitId` is null then commits are starting at branch `branchName` first commit (for ASC direction) or at head of branch (for DESC direction)
118
118
-`VCSCommit getHeadCommit(String branchName)`
119
-
- Returns `VCSCommit` instance pointing to the head (last) commit of the branch `branchName`
119
+
- Returns `VCSCommit` instance pointing to the head (last) commit of the branch `branchName`or `null` if the requested branch does not exists
0 commit comments