summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
Commit message (Collapse)AuthorAgeFilesLines
* gnu: src: Update to 1.29.Greg Hogan2022-09-061-3/+4
| | | | | | | * gnu/packages/version-control.scm (src): Update to 1.29. [inputs]: Add cssc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: git: Update to 2.37.3.Greg Hogan2022-09-061-3/+3
| | | | | | * gnu/packages/version-control.scm (git): Update to 2.37.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Revert "gnu: gitolite: Switch to git-minimal to reduce closure size."David Thompson2022-09-051-2/+2
| | | | This reverts commit e4ccfcb22ad96e71ca4dfad95af5aa6229ed9869.
* gnu: gitolite: Switch to git-minimal to reduce closure size.David Thompson2022-09-041-2/+2
| | | | | | * gnu/packages/version-control.scm (gitolite)[inputs]: Swap 'git' for 'git-minimal'. [arguments]: Refer to 'git-minimal' input instead of 'git'.
* gnu: gitolite: Wrap programs instead of using propagated inputs.David Thompson2022-09-041-10/+8
| | | | | | | * gnu/packages/version-control.scm (gitolite)[arguments]: Add git to wrapped $PATH and additionally wrap gitolite-shell. [inputs]: Add git and openssh. [propagated-inputs]: Remove it.
* gnu: gitolite: Remove /usr reference for redis-server.David Thompson2022-09-011-0/+3
| | | | | * gnu/packages/version-control.scm (gitolite)[arguments]: Substitute '/usr/sbin/redis-server' with 'redis-server' in Cache.pm source file.
* gnu: tig: Update to 2.5.7.Efraim Flashner2022-08-301-2/+2
| | | | * gnu/packages/version-control.scm (tig): Update to 2.5.7.
* gnu: mercurial: Update to 6.2.1.Marius Bakke2022-08-301-10/+24
| | | | | | | | | | * gnu/packages/version-control.scm (mercurial): Update to 6.2.1. [source](patches): Add patch for compatibility with OpenSSL 3.0. [arguments]: Patch /usr/bin/env and /bin/sh unconditionally in all tests. Disable four more tests. [inputs]: Change from PYTHON to PYTHON-WRAPPER. * gnu/packages/patches/mercurial-openssl-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: git: Update to 2.37.2.Tobias Geerinckx-Rice2022-08-071-3/+3
| | | | * gnu/packages/version-control.scm (git): Update to 2.37.2.
* gnu: pre-commit: Update to 2.20.0.Vinicius Monego2022-08-131-2/+2
| | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.20.0.
* gnu: git: Hide more CVEs from the linter.Efraim Flashner2022-08-091-1/+8
| | | | | * gnu/packages/version-control.scm (git)[properties]: Add more CVEs to the lint-hidden-cve property.
* gnu: git: Update to 2.37.1.Greg Hogan2022-07-231-3/+3
| | | | | | * gnu/packages/version-control.scm (git): Update to 2.37.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: fossil: Update to 2.18.Marius Bakke2022-07-201-4/+9
| | | | | * gnu/packages/version-control.scm (fossil): Update to 2.18. [source](snippet): Add substitution to fix SQLite compatibility.
* gnu: fossil: Add 'release-monitoring-url' property.Marius Bakke2022-07-201-0/+3
| | | | * gnu/packages/version-control.scm (fossil)[properties]: New field.
* gnu: tig: Rebuild some of the generated documentation.Efraim Flashner2022-07-181-1/+6
| | | | | * gnu/packages/version-control.scm (tig)[source]: Add snippet to remove some of the generated documentation.
* gnu: tig: Install shell completions.Efraim Flashner2022-07-181-1/+11
| | | | | * gnu/packages/version-control.scm (tig)[arguments]: Add custom phase to install shell completions.
* gnu: tig: Update to 2.5.6.Efraim Flashner2022-07-181-2/+2
| | | | * gnu/packages/version-control.scm (tig): Update to 2.5.6.
* gnu: git: Update to 2.37.0.Greg Hogan2022-07-131-3/+3
| | | | | | * gnu/packages/version-control.scm (git): Update to 2.37.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gitlint.Brian Kubisiak2022-06-051-0/+37
| | | | | | * gnu/packages/version-control.scm (gitlint): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: bazaar: Obsolete with breezy.Maxim Cournoyer2022-05-311-38/+3
| | | | | | * gnu/packages/version-control.scm (bazaar): Deprecate package. * guix/build/bzr.scm (bzr-fetch): Adjust to use breezy; delete trailing #t. * guix/bzr-download.scm (bzr-package): Replace bazaar by breezy.
* gnu: breezy: Update to 3.2.2.Maxim Cournoyer2022-05-311-15/+49
| | | | | | | | | | | | | | * gnu/packages/patches/breezy-fix-gio.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/version-control.scm (breezy): Update to 3.2.2. [source]{snippet}: Delete pre-generated cythonized C files. {patches}: Apply patch. [tests?]: Disable tests. [phases]{patch-test-shebangs, check}: New phase and override. [native-inputs]: Add nano, python-cython, python-docutils, and python-testrepository. [inputs]: Use new style. Add python-launchpadlib and python-pygobject. [description]: Adjust Bazaar URL.
* gnu: pre-commit: Update to 2.19.0.jgart2022-05-301-2/+2
| | | | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.19.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: breezy: Update to 3.2.2.Tobias Geerinckx-Rice2022-05-221-4/+4
| | | | | * gnu/packages/version-control.scm (breezy): Update to 3.2.2. [inputs]: Add python-fastbencode.
* gnu: b4: Enable patch attestation.Kyle Meyer2022-05-231-0/+2
| | | | | | * gnu/packages/version-control.scm (b4) [propagated-inputs]: Add patatt. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: b4: Drop now unneeded snippet.Kyle Meyer2022-05-231-9/+1
| | | | | | | * gnu/packages/version-control.scm (b4) [source]: Drop snippet for issue that is now fixed upstream. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add patatt.Kyle Meyer2022-05-231-1/+23
| | | | | | * gnu/packages/version-control.scm (patatt): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: git: Update to 2.36.1.Greg Hogan2022-05-181-3/+3
| | | | | | | | | | | From f5fbd1e920120720ad9e983ab0bf740603250a06 Mon Sep 17 00:00:00 2001 From: Greg Hogan <code@greghogan.com> Date: Tue, 10 May 2022 14:17:25 +0000 Subject: [PATCH] gnu: git: Update to 2.36.1. * gnu/packages/version-control.scm (git): Update to 2.36.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: python-ghp-import: Update to 2.0.2.Maxim Cournoyer2022-05-121-7/+4
| | | | | | * gnu/packages/version-control.scm (python-ghp-import): Update to 2.0.2. [propagated-inputs]: Add python-dateutil. (python2-ghp-import): Delete variable.
* gnu: libgit2: Update to 1.4.3.Ludovic Courtès2022-05-111-27/+39
| | | | | | | | | | | | | | * gnu/packages/version-control.scm (libgit2): Update to 1.4.3. [source]: Adjust snippet to comment out the "10 years ago" test, which was changed in 1.4.3 but is still problematic. [arguments]: Add "-DUSE_SSH=ON". Remove 'fix-hardcoded-paths' phase. Adjust 'check' phase for new executable name. (libgit2-1.3): New variable. (libgit2-1.1): Inherit from 'libgit2-1.3'; inherit from its origin too. * gnu/packages/crates-io.scm (rust-git2-0.13)[inputs]: Use LIBGIT2-1.3. * gnu/packages/python-xyz.scm (python-pygit2)[propagated-inputs]: Likewise. Co-authored-by: Maxime Devos <maximedevos@telenet.be>
* gnu: libgit@1.1: Patch time-dependent unit test.Ludovic Courtès2022-05-091-2/+9
| | | | | | | This is a followup to e48b5484afde93294c4ed7215e88ed450842b2e5. * gnu/packages/version-control.scm (libgit2-1.1)[source]: Add "revparse.c" snippet.
* gnu: libgit2: Work around time-dependent unit test.Ludovic Courtès2022-05-091-1/+10
| | | | | | | Fixes <https://issues.guix.gnu.org/55326>. * gnu/packages/version-control.scm (libgit2)[source]: Augment 'snippet' to modify "tests/refs/revparse.c".
* gnu: b4: Update to 0.8.0.Ludovic Courtès2022-05-051-2/+2
| | | | * gnu/packages/version-control.scm (b4): Update to 0.8.0.
* gnu: git: Update to 2.36.0 [fixes CVE-2022-24765].Zhu Zihao2022-04-271-3/+3
| | | | | | | | See: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24765. * gnu/packages/version-control.scm (git): Update to 2.36.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: pre-commit: Update to 2.18.1.Vinicius Monego2022-04-201-2/+2
| | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.18.1.
* gnu: git: Update to 2.35.1.Greg Hogan2022-04-051-3/+3
| | | | | | * gnu/packages/version-control.scm (git): Update to 2.35.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* Revert "gnu: git: Update to 2.35.1."Maxim Cournoyer2022-04-051-18/+31
| | | | | | | This reverts commit 223a3d7f7fdb6af9c4c090785cab15d38680e887, as it triggered thousands of rebuilds due to inadvertently touching git-minimal/fixed. Reported-by: Christopher Baines <mail@cbaines.net>
* gnu: stgit: Update to 1.5.Greg Hogan2022-04-041-2/+2
| | | | | | * gnu/packages/version-control.scm (stgit): Update to 1.5. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: git: Update to 2.35.1.Maxim Cournoyer2022-04-041-31/+18
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.35.1. [phases]: Delete trailing #t. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: gitolite: Add bash-minimal.Efraim Flashner2022-03-281-10/+6
| | | | | | * gnu/packages/version-control.scm (gitolite)[arguments]: Remove trailing #t. [inputs]: Add bash-minimal.
* gnu: gitolite: Don't hardcode path to svnserve.Efraim Flashner2022-03-281-0/+2
| | | | | * gnu/packages/version-control.scm (gitolite)[arguments]: Adjust custom 'patch-source phase to search for svnserve in $PATH.
* gnu: gitile: Update to 0.1.4.Julien Lepiller2022-02-211-2/+2
| | | | * gnu/packages/version-control.scm (gitile): Update to 0.1.4.
* gnu: neon: Update to 0.32.2.Jai Vetrivelan2022-02-141-2/+3
| | | | | | * gnu/packages/version-control.scm (neon): Update to 0.32.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: rcs: Update to 5.10.1.Efraim Flashner2022-02-041-5/+4
| | | | | | | * gnu/packages/version-control.scm (rcs): Update to 5.10.1. [source]: Remove patch. * gnu/packages/patches/rcs-5.10.0-no-stdin.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: b4: Fix build failure.Marius Bakke2022-02-031-2/+10
| | | | * gnu/packages/version-control.scm (b4)[arguments]: Delete sanity-check phase.
* gnu: pre-commit: Update to 2.17.0.Vinicius Monego2022-01-311-3/+3
| | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.17.0.
* Merge branch 'version-1.4.0'Maxim Cournoyer2022-01-171-8/+1
|\ | | | | | | | | | | | | With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm
| * gnu: pre-commit: Remove obsolete phase.Sarah Morgensen2022-01-101-8/+1
| | | | | | | | | | | | | | * gnu/packages/version-control.scm (pre-commit)[arguments]<#:phases>: Remove 'make-gz-writable phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* | gnu: tig: Update to 2.5.5.Efraim Flashner2022-01-141-3/+3
|/ | | | * gnu/packages/version-control.scm (tig): Update to 2.5.5.
* gnu: pre-commit: Update to 2.16.0.Vinicius Monego2021-12-221-4/+3
| | | | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.16.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add tkrev.Foo Chuan Wei2021-12-201-0/+46
| | | | | | * gnu/packages/version-control.scm (tkrev): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>