Commit Graph

57 Commits

Author SHA1 Message Date
takezoe
daf3fc75e5 Added limit parameter to JGit.getCommitLogs() and page parameter became
optional.
2013-05-03 02:46:11 +09:00
takezoe
d0716039fe Fixed Scaladoc mistake. 2013-05-02 02:33:54 +09:00
takezoe
7652679933 Unify JGitUtil interface to take Git instead of Repository or
combination of the owner and the repository name.
2013-04-30 01:54:58 +09:00
takezoe
35f0aa7b03 Get all data from the bare repository.
Cloned repositories in backend is not necessary at last.
2013-04-30 01:07:31 +09:00
takezoe
891c932358 getCommitLog is moved to JGitUtil and it get commit logs from only bared
repository.
2013-04-29 04:28:46 +09:00
takezoe
902b4ec699 Add Scaladoc. 2013-04-29 04:07:02 +09:00
takezoe
c913b7b6c4 Separate complex JGit operation to JGitUtil from
RepositoryViewerServlet.
2013-04-29 04:06:11 +09:00