all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#58433] [PATCH 0/2] Accept tags in the 'commit' field of <channel>
@ 2022-10-11  9:51 Ludovic Courtès
  2022-10-11  9:52 ` [bug#58433] [PATCH 1/2] git: 'update-cached-checkout' returns the commit ID when given a tag Ludovic Courtès
  2022-10-13 13:03 ` [bug#58433] [PATCH 0/2] Accept tags in the 'commit' field of <channel> Christopher Baines
  0 siblings, 2 replies; 5+ messages in thread
From: Ludovic Courtès @ 2022-10-11  9:51 UTC (permalink / raw)
  To: 58433; +Cc: Ludovic Courtès

Hi!

This change lets us pass tags to ‘guix time-machine’ and ‘guix pull’,
as in:

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

At last!

Thoughts?

Ludo’.

Ludovic Courtès (2):
  git: 'update-cached-checkout' returns the commit ID when given a tag.
  channels: Interpret the 'commit' field of channel as a tag or commit.

 doc/guix.texi     | 23 +++++++++++++++++++++--
 guix/channels.scm |  2 +-
 guix/git.scm      | 15 +++++++++------
 guix/inferior.scm |  2 +-
 tests/git.scm     | 32 +++++++++++++++++++++++++++++++-
 5 files changed, 63 insertions(+), 11 deletions(-)


base-commit: 5d5bc072059f514394afdaccfcc72cdb282d7ce2
-- 
2.38.0





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-17  8:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11  9:51 [bug#58433] [PATCH 0/2] Accept tags in the 'commit' field of <channel> Ludovic Courtès
2022-10-11  9:52 ` [bug#58433] [PATCH 1/2] git: 'update-cached-checkout' returns the commit ID when given a tag Ludovic Courtès
2022-10-11  9:52   ` [bug#58433] [PATCH 2/2] channels: Interpret the 'commit' field of channel as a tag or commit Ludovic Courtès
2022-10-13 13:03 ` [bug#58433] [PATCH 0/2] Accept tags in the 'commit' field of <channel> Christopher Baines
2022-10-17  8:47   ` bug#58433: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.