summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
AgeCommit message (Collapse)Author
2024-08-31gnu: git: Drop docbook workarounds.Bruno Victal
* gnu/packages/version-control.scm (git)[arguments]<#:phases>: Drop docbook-xsl related substitution. [native-inputs]: Add docbook-xml-4.5. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-08-31gnu: git-crypt: Remove docbook workarounds.Bruno Victal
* gnu/packages/version-control.scm (git-crypt)[arguments]: Use G-Expressions. <#:phases>: Refactored into … <#:make-flags>: … here. [native-inputs]: Add docbook-xml-4.2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-08-31gnu: git: Install zsh completions and git-prompt.Liliana Marie Prikler
* gnu/packages/version-control.scm (git)[#:phases]<install-shell-completion>: Also install git-prompt and zsh _git site function. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I76c45e117715a13db96ef0dda4ad6ea9af3a1882
2024-08-31gnu: git-minimal: Add coreutils and sed to PATH.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/65924>. * gnu/packages/version-control.scm (git-minimal) [arguments] <imported-modules>: New field. <modules>: Augment with (ice-9 match), (ice-9 textual-ports) and (guix search-paths). <phases>: Add patch-commands phase. [inputs]: Add coreutils-minimal and sed. Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Change-Id: I8e3dbbd24ef7f8fa98a392a36617b07fe632cd15
2024-08-31gnu: git: Invert inheritance relationship.Maxim Cournoyer
It's simpler to add features on top of a minimal variant than to remove them, and helps avoiding mistakenly changing git-minimal, which has many dependents. * gnu/packages/version-control.scm (git-minimal): Move above git and severe inheritance. Remove input label. Repatriate most fields from... (git): ... here. Define as package/inherit to inherit from git-minimal. Extend minimal values instead of overriding them whole. Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Change-Id: Ia0ef0e7e4f007c2fafad3550344638b6661a408b
2024-08-31gnu: git: Remove labels and use gexps.Maxim Cournoyer
* gnu/packages/version-control.scm (git) [native-inputs, inputs]: Remove labels. [arguments]: Use gexps. Use gexp variables input searching procedures where it makes sense. Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Change-Id: I1c5d0bb5eb9639342c11af94dca2ae2174496459
2024-08-28gnu: libgit2@1.8: Fix use of uninitialized value.Ludovic Courtès
* gnu/packages/patches/libgit2-uninitialized-proxy-settings.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/version-control.scm (libgit2-1.8)[source]: Use it. Change-Id: I6b0f009d352ddadfcc57b945baea0dcc1bac0589
2024-08-28gnu: stagit: Add a comment for source.Zheng Junjie
* gnu/packages/version-control.scm (stagit): Add comment for why use git protocol. Change-Id: I748a85e252f6ad9f4de444bd176c5ad2b5f1023c
2024-08-28gnu: stagit: Fix cross-compiling.Zheng Junjie
* gnu/packages/version-control.scm (stagit)[arguments]: Use G-expressions. Change-Id: I7de0449d0709d554095df7532c92cb589d328b4c
2024-08-28gnu: stagit: Update to 1.2.Lilah Tascheter via Guix-patches
* gnu/packages/version-control.scm (stagit): Update to 1.2. Change-Id: I4da6e85303d3591b61eeb6c90738171a17f0a81e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-08-20gnu: Add python-klaus.jgart
* gnu/packages/version-control.scm (python-klaus): New variable. Change-Id: I1b7c31deb799e0ea5195eda109740fdb90e5fabd
2024-08-19gnu: libgit2-1.8: Update to 1.8.1.Ashish SHUKLA
* gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.1. [source]: deps/http-parser does not exist so update the list [arguments]: semantics of -DUSE_HTTP_PARSER has changed, so update configure-flags to reflect the same Change-Id: Ifd9694a93326f7c3d368bd354a5fadf4e4b93119 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-08-19gnu: gitile: Replace outdated dependency.Evgeny Pisemsky
* gnu/packages/version-control.scm (gitile): Replace outdated dependency. * gnu/packages/guile-xyz.scm (guile-syntax-highlight-for-gitile): Remove. Change-Id: I24295a24d0dfef08d5161c206757996ccdd881fd
2024-08-01gnu: cgit: Update to 1.2.3-5.9811bf0.Tomas Volf
* gnu/packages/version-control.scm (cgit): Update to 1.2.3-5.9811bf0. Change-Id: Ifa8d731b7a7e1217becb2179d1009e8051137293 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-07-31gnu: Add git-tools.Suhail Singh
* gnu/packages/version-control.scm (git-tools): New variable. Change-Id: I0ac65c24f787714fe0ef234fce639c6ec561600d Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-07-19gnu: stgit-2: Allow building with newer dependencies.Efraim Flashner
* gnu/packages/version-control.scm (stgit-2)[source]: Add snippet to allow building with newer dependencies. Change-Id: Ia1309c0656a3f0df2529f52e2ddd4bfbd59e163d
2024-07-15gnu: ghq: Update to 1.6.2.Sharlatan Hellseher
* gnu/packages/version-control.scm (ghq): Update to 1.6.2. Change-Id: Ie9b8d82b27364d183ba29c2673a9679cda671568
2024-07-15gnu: packages/golang: Set default go version to 1.21.Sharlatan Hellseher
Golang versions 1.17 (02 Aug 2022), 1.18 (01 Feb 2023), 1.19 (06 Sep 2023) and 1.20 (06 Feb 2024) are EOL <https://endoflife.date/go>. These changes set preferable default version to the minimal currently maintained one e.g. 1.21 * gnu/packages/golang.scm (go): Set default to go-1.21, add annotation for the future maintenance. Remove field <#:go> setting Golang version to go-1.18, go-1.19, 1.20 and 1.21: * gnu/packages/admin.scm * gnu/packages/configuration-management.scm * gnu/packages/databases.scm * gnu/packages/disk.scm * gnu/packages/education.scm * gnu/packages/file-systems.scm * gnu/packages/finance.scm * gnu/packages/golang-check.scm * gnu/packages/golang-crypto.scm * gnu/packages/golang-web.scm * gnu/packages/golang-xyz.scm * gnu/packages/golang.scm * gnu/packages/high-availability.scm * gnu/packages/ipfs.scm * gnu/packages/irc.scm * gnu/packages/messaging.scm * gnu/packages/networking.scm * gnu/packages/syncthing.scm * gnu/packages/textutils.scm * gnu/packages/time.scm * gnu/packages/version-control.scm * gnu/packages/video.scm Change-Id: Ieba6a5d7a18423f838d14c02ad55a2ba9c8559eb
2024-06-29gnu: Remove go-golang.org-x-sync-semaphore.Sharlatan Hellseher
* gnu/packages/golang-build.scm (go-golang.org-x-sync-semaphore): Delete variable. * gnu/packages/check.scm (actionlint): Adjust inputs. [inputs]: Remove go-golang.org-x-sync-semaphore. * gnu/packages/version-control.scm (git-lfs): Likewise. [propagated-inputs]: Remove go-golang.org-x-sync-semaphore; add go-golang-org-x-sync. Change-Id: Icf3edfc46696c8b9af79787ff77f7e65852bfef4
2024-06-29gnu: Remove go-golang.org-x-sync-errgroup.Sharlatan Hellseher
* gnu/packages/golang-build.scm (go-golang.org-x-sync-errgroup): Delete variable. * gnu/packages/check.scm (actionlint): Adjust inputs. [inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. * gnu/packages/golang.scm (gotestsum): Likewise. [native-inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. * gnu/packages/golang.scm (go-github-com-prometheus-procfs): Likewise. [propagated-inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. * gnu/packages/terminals.scm (go-github-com-junegunn-fzf): Likewise. [inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. * gnu/packages/version-control.scm (ghq): Likewise. [inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. Change-Id: If64c30da47ed9cd043798f427f2927b76394f3c4
2024-06-29gnu: Remove go-golang-org-x-net-html.Sharlatan Hellseher
golang.org/x/net is distributed as a single module according to provided go.mod file. This changes remove the last reference to golang.org/x/net/html. * gnu/packages/golang-build.scm (go-golang-org-x-net) [propagated-inputs]: Add go-golang-org-x-sys, go-golang-org-x-term and go-golang-org-x-text. (go-golang-org-x-net-html): Remove variable. * gnu/packages/version-control.scm (ghq) [inputs]: Remove go-golang-org-x-net-html. Add go-golang-org-x-net. * gnu/packages/textutils.scm (vale) [inputs]: Remove go-golang-org-x-net-html. Add go-golang-org-x-net. Change-Id: Ic275f2f7ccd145edfd376d65bd24599a550e849a
2024-06-26gnu: git: Update to 2.45.2.Ashish SHUKLA
* gnu/packages/version-control.scm (git): Update to 2.45.2. Change-Id: I6bcbc5f0f12a50cbfc0fdc51c30b26e765005d28 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-26Revert "gnu: git: Update to 2.45.2."Leo Famulari
This partially reverts commit 26c0ff98cf4302fc69539272d646c0ef28991991, removing some extraneous changes that were added by mistake. This is a followup to commit 26c0ff98cf4302fc69539272d646c0ef28991991 Change-Id: I907cfb98414ec8aeb1bbfc7b1b3d41fd36e8d309
2024-06-24gnu: git: Update to 2.45.2.Ashish SHUKLA
* gnu/packages/version-control.scm (git): Update to 2.45.2. Change-Id: I6bcbc5f0f12a50cbfc0fdc51c30b26e765005d28 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-24gnu: subversion: Update to 1.14.3.Andy Tai
* gnu/packages/version-control.scm (subversion): Update to 1.14.3. Change-Id: I2d94d32065959d0bcf5b17922af2a62e3f743121 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-06-18gnu: tig: Update package style.Timotej Lazar
* gnu/packages/version-control.scm (tig)[arguments]: Switch to gexps. Move above input fields. Change-Id: I32976ccd3f5602e847b1573695356c7e4e6dd9d7 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-06-18gnu: tig: Update to 2.5.10.Timotej Lazar
* gnu/packages/version-control.scm (tig): Update to 2.5.10. [source]: Switch to git. Drop unbundling snippet. [native-inputs]: Add autoconf, automake, docbook-xsl, libxml2, pkg-config. Change-Id: I79d8239e7d0d83bfef42263718e8d2d3a2c83252 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2024-06-15gnu: cgit: Update to 1.2.3-4.b2c939a.Tomas Volf
* gnu/packages/version-control.scm (cgit): Update to 1.2.3-4.b2c939a. Change-Id: Ief3b27a4fc7cfa1d4341b951957d8cd08892696b Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-05-30gnu: git: Update to 2.45.1 [security fixes].Ashish SHUKLA
* gnu/packages/version-control.scm (git): Update to 2.45.1. Change-Id: Ia0634c6b0a4a3b5cc5c584ca064bbeb62b207c3e Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-05-29gnu: Add libgit2-1.8.Maxim Cournoyer
* gnu/packages/version-control.scm (libgit2-1.8): New variable. Change-Id: I6400e5699a363ba500d1fa1939fa0e2b7fdac285
2024-05-13gnu: cgit: Update to 1.2.3-3.dbadd85.Tomas Volf
* gnu/packages/version-control.scm (cgit): Update to 1.2.3-3.dbadd85. Change-Id: I41827d1d97f28be71af5532b554d6b7a5e1123cc Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-05-01gnu: gource: Update to 0.54.Oleg Pykhalov
* gnu/packages/version-control.scm (gource)[version]: Update to 0.54. [arguments]<#:disallowed-references>: Add tzdata-for-tests. <#:phases>: Unbundle tinyxml. Set TZDIR environment variable. <#:configure-flags>: Add --with-tinyxml argument. [native-inputs]: Add tzdata-for-tests. [inputs]: Replace pcre with pcre2. Add tinyxml. Change-Id: I67c2a1ee74582ed3e0a4ec5e6d229c948f9d5265
2024-04-16gnu: Add comment to the bottom of version-control.scm.Christopher Baines
This will hopefully discourage patches which add new packages to the bottom of files, as this increases the likelihood of conflicts when applying patches. If there are more specific ways that packages should be arranged in specific modules, this message can be updated accordingly. * gnu/packages/version-control.scm: Add comment at end of file. Change-Id: I3d20a6fd957d9cfee9d7b4a4c7979c4202a0fe3a
2024-04-16gnu: Add fnc.Ashish SHUKLA
* gnu/packages/version-control.scm (fnc): New variable. Change-Id: Idf1cb254c3ae18bacb86bf020511a5d34e2d3684 Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-15gnu: Add trac.Vinicius Monego
* gnu/packages/version-control.scm (trac): New variable. Change-Id: I51b86a6b8a913c18f785dbd92a936b8964bebdbc Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-03-26gnu: libgit2-1.6: Update to 1.6.5.Efraim Flashner
* gnu/packages/version-control.scm (libgit2-1.6): Update to 1.6.5. Change-Id: If7e616e7baab21f400347cb175db028f33f4b46f
2024-03-09gnu: patatt: Update to 0.6.3.Hilton Chain
* gnu/packages/version-control.scm (patatt): Update to 0.6.3. Change-Id: I3a1c767c0dbbddade590ccddef6e6c28eb1d4c69
2024-03-02gnu: cgit: Update to 8905003cba637e5b18069e625cd4f4c05ac30251.Tomas Volf
* gnu/packages/version-control.scm (cgit): Update to 8905003cba637e5b18069e625cd4f4c05ac30251. Change-Id: I2bf1cdc16c6d8164e11b03ab26a048d6149a5e7c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-03-01gnu: b4: Update to 0.13.0.Hilton Chain
* gnu/packages/version-control.scm (b4): Update to 0.13.0. [source]: Switch to git source for tests. [build-system]: Switch to pyproject-build-system. [arguments]<#:tests?>: Enable. [propagated-inputs]: Move patatt to… [inputs]: …here. Add git-filter-repo. [native-inputs]: Add python-pytest. Change-Id: I2b24db0f72fc180ea6b12a5829d79ad0be7719a5
2024-02-29gnu: libgit2-1.5: Update to 1.5.2.Efraim Flashner
* gnu/packages/version-control.scm (libgit2-1.5): Update to 1.5.2. Change-Id: I6243b17dac63b68ffc7c69953ac0f20d56ed90c3
2024-02-28Merge branch 'rust-team'Efraim Flashner
Change-Id: Iee31c5de29c357c822f60df4fa8ce758779eb349
2024-02-27gnu: libgit2-1.4: Update to 1.4.6.Efraim Flashner
* gnu/packages/version-control.scm (libgit2-1.4): Update to 1.4.6. Change-Id: Ieb470e93d6be9a2e45585b747efb695ef9f33161
2024-02-27gnu: libgit2-1.7: Update to 1.7.2.Efraim Flashner
* gnu/packages/version-control.scm (libgit2-1.7): Update to 1.7.2. Change-Id: I60ad4aa2a5b29b027755cf8add848bd4a8b71282
2024-02-26gnu: libgit2: Introduce ‘libgit2-1.5’ variable.Ludovic Courtès
* gnu/packages/version-control.scm (libgit2): Rename to… (libgit2-1.5): … this. (libgit2): Alias for ‘libgit2-1.5’. Change-Id: I7f6aff23df3b968d914736fe723dcdd435176ce2
2024-02-26gnu: libgit2: Set ‘GITTEST_FLAKY_STAT’ when running tests on GNU/Hurd.Ludovic Courtès
* gnu/packages/version-control.scm (libgit2)[arguments]: Install ‘pre-check’ phase when ‘target-hurd?’ returns true. Change-Id: I664d4aa2a0ad76a10a47ae7bc3c5912756972b46
2024-02-25gnu: git-filter-repo: Update to 2.38.0.Josselin Poiret
* gnu/packages/patches/git-filter-repo-generate-doc.patch: New file. * gnu/local.mk (dist_patch_DATA): Regisiter it. * gnu/packages/version-control.scm (git-filter-repo): Update to 2.38.0. [source]: Switch to git-fetch. Use the patch. [build-system]: Switch to gnu-build-system. [native-inputs]: Add asciidoc, docbook-xsl, libxml2, xmlto. Modified-by: Hilton Chain <hako@ultrarare.space> Change-Id: I7b15975ea56c44ae580d19cfe5a9e3eb75c6db0d Signed-off-by: Hilton Chain <hako@ultrarare.space>
2024-02-25gnu: b4: Ensure git presence.Nicolas Graves via Guix-patches via
* gnu/packages/version-control.scm (b4): Ensure git presence. [arguments]<#:phases>: Add phase hardcode-git-bin. [inputs]: Add git-minimal. Change-Id: Ib2dca06009cdacc0e5ab4ab227cd30991474404c Signed-off-by: Hilton Chain <hako@ultrarare.space>
2024-02-20gnu: rust-gix: Move to (gnu packages crates-vcs).Efraim Flashner
* gnu/packages/crates-io.scm (rust-gix-0.54, rust-gix-0.45, rust-gix-actor-0.27, rust-gix-actor-0.21, rust-gix-archive-0.5, rust-gix-attributes-0.19, rust-gix-attributes-0.13, rust-gix-bitmap-0.2, rust-gix-chunk-0.4, rust-gix-command-0.2, rust-gix-commitgraph-0.21, rust-gix-commitgraph-0.16, rust-gix-config-0.30, rust-gix-config-0.23, rust-gix-config-value-0.14, rust-gix-config-value-0.12, rust-gix-credentials-0.20, rust-gix-credentials-0.15, rust-gix-date-0.8, rust-gix-date-0.5, rust-gix-diff-0.36, rust-gix-diff-0.30, rust-gix-discover-0.25, rust-gix-discover-0.19, rust-gix-features-0.35, rust-gix-features-0.30, rust-gix-filter-0.5, rust-gix-fs-0.7, rust-gix-fs-0.2, rust-gix-glob-0.13, rust-gix-glob-0.8, rust-gix-hash-0.13, rust-gix-hash-0.11, rust-gix-hashtable-0.4, rust-gix-hashtable-0.2, rust-gix-ignore-0.8, rust-gix-ignore-0.3, rust-gix-index-0.25, rust-gix-index-0.17, rust-gix-lock-10, rust-gix-lock-6, rust-gix-macros-0.1, rust-gix-mailmap-0.19, rust-gix-mailmap-0.13, rust-gix-negotiate-0.8, rust-gix-negotiate-0.2, rust-gix-object-0.37, rust-gix-object-30, rust-gix-odb-0.53, rust-gix-odb-0.46, rust-gix-pack-0.43, rust-gix-pack-0.36, rust-gix-packetline-0.16, rust-gix-packetline-blocking-0.16, rust-gix-path-0.10, rust-gix-path-0.8, rust-gix-pathspec-0.3, rust-gix-prompt-0.7, rust-gix-prompt-0.5, rust-gix-protocol-0.40, rust-gix-protocol-0.33, rust-gix-quote-0.4, rust-gix-ref-0.37, rust-gix-ref-0.30, rust-gix-refspec-0.18, rust-gix-refspec-0.11, rust-gix-revision-0.22, rust-gix-revision-0.15, rust-gix-revwalk-0.8, rust-gix-revwalk-0.1, rust-gix-sec-0.10, rust-gix-sec-0.8, rust-gix-status-0.1, rust-gix-submodule-0.4, rust-gix-tempfile-10, rust-gix-tempfile-6, rust-gix-trace-0.1, rust-gix-transport-0.37, rust-gix-transport-0.32, rust-gix-traverse-0.33, rust-gix-traverse-0.26, rust-gix-url-0.24, rust-gix-url-0.19, rust-gix-utils-0.1, rust-gix-validate-0.8, rust-gix-validate-0.7, rust-gix-worktree-0.26, rust-gix-worktree-0.18, rust-gix-worktree-state-0.3, rust-gix-worktree-stream-0.5): Move from here ... * gnu/packages/crates-vcs.scm: ... to here. Change-Id: Ie4f7466ded8ecd5210c7cce2d26f41c1ed926922
2024-02-19gnu: go-github-go-git: Adjust imports.Sharlatan Hellseher
* gnu/packages/version-control.scm (go-github-go-git) [native-inputs]: Move go-github-com-alcortesm-tgz, go-github-com-emirpasic-gods, go-github-com-go-git-gcfg, go-github-com-go-git-go-billy, go-github-com-go-git-go-git-fixtures, go-github-com-imdario-mergo, go-github-com-jbenet-go-context, go-github-com-kevinburke-ssh-config, go-github-com-mitchellh-go-homedir, go-github-com-sergi-go-diff, go-github-com-xanzy-ssh-agent, go-golang-org-x-crypto, go-golang-org-x-net, go-golang-org-x-text, go-gopkg-in-check-v1 and go-gopkg-in-warnings from here ... [propagated-inputs]: ... to here. Change-Id: I9c16fe28dcbbaf7c53e201625f56a04bceb21fcb
2024-02-19gnu: go-github-go-git: Remove labels.Sharlatan Hellseher
* gnu/packages/version-control.scm (go-github-go-git) [native-inputs]: Remove labels. Change-Id: Icf5eb3902a520e8f1306d72c7cbc533ff45d8cf4