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]
sourceraw 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
sourceraw 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.
sourceraw docstring

changed-filesclj

(changed-files repo rev-commit)

List of files changed in RevCommit object

List of files changed in RevCommit object
sourceraw 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
sourceraw 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
sourceraw 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.
sourceraw 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
sourceraw docstring

commit-infoclj

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

commit-info-without-branchesclj

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

create-tree-walkclj

source

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.
sourceraw docstring

rev-listclj

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

List of all revision in repo

List of all revision in repo
sourceraw docstring

rev-list-forclj

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

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

× close