summaryrefslogtreecommitdiff
path: root/build-aux/git-authenticate.scm
Commit message (Expand)AuthorAgeFilesLines
* git-authenticate: Add niedzejkob to the list of committers.•••* build-aux/git-authenticate.scm (%committers): Add niedzejkob. Ludovic Courtès2020-02-131-0/+2
* git-authenticate: Add mab to the list of committers.•••* build-aux/git-authenticate.scm (%committers): Add mab. Ludovic Courtès2020-02-111-0/+2
* git-authenticate: Add roptat's new key.•••This is a followup to 2cbede5935eb6a40173bbdf30a9ad22bf7574c22. * build-aux/git-authenticate.scm (%committers): Add roptat's new key. Ludovic Courtès2020-01-271-1/+5
* git-authenticate: Adjust atheia's key info.•••This is a followup to 05f8a143e437c0e55f118a0b2a191675a4b76ef1. * build-aux/git-authenticate.scm (%committers): Adjust atheia's key info. Ludovic Courtès2020-01-171-2/+1
* git-authenticate: Add new key for atheia.•••* build-aux/git-authenticate.scm (%committers): Add atheia's 2nd key, as seen in commit df18ea6f275abaa160a8593accb29fd273d8fc13. Ludovic Courtès2020-01-171-0/+2
* git-authenticate: Add daviwil to the list of committers.•••This is a followup to a587bb23b79eae5dd3fa3acb06d0b533c93fd562, first commit signed by daviwil. * build-aux/git-authenticate.scm (%committers): Add "daviwil". Ludovic Courtès2020-01-081-1/+3
* git-authenticate: Add glv to the list of committers.•••This is a followup to 92fcf9856face3822ce827d7732c4b152f715f62, first commit signed by glv. * build-aux/git-authenticate.scm (%committers): Add glv. Ludovic Courtès2019-12-291-0/+3
* git-authenticate: Keep a local cache of previously-authenticated commits.•••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. Ludovic Courtès2019-12-271-10/+70
* Add 'build-aux/git-authenticate.scm'.•••* build-aux/git-authenticate.scm: New file. * Makefile.am (EXTRA_DIST): Add it. (commit_v1_0_1): New variable. (authenticate): New target. Ludovic Courtès2019-12-271-0/+350