diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2020-09-23 14:53:44 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2020-09-23 14:53:44 +0200 |
commit | 1828958db52d0019a7f3d763b07e64f78afa2cbf (patch) | |
tree | 8bdff27c5b3dc088d923e91a14a38f6a6b9fa661 /guix/git.scm | |
parent | 7e463dd16b7e273011f0beafa57a89fa2d525f8b (diff) | |
parent | 23744435613aa040beacc61a0825cc72280da80a (diff) |
Merge branch 'wip-lisp' into staging
Diffstat (limited to 'guix/git.scm')
-rw-r--r-- | guix/git.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/git.scm b/guix/git.scm index 7f8f9addfb..637936c16a 100644 --- a/guix/git.scm +++ b/guix/git.scm @@ -39,6 +39,7 @@ #:export (%repository-cache-directory honor-system-x509-certificates! + url-cache-directory with-repository with-git-error-handling false-if-git-not-found |