guix/doc
Ludovic Courtès f36522416e
channels: Interpret the 'commit' field of channel as a tag or commit.
Previously the 'commit' field would always be interpreted as a commit
ID.  This change adds flexibility, allowing for things like:

  guix time-machine --commit=v1.2.0 -- describe

* guix/channels.scm (channel-reference): Use 'tag-or-commit' rather than 'commit'.
* guix/inferior.scm (channel-full-commit): Likewise.
* doc/guix.texi (Invoking guix pull): Document it.
(Invoking guix time-machine): Likewise.
2022-10-17 09:37:27 +02:00
..
images
build.scm doc: Use a minimal texlive profile in build.scm. 2022-06-15 17:24:46 -04:00
contributing.texi doc: Add git send-email tip in 'Submitting Patches' section. 2022-10-07 09:17:11 -04:00
environment-gdb.scm doc: Update "guix shell -D -f" example to new input style. 2022-01-14 22:39:24 +01:00
fdl-1.3.texi
guix-cookbook.texi doc: Add chapter on containers to Cookbook. 2022-10-13 17:42:05 +02:00
guix.texi channels: Interpret the 'commit' field of channel as a tag or commit. 2022-10-17 09:37:27 +02:00
he-config-bare-bones.scm doc: Update example of a minimalistic home environment. 2022-06-10 22:42:49 +02:00
htmlxref.cnf doc: Fix Guix manual URLs in 'htmlxref.cnf'. 2022-08-05 00:14:29 +02:00
local.mk nls: Enforce translation thresholds. 2022-04-02 18:14:43 +02:00
package-hello.json
package-hello.scm