Add 'guix git authenticate'.
authorLudovic Courtès <ludo@gnu.org>
Sun, 5 Jul 2020 21:40:29 +0000 (23:40 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 11 Jul 2020 10:33:01 +0000 (12:33 +0200)
commita98712785e0b042a290420fd74e5a4a5da4fc68f
treee2bf598486e5847c7c8c36c1ef711a9410cd587e
parent69db2993b58579e7b0990f5c35f9a289844f22e5
Add 'guix git authenticate'.

* guix/scripts/git.scm, guix/scripts/git/authenticate.scm,
tests/guix-git-authenticate.sh: New files.
* Makefile.am (MODULES): Add the *.scm files.
(SH_TESTS): Add 'tests/guix-git-authenticate.sh'.
* doc/guix.texi (Channels)[Specifying Channel Authorizations]: Mention
'guix git authenticate'.
(Invoking guix git authenticate): New node.
* po/guix/POTFILES.in: Add 'guix/scripts/git.scm' and
'guix/scripts/git/authenticate.scm'.
Makefile.am
doc/guix.texi
guix/scripts/git.scm [new file with mode: 0644]
guix/scripts/git/authenticate.scm [new file with mode: 0644]
po/guix/POTFILES.in
tests/guix-git-authenticate.sh [new file with mode: 0644]