git: Add missing exports for <git-checkout>.

* guix/git.scm (<git-checkout>): Export 'git-checkout-commit' and
'git-checkout-recursive?'.
This commit is contained in:
Ludovic Courtès 2020-02-07 15:24:28 +01:00
parent 8a0dd289c5
commit a063bac618
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 1 deletions

View 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)