Liking cljdoc? Tell your friends :D

clj-jgit.internal


bound-commitclj

(bound-commit repo rev-walk rev-commit)

Find a RevCommit object in a RevWalk and bound to it.

Find a RevCommit object in a RevWalk and bound to it.
raw docstring

close-rev-walkclj

(close-rev-walk rev-walk)

If given rev-walk is a JGit RevWalk instance release any of it's used resources, returns nil either way

If given `rev-walk` is a JGit RevWalk instance release any of it's used resources, returns nil either way
raw docstring

get-head-commitclj

(get-head-commit repo)

Return HEAD RevCommit instance

Return HEAD RevCommit instance
raw docstring

get-refsclj

(get-refs repo prefix)

new-rev-walkclj

(new-rev-walk repo)

Creates a new RevWalk instance (mutable), it's a good idea to use close-rev-walk once you are done. ;)

Creates a new RevWalk instance (mutable), it's a good idea to use `close-rev-walk` once you are done. ;)
raw docstring

new-tree-walkclj

(new-tree-walk repo rev-commit)

Create new recursive TreeWalk instance (mutable)

Create new recursive TreeWalk instance (mutable)
raw docstring

ref-databaseclj

(ref-database repo)

ref-specclj

(ref-spec str)

Resolvablecljprotocol

Protocol for things that resolve ObjectId's.

Protocol for things that resolve ObjectId's.

resolve-objectclj

(resolve-object commit-ish repo)

Find ObjectId instance for any Git name: commit-ish, tree-ish or blob. Accepts ObjectId instances and just passes them through.

Find ObjectId instance for any Git name: commit-ish, tree-ish or blob. Accepts ObjectId instances and just passes them through.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close