mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-09 10:45:54 +02:00
hash: %vcs-directories: Add .jj for Jujutsu.
* guix/hash.scm (%vcs-directories): Add ".jj". Merges: #7872
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@
|
||||
|
||||
(define %vcs-directories
|
||||
;; Directory used for determining the kind of VCS.
|
||||
(list ".bzr" ".git" ".hg" ".svn" "CVS"))
|
||||
(list ".bzr" ".git" ".hg" ".jj" ".svn" "CVS"))
|
||||
|
||||
(define* (vcs-file? file stat
|
||||
#:optional
|
||||
|
||||
Reference in New Issue
Block a user