Implements the API functions described here: http://develop.github.com/p/commits.html
Implements the API functions described here: http://develop.github.com/p/commits.html
(list-commits user repo branch & [path])
Get the latest commits in a branch of a repository. If path is supplied, the path will be considered a path to a file, and list-commits will return the commits for that file. There should be no trailing slashes in the path.
Get the latest commits in a branch of a repository. If path is supplied, the path will be considered a path to a file, and list-commits will return the commits for that file. There should be no trailing slashes in the path.
(show-commit user repo sha)
Show data about a specific commit.
Show data about a specific commit.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close