Community
Participate
Working Groups
So far GET /git/commit/[refId] returns commits from the beginning to the given refId. We should be able to specify the bottom boundary for the log.
We may use the same format as for Git Diff API i.e. GET /git/commit/{from}..{to}/{filePath}
(In reply to comment #1) > We may use the same format as for Git Diff API i.e. > GET /git/commit/{from}..{to}/{filePath} See bug 339682.
Fixed. The format is: GET /git/commit/{fromRefId}..{toRefId}/{filePath} to get a commits range in the log.