mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
git: Fix typo in reference-available? comment.
* guix/git.scm (reference-available?): Fix typo.
This commit is contained in:
parent
c3d48d024b
commit
a87d722570
1 changed files with 2 additions and 2 deletions
|
@ -363,8 +363,8 @@ (define (reference-available? repository ref)
|
|||
;; 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)))
|
||||
|
|
Loading…
Reference in a new issue