diff options
author | Magali Lemes <magalilemes00@gmail.com> | 2021-01-09 18:11:16 -0300 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-07-04 10:34:52 +0200 |
commit | 99edf7e5eaf52d8fe657c706e8af8d63fa5312e4 (patch) | |
tree | 9771dc4074bdbbf68b0b5cecbdbce6f3ffe3c30a | |
parent | 38f088544ca87737e62f35de9072dd15ffafbd7f (diff) | |
download | guix-99edf7e5eaf52d8fe657c706e8af8d63fa5312e4.tar.gz |
git: Export commit-closure.
* guix/git.scm (commit-closure): Export it.
-rw-r--r-- | guix/git.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ update-cached-checkout url+commit->name latest-repository-commit + commit-closure commit-difference commit-relation commit-descendant? |