Liking cljdoc? Tell your friends :D

com.manigfeald.git


get-blobclj

(get-blob sha)

given the sha of a git blob object, get the contents as a ByteBuffer

given the sha of a git blob object, get the contents as a
ByteBuffer
sourceraw docstring

get-branchclj

(get-branch name)
source

get-commitclj

(get-commit sha)
source

get-treeclj

(get-tree sha)
source

put-blobclj

(put-blob data)

given bytes or an inputstream, store the data as a blob in git and return the sha

given bytes or an inputstream, store the data as a blob in git and
return the sha
sourceraw docstring

put-branchclj

(put-branch sha name)
source

put-commitclj

(put-commit sha {:keys [message parent]})
source

put-treeclj

(put-tree m)
source

shclj

(sh & args)
source

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

× close