[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/20: git: Fix typo in reference-available? comment.
From: |
guix-commits |
Subject: |
01/20: git: Fix typo in reference-available? comment. |
Date: |
Wed, 6 Sep 2023 01:27:54 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit a87d7225709370a635e3c443fe7eba4c206e1dcd
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Sep 5 23:04:26 2023 -0400
git: Fix typo in reference-available? comment.
* guix/git.scm (reference-available?): Fix typo.
---
guix/git.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/guix/git.scm b/guix/git.scm
index a957773873..1cb87a4560 100644
--- a/guix/git.scm
+++ b/guix/git.scm
@@ -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)))
- branch master updated (c3d48d024b -> 6113e0529d), guix-commits, 2023/09/06
- 01/20: git: Fix typo in reference-available? comment.,
guix-commits <=
- 02/20: gnu: libusb-compat: Specify the absolute file name for libusb., guix-commits, 2023/09/06
- 07/20: gnu: gmime: Remove version 2.6.23., guix-commits, 2023/09/06
- 04/20: gnu: qemu: Update to 8.1.0., guix-commits, 2023/09/06
- 05/20: gnu: ccache: Update to 4.8.3., guix-commits, 2023/09/06
- 09/20: gnu: libndp: Fix cross-compile., guix-commits, 2023/09/06
- 12/20: gnu: rtaudio: Update to 5.2.0., guix-commits, 2023/09/06
- 13/20: gnu: zrythm: Enable rtaudio., guix-commits, 2023/09/06
- 14/20: gnu: Add go-github-com-dgryski-go-metro., guix-commits, 2023/09/06
- 20/20: gnu: gmime: Update home-page URL., guix-commits, 2023/09/06
- 06/20: gnu: bear: Update to 3.1.3., guix-commits, 2023/09/06