che-server/wsagent/che-core-api-git/src
ShimonBenYair d55fbe961a Add support for Git Log API. (#2046)
Add support for skip and maxCount when calling the LOG API.
Add support to get the log for a specific folder or file in the repository.
For every commit that is returned when calling the LOG API, the following data was added:
The author of the commit
A list of branch names that the commit is related to.
A list of file names that were changed/deleted/added in the commit.
A list of commit parents (to enable for example clients to paint a graph)

Change-Id: I2cc486cc49787c681b031067728b7a33f8fb11e7
Signed-off-by: Shimon Ben.Yair <shimon.ben.yair@sap.com>
2016-10-27 11:13:44 +03:00
..
main/java/org/eclipse/che/api/git Enable keepVcs property when importing project with sparse checkout (#2882) 2016-10-25 16:16:31 +03:00
test/java/org/eclipse/che Add support for Git Log API. (#2046) 2016-10-27 11:13:44 +03:00