git.fiddlerwoaroof.com
Browse code

Add show-repository to exports

Ed Langley authored on 07/05/2019 00:27:59
Showing 1 changed files
... ...
@@ -9,4 +9,5 @@
9 9
 
10 10
 (defpackage :git
11 11
   (:use)
12
-  (:export #:show #:branch #:branches #:commit-parents #:in-repository #:current-repository))
12
+  (:export #:show #:branch #:branches #:commit-parents #:in-repository
13
+           #:current-repository #:show-repository))