diff options
author | Arun Isaac | 2023-01-28 23:45:50 +0000 |
---|---|---|
committer | Arun Isaac | 2023-01-28 23:47:18 +0000 |
commit | 4ac110b5116bf5c1521232506c0b3c1831df3896 (patch) | |
tree | dcca010fa2fae9de33e7a14620b306b73e42c5ff | |
parent | 788d02865aa0a0e776ed65defbbd584a236dfdfb (diff) | |
download | tissue-4ac110b5116bf5c1521232506c0b3c1831df3896.tar.gz tissue-4ac110b5116bf5c1521232506c0b3c1831df3896.tar.lz tissue-4ac110b5116bf5c1521232506c0b3c1831df3896.zip |
bin: Use call-with-temporary-checkout when pulling.
* bin/tissue (pull): Use call-with-temporary-checkout.
-rwxr-xr-x | bin/tissue | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -403,9 +403,8 @@ HOSTNAME." repository))))) (let ((config (load-config))) (parameterize ((%aliases (tissue-configuration-aliases config))) - (call-with-temporary-directory + (call-with-temporary-checkout (git-top-level) (lambda (temporary-repository-clone) - (clone (git-top-level) temporary-repository-clone) ;; Add the top level of the git repository to the ;; load path since there may be user-written ;; modules in the repository. |