summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAnderson Torres <anderson.torres.8519@gmail.com>2026-06-28 15:01:00 -0300
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2026-07-07 22:02:35 +0200
commitf7a32c5c7e8bf9ac4584d74ecc8c67bdc8a815ec (patch)
tree9c1d61895136a7351ed497be26adb25d6535dfb7 /gnu
parentde062e8778e5e83a531e9f0d617e14da9538c2e7 (diff)
gnu: git-filter-repo: Add version information to patches.
Following a similar precedent set by packages like clang, glibc and guile, it is interesting to register the source version in which a patch was applied to begin with. * gnu/packages/patches/git-filter-repo-generate-doc.patch: Rename from here ... * gnu/packages/patches/git-filter-repo-2.38.0-generate-doc.patch: ... to here. * gnu/local.mk: Register renamed file above. Change-Id: I82aa709bca8a8176830eef1dec5e181c9b41a236 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/local.mk2
-rw-r--r--gnu/packages/patches/git-filter-repo-2.38.0-generate-doc.patch (renamed from gnu/packages/patches/git-filter-repo-generate-doc.patch)0
-rw-r--r--gnu/packages/version-control.scm3
3 files changed, 3 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index e4690726e9f..c9fe33ce74e 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1462,7 +1462,7 @@ dist_patch_DATA = \
1462 %D%/packages/patches/ghostscript-no-header-creationdate.patch \ 1462 %D%/packages/patches/ghostscript-no-header-creationdate.patch \
1463 %D%/packages/patches/gimp-fix-metadata-editor.patch \ 1463 %D%/packages/patches/gimp-fix-metadata-editor.patch \
1464 %D%/packages/patches/gimp-fix-tiff-load.patch \ 1464 %D%/packages/patches/gimp-fix-tiff-load.patch \
1465 %D%/packages/patches/git-filter-repo-generate-doc.patch \ 1465 %D%/packages/patches/git-filter-repo-2.38.0-generate-doc.patch \
1466 %D%/packages/patches/gklib-suitesparse.patch \ 1466 %D%/packages/patches/gklib-suitesparse.patch \
1467 %D%/packages/patches/glib-appinfo-watch.patch \ 1467 %D%/packages/patches/glib-appinfo-watch.patch \
1468 %D%/packages/patches/glib-skip-failing-test.patch \ 1468 %D%/packages/patches/glib-skip-failing-test.patch \
diff --git a/gnu/packages/patches/git-filter-repo-generate-doc.patch b/gnu/packages/patches/git-filter-repo-2.38.0-generate-doc.patch
index baf6fd4f8f6..baf6fd4f8f6 100644
--- a/gnu/packages/patches/git-filter-repo-generate-doc.patch
+++ b/gnu/packages/patches/git-filter-repo-2.38.0-generate-doc.patch
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index e7d31245c9f..e2b97f01238 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -4839,7 +4839,8 @@ TkDiff is included for browsing and merging your changes.")
4839 (string-append prefix " IN_FILTER_REPO_CLONE " suffix)))) 4839 (string-append prefix " IN_FILTER_REPO_CLONE " suffix))))
4840 ;; Modified from <https://github.com/newren/git-filter-repo/pull/477>. 4840 ;; Modified from <https://github.com/newren/git-filter-repo/pull/477>.
4841 ;; Used with 'unpack-git-source phase. 4841 ;; Used with 'unpack-git-source phase.
4842 (patches (search-patches "git-filter-repo-generate-doc.patch")))) 4842 (patches
4843 (search-patches "git-filter-repo-2.38.0-generate-doc.patch"))))
4843 (build-system gnu-build-system) 4844 (build-system gnu-build-system)
4844 (arguments 4845 (arguments
4845 (list 4846 (list