Age | Commit message (Expand) | Author |
---|---|---|
2018-05-29 | CODE-OF-CONDUCT: Switch to version 1.4 of the Contributor Covenant....See the discussion at <https://lists.gnu.org/archive/html/guix-devel/2018-05/msg00146.html>. * CODE-OF-CONDUCT: Adapt from version 1.4 of the Contributor Covenant. | Ludovic Courtès | Ludovic Courtès |
2020-05-25 | git: Add 'commit-relation'....* guix/git.scm (commit-relation): New procedure. * tests/git.scm ("commit-relation"): New test. | Ludovic Courtès |
2019-12-27 | git: 'commit-difference' takes a list of excluded commits....* guix/git.scm (commit-closure): Add 'visited' optional parameter. (commit-difference): Add 'excluded' optional parameter; pass second argument to 'commit-closure'. * tests/git.scm ("commit-difference, excluded commits"): New test. | Ludovic Courtès |
2019-09-23 | git: Add 'commit-difference'....* guix/git.scm (commit-closure, commit-difference): New procedures. * guix/tests/git.scm, tests/git.scm: New files. * Makefile.am (dist_noinst_DATA): Add guix/tests/git.scm. (SCM_TESTS): Add tests/git.scm. | Ludovic Courtès |