summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
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/packages/version-control.scm
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/packages/version-control.scm')
-rw-r--r--gnu/packages/version-control.scm3
1 files changed, 2 insertions, 1 deletions
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