(defn read-git-ref "Reads the commit SHA1 for a git ref path." [git-dir ref-path] (.trim (slurp (str (file git-dir ref-path)))))
Comments top
No comments for read-git-ref. Log in to add a comment.