summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
Commit message (Collapse)AuthorAge
* gnu: Add gitlint.Brian Kubisiak2022-06-05
| | | | | | * 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-31
| | | | | | * 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-31
| | | | | | | | | | | | | | * 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-30
| | | | | | * 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-22
| | | | | * gnu/packages/version-control.scm (breezy): Update to 3.2.2. [inputs]: Add python-fastbencode.
* gnu: b4: Enable patch attestation.Kyle Meyer2022-05-23
| | | | | | * 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-23
| | | | | | | * 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-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-18
| | | | | | | | | | | 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-12
| | | | | | * 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-11
| | | | | | | | | | | | | | * 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-09
| | | | | | | 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-09
| | | | | | | 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-05
| | | | * 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-27
| | | | | | | | 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-20
| | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.18.1.
* gnu: git: Update to 2.35.1.Greg Hogan2022-04-05
| | | | | | * 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-05
| | | | | | | 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-04
| | | | | | * 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-04
| | | | | | | | * 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-28
| | | | | | * 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-28
| | | | | * 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-21
| | | | * gnu/packages/version-control.scm (gitile): Update to 0.1.4.
* gnu: neon: Update to 0.32.2.Jai Vetrivelan2022-02-14
| | | | | | * 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-04
| | | | | | | * 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-03
| | | | * gnu/packages/version-control.scm (b4)[arguments]: Delete sanity-check phase.
* gnu: pre-commit: Update to 2.17.0.Vinicius Monego2022-01-31
| | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.17.0.
* Merge branch 'version-1.4.0'Maxim Cournoyer2022-01-17
|\ | | | | | | | | | | | | 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-10
| | | | | | | | | | | | | | * 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-14
|/ | | | * gnu/packages/version-control.scm (tig): Update to 2.5.5.
* gnu: pre-commit: Update to 2.16.0.Vinicius Monego2021-12-22
| | | | | | * 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-20
| | | | | | * gnu/packages/version-control.scm (tkrev): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add rcshist.Foo Chuan Wei2021-12-20
| | | | | | * gnu/packages/version-control.scm (rcshist): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: rcs: Install man page for rcsfreeze.Foo Chuan Wei2021-12-20
| | | | | | | * gnu/packages/version-control.scm (rcs)[arguments]: Install man page for rcsfreeze. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: diff-so-fancy: Update to 1.4.3.Tobias Geerinckx-Rice2021-12-17
| | | | | * gnu/packages/version-control.scm (diff-so-fancy): Update to 1.4.3. [arguments]: Don't explicitly return #t from phases.
* gnu: mercurial: Update native-search-paths.Efraim Flashner2021-12-15
| | | | | * gnu/packages/version-control.scm (mercurial)[naive-search-paths]: Search for extensions in python3.9 subfolder.
* gnu: libgit2: Allow cross-compilation.Ludovic Courtès2021-12-15
| | | | | | | | | | With commit 8394619baceb118df92e355377fd543bb1aa501a, the label for 'pkg-config' when cross-compiling changed to "TRIPLET-pkg-config", thereby breaking the 'assoc-ref' call. This commit fixes it by avoiding referring to the label. * gnu/packages/version-control.scm (libgit2)[arguments]: Adjust "-DPKG_CONFIG_EXECUTABLE=" option.
* gnu: fossil: Update to 2.17.Marius Bakke2021-12-13
| | | | | | | * gnu/packages/version-control.scm (fossil): Update to 2.17. [source](uri): Adjust. [inputs]: Change from SQLITE to SQLITE-NEXT. [arguments]: Remove trailing #t's.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-13
|\
| * gnu: stagit: Update to 1.0.Nikolay Korotkiy2021-12-10
| | | | | | | | | | | | * gnu/packages/version-control.scm (stagit): Update to 1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: libgit2: Reintroduce 1.1.0.Ludovic Courtès2021-11-23
| | | | | | | | | | | | * gnu/packages/version-control.scm (libgit2-1.1): New variable. * gnu/packages/patches/libgit2-mtime-0.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* | gnu: libgit2: Remove version 0.28.Ludovic Courtès2021-11-23
| | | | | | | | | | | | | | This is a followup to e0e23164202ad9328ffeadde5e900857cb008124, which removed "libgit2-mtime-0.patch", which was still used by LIBGIT2-0.28. * gnu/packages/version-control.scm (libgit2-0.28): Remove.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-23
|\|
| * gnu: Add rcs-blame.Foo Chuan Wei2021-11-17
| | | | | | | | | | | | * gnu/packages/version-control.scm (rcs-blame): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: rcs: Install rcsfreeze.Foo Chuan Wei2021-11-17
| | | | | | | | | | | | * gnu/packages/version-control.scm (rcs): Install rcsfreeze. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: libgit2: Update to 1.3.0.Maxim Cournoyer2021-11-22
| | | | | | | | | | | | | | | | * gnu/packages/patches/libgit2-mtime-0.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. * gnu/packages/version-control.scm (libgit2): Update to 1.3.0. [source]: Remove patch and simplify snippet. [phases]: Remove trailing #t.
* | gnu: ghc: Depend on 'git-minimal/fixed'.Ludovic Courtès2021-11-21
| | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-8.8): Replace GIT/FIXED by GIT-MINIMAL/FIXED. * gnu/packages/version-control.scm (git/fixed): Remove.
* | gnu: ghc: Rely on a fixed version of Git.Ludovic Courtès2021-11-18
| | | | | | | | | | | | | | | | | | | | This makes the derivation of ghc equivalent to that found in e55547bf70384691712047912c793c517debd2ec. * gnu/packages/haskell.scm (ghc-8.8)[native-inputs]: Change GIT to GIT/FIXED. (ghc-8.10)[native-inputs]: Change GIT-MINIMAL to GIT-MINIMAL/FIXED. * gnu/packages/version-control.scm (git/fixed): New variable.