civodul pushed a change to branch master
in repository guix.

    from ecab53c  gnu: boost-signals2: Update hash.
     new 41f443c  Add (guix git-authenticate).
     new 512b9e2  git-authenticate: Don't hard-code "origin/" for keyring 
reference.
     new f8213f1  git-authenticate: Raise proper SRFI-35 conditions.
     new c83eedb  git-authenticate: Add tests.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .dir-locals.el                 |   2 +
 Makefile.am                    |   9 +-
 build-aux/git-authenticate.scm | 203 +----------------------------
 guix/git-authenticate.scm      | 282 ++++++++++++++++++++++++++++++++++++++++
 guix/tests/git.scm             |  26 ++--
 guix/tests/gnupg.scm           |  72 +++++++++++
 tests/ed25519bis.key           |  10 ++
 tests/ed25519bis.sec           |  10 ++
 tests/git-authenticate.scm     | 286 +++++++++++++++++++++++++++++++++++++++++
 9 files changed, 684 insertions(+), 216 deletions(-)
 create mode 100644 guix/git-authenticate.scm
 create mode 100644 guix/tests/gnupg.scm
 create mode 100644 tests/ed25519bis.key
 create mode 100644 tests/ed25519bis.sec
 create mode 100644 tests/git-authenticate.scm

Reply via email to