git: 'commit-difference' really excludes the ancestors of #:excluded.
authorLudovic Courtès <ludo@gnu.org>
Mon, 8 Jun 2020 19:39:55 +0000 (21:39 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 8 Jun 2020 22:34:52 +0000 (00:34 +0200)
commit72357e2170e88f73c11ff089f87a744cee8606ec
tree6a80061f7a74c68ab6ed8a2e8144ed3c27742d40
parent5d95ac9178c2b4f5510390b0c31d440efc3c203d
git: 'commit-difference' really excludes the ancestors of #:excluded.

* guix/git.scm (commit-difference): Initialize VISITED to the closure of
OLD and EXCLUDED, as written in the docstring.
* tests/git.scm ("commit-difference, excluded commits"): Adjust
accordingly.
guix/git.scm
tests/git.scm