Liking cljdoc? Tell your friends :D

clj-github-mock.impl.jgit


append-tree-itemclj

(append-tree-item {:keys [path mode sha content] :as item}
                  repo
                  tree-formatter
                  inserter)
source

content->object-idclj

(content->object-id {:keys [type content base_tree] :as blob} repo inserter)
source

create-blob!clj

(create-blob! repo blob)
source

create-commit!clj

(create-commit! repo {:keys [tree message parents]})
source

create-reference!clj

(create-reference! repo {:keys [ref sha]})
source

create-tree!clj

(create-tree! repo {:keys [tree base_tree]})
source

delete-reference!clj

(delete-reference! repo ref)
source

empty-repoclj

(empty-repo)
source

get-blobclj

(get-blob repo sha)
source

get-branchclj

(get-branch repo branch)
source

get-commitclj

(get-commit repo sha)
source

get-contentclj

(get-content repo sha path)
source

get-referenceclj

(get-reference repo ref-name)
source

get-treeclj

(get-tree repo sha)
source

insert-treeclj

(insert-tree repo inserter tree base_tree)
source

leaf-item?clj

(leaf-item? item)
source

path-shaclj

(path-sha repo base_tree path)
source

split-pathclj

(split-path path)
source

tree-contentclj

(tree-content repo sha)
source

tree-items->tree-mapclj

(tree-items->tree-map tree-items)
source

tree-map->tree-itemsclj

(tree-map->tree-items tree-map repo base_tree)
source

tree-walkclj

(tree-walk repo sha)
source

with-insertercljmacro

(with-inserter [inserter repo] & body)
source

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

× close