git.fiddlerwoaroof.com
package.lisp
991d0162
 (in-package :cl-user)
 
 (defpackage :fwoar.cl-git
   (:use :cl )
216c17e7
   (:export
c672c979
    #:ensure-ref
39d8aa31
    #:repository
    #:component))
991d0162
 
 (defpackage :cl-git-user
   (:use :cl :fwoar.cl-git))
2fb0a2fc
 
 (defpackage :git
   (:use)
5c205fb8
   (:export #:show #:branch #:branches #:commit-parents #:in-repository
4cc1ee49
            #:with-repository #:current-repository #:show-repository #:git
961c04e3
            #:tree #:contents #:component
c672c979
            #:rev-list #:repository))