emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58433: closed ([PATCH 0/2] Accept tags in the 'commit' field of <cha


From: GNU bug Tracking System
Subject: bug#58433: closed ([PATCH 0/2] Accept tags in the 'commit' field of <channel>)
Date: Mon, 17 Oct 2022 08:48:02 +0000

Your message dated Mon, 17 Oct 2022 10:47:37 +0200
with message-id <87zgdug7km.fsf_-_@gnu.org>
and subject line Re: bug#58433: [PATCH 0/2] Accept tags in the 'commit' field 
of <channel>
has caused the debbugs.gnu.org bug report #58433,
regarding [PATCH 0/2] Accept tags in the 'commit' field of <channel>
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58433: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58433
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/2] Accept tags in the 'commit' field of <channel> Date: Tue, 11 Oct 2022 11:51:17 +0200
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#58433: [PATCH 0/2] Accept tags in the 'commit' field of <channel> Date: Mon, 17 Oct 2022 10:47:37 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

Christopher Baines <mail@cbaines.net> skribis:

> Ludovic Courtès <ludo@gnu.org> writes:
>
>> 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?
>
> This sounds good to me :)

Pushed, thanks for taking a look!

  f36522416e * channels: Interpret the 'commit' field of channel as a tag or 
commit.
  46f7011591 * git: 'update-cached-checkout' returns the commit ID when given a 
tag.

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]