mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,9 @@ (define-module (guix git)
|
|||
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 a new issue