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:
parent
8a0dd289c5
commit
a063bac618
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user