git: Add missing exports for <git-checkout>.
authorLudovic Courtès <ludo@gnu.org>
Fri, 7 Feb 2020 14:24:28 +0000 (15:24 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 10 Feb 2020 22:31:58 +0000 (23:31 +0100)
* guix/git.scm (<git-checkout>): Export 'git-checkout-commit' and
'git-checkout-recursive?'.

guix/git.scm

index ca5dbfb..b1ce3ea 100644 (file)
@@ -46,7 +46,9 @@
             git-checkout
             git-checkout?
             git-checkout-url
-            git-checkout-branch))
+            git-checkout-branch
+            git-checkout-commit
+            git-checkout-recursive?))
 
 (define %repository-cache-directory
   (make-parameter (string-append (cache-directory #:ensure? #f)