[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50377] [PATCH v3 0/2] Support 'git describe' style commit IDs in tr
From: |
Marius Bakke |
Subject: |
[bug#50377] [PATCH v3 0/2] Support 'git describe' style commit IDs in transformations |
Date: |
Mon, 6 Sep 2021 12:38:44 +0200 |
* The new resolve-reference condition actually returns.
* The transformation code now use the same heuristics as
resolve-reference to check for the 'describe' style.
I'm now reasonably confident in these patches and will push in a day or
two unless there are objections. :-)
Marius Bakke (2):
git: 'resolve-reference' handles 'git describe'-style commit IDs.
transformations: 'git describe' style commit IDs are used as version.
guix/git.scm | 33 ++++++++++++++++++++++++---------
guix/transformations.scm | 37 ++++++++++++++++++++++++++++---------
tests/transformations.scm | 19 +++++++++++++++++++
3 files changed, 71 insertions(+), 18 deletions(-)
--
2.31.1