Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | git-authenticate: Add glv to the list of committers. | Ludovic Courtès | 2019-12-29 |
| | | | | | | | This is a followup to 92fcf9856face3822ce827d7732c4b152f715f62, first commit signed by glv. * build-aux/git-authenticate.scm (%committers): Add glv. | ||
* | git-authenticate: Keep a local cache of previously-authenticated commits. | Ludovic Courtès | 2019-12-27 |
| | | | | | | | | | | | | | | A list of already-authenticated commits is kept in ~/.cache/guix/authentication. This speeds up subsequent "make authenticate" invocations. * build-aux/git-authenticate.scm (authenticated-commit-cache-file) (previously-authenticated-commits, cache-authenticated-commit): New procedures. (git-authenticate): Define 'authenticated-commits' and pass it as a third argument to 'commit-difference'. Add call to 'cache-authenticated-commit'. Don't display signing stats when STATS is null. | ||
* | Add 'build-aux/git-authenticate.scm'. | Ludovic Courtès | 2019-12-27 |
* build-aux/git-authenticate.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (commit_v1_0_1): New variable. (authenticate): New target. |