summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/git.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/guix/git.scm b/guix/git.scm
index ca5dbfba1c..b1ce3ea451 100644
--- a/guix/git.scm
+++ b/guix/git.scm
@@ -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)