Liking cljdoc? Tell your friends :D

clj-jgit.querying


branch-list-with-headsclj

(branch-list-with-heads repo)
(branch-list-with-heads repo rev-walk)

List of branches for a repo in pairs of [branch-ref branch-tip-commit]

List of branches for a repo in pairs of [branch-ref branch-tip-commit]
raw docstring

branches-forclj

(branches-for repo rev-commit)

List of branches in which specific commit is present

List of branches in which specific commit is present
raw docstring

build-commit-mapclj

(build-commit-map repo)
(build-commit-map repo rev-walk)

Build commit map, which is a map of commit IDs to the list of branches they are in.

Build commit map, which is a map of commit IDs to the list of branches they are in.
raw docstring

changed-filesclj

(changed-files repo rev-commit)

List of files changed in RevCommit object

List of files changed in RevCommit object
raw docstring

changed-files-between-commitsclj

(changed-files-between-commits repo old-rev-commit new-rev-commit)

List of files changed between two RevCommit objects

List of files changed between two RevCommit objects
raw docstring

changed-files-with-patchclj

(changed-files-with-patch repo rev-commit)

Patch with diff of all changes in RevCommit object

Patch with diff of all changes in RevCommit object
raw docstring

changes-forclj

(changes-for repo commit-ish)

Find changes for commit-ish. Returns nil if the commit is not found.

Find changes for commit-ish. Returns nil if the commit is not found.
raw docstring

commit-in-branch?clj

(commit-in-branch? repo rev-walk branch-tip-commit bound-commit)

Checks if commit is merged into branch

Checks if commit is merged into branch
raw docstring

commit-infoclj

(commit-info repo rev-commit)
(commit-info repo rev-walk rev-commit)
(commit-info repo rev-walk commit-map rev-commit)

commit-info-without-branchesclj

(commit-info-without-branches repo rev-walk rev-commit)

create-tree-walkclj


find-rev-commitclj

(find-rev-commit repo rev-walk commit-ish)

Find RevCommit instance in RevWalk by commit-ish. Returns nil if the commit is not found.

Find RevCommit instance in RevWalk by commit-ish. Returns nil if the commit is not found.
raw docstring

rev-listclj

(rev-list repo)
(rev-list repo rev-walk)

List of all revision in repo

List of all revision in repo
raw docstring

rev-list-forclj

(rev-list-for repo rev-walk object)

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

× close