mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
git: Fix typo in reference-available? comment.
* guix/git.scm (reference-available?): Fix typo.
This commit is contained in:
@@ -363,8 +363,8 @@ definitely available in REPOSITORY, false otherwise."
|
||||
;; Note: this must not rely on 'resolve-reference', as that procedure always
|
||||
;; resolves the references for branch names such as master. The semantic we
|
||||
;; want here is that unless the reference is exact (e.g. a commit), the
|
||||
;; reference should not be considered available, has it could have changed
|
||||
;; on the remote.
|
||||
;; reference should not be considered available, as it could have changed on
|
||||
;; the remote.
|
||||
(match ref
|
||||
((or ('commit . commit)
|
||||
('tag-or-commit . (? commit-id? commit)))
|
||||
|
||||
Reference in New Issue
Block a user