[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: git: Export commit-closure.
From: |
guix-commits |
Subject: |
03/07: git: Export commit-closure. |
Date: |
Wed, 27 Jan 2021 09:48:52 -0500 (EST) |
magali pushed a commit to branch wip-guix-log
in repository guix.
commit 86c86a915d666b614d3aa20ed79a126024b23877
Author: Magali Lemes <magalilemes00@gmail.com>
AuthorDate: Sat Jan 9 18:11:16 2021 -0300
git: Export commit-closure.
* guix/git.scm (commit-closure): Export it.
---
guix/git.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/guix/git.scm b/guix/git.scm
index ca77b9f..b194977 100644
--- a/guix/git.scm
+++ b/guix/git.scm
@@ -49,6 +49,7 @@
update-cached-checkout
url+commit->name
latest-repository-commit
+ commit-closure
commit-difference
commit-relation
- branch wip-guix-log updated (b9d55a2 -> 2de4bf3), guix-commits, 2021/01/27
- 01/07: Add 'guix git log'., guix-commits, 2021/01/27
- 06/07: scripts: git: log: Add docstring., guix-commits, 2021/01/27
- 04/07: scripts: git: log: Manage with different channels., guix-commits, 2021/01/27
- 07/07: scripts: git: log: Add '--grep'., guix-commits, 2021/01/27
- 03/07: git: Export commit-closure.,
guix-commits <=
- 02/07: scripts: git: log: Add '--format'., guix-commits, 2021/01/27
- 05/07: scripts: git: log: Add '--pretty'., guix-commits, 2021/01/27