From 99edf7e5eaf52d8fe657c706e8af8d63fa5312e4 Mon Sep 17 00:00:00 2001 From: Magali Lemes Date: Sat, 9 Jan 2021 18:11:16 -0300 Subject: 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 53e7219c8c..dbc6e48805 100644 --- a/guix/git.scm +++ b/guix/git.scm @@ -59,6 +59,7 @@ (define-module (guix git) update-cached-checkout url+commit->name latest-repository-commit + commit-closure commit-difference commit-relation commit-descendant? -- cgit v1.2.3