summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
Commit message (Collapse)AuthorAge
* gnu: asciidoc: Remove Python 2 variant.Marius Bakke2021-05-18
| | | | | | | | | * gnu/packages/documentation.scm (asciidoc): Update to 9.1.0. [inputs]: Replace PYTHON-2 with PYTHON. (asciidoc-py3): Define as deprecated alias for ASCIIDOC. * gnu/packages/version-control.scm (git)[native-inputs]: Change from ASCIIDOC-PY3 to ASCIIDOC. * gnu/packages/wm.scm (i3-wm)[native-inputs]: Likewise.
* gnu: mercurial: Patch to make it read HGEXTENSIONPATH.Xinglu Chen2021-05-16
| | | | | | | | | | | | | This will make Mercurial be able to find third-party extensions installed with Guix, without having to set PYTHONPATH. * gnu/packages/patches/mercurial-hg-extension-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Register the patch. * gnu/packages/version-control.scm (mercurial)[origin](patches): Apply the patch. [native-search-paths]: Add HGEXTENSIONPATH. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add hg-commitsigs.Xinglu Chen2021-05-16
| | | | | | * gnu/packages/version-control.scm (hg-commitsigs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mercurial: Update to 5.8.Xinglu Chen2021-05-14
| | | | | | | | | | | | * gnu/packages/version-control.scm (mercurial): Update to 5.8. [build-system]: Switch from ‘python-build-system’ to ‘gnu-build-system’, this will install additional things like man pages. [arguments]<#:make-flags>: Set PREFIX argument. [native-inputs]: Add ‘python-docutils’ for generating man pages. [inputs]: Add ‘python’. [description]: Fix formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: pre-commit: Update to 2.12.1.Vinicius Monego2021-05-13
| | | | | | | | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.12.1. [arguments]: Make source tree writable and initialize a git repository before check phase. Simplify check phase. [native-inputs]: Add python-covdefaults, python-coverage, python-distlib/next, python-pytest-env, which. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add git-filter-repo.François J2021-05-03
| | | | | | * gnu/packages/version-control.scm (git-filter-repo): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: git: add a comment on why we don't build manpagesFrançois J2021-05-03
| | | | | | | | | * gnu/packages/version-control.scm (git)[native-inputs]: add back comment skipped by commit d1cada0450fca54260fd20ab49d0586d147cbeb3 Signed-off-by: François J. <francois-oss@avalenn.eu> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: vcsh: Update to 1.20190621.Michael Rohleder2021-05-03
| | | | | | | * gnu/packages/version-control.scm (vcsh): Update to 1.20190621. [arguments]: Add an 'install-bash-completion phase. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: stgit: Update to 1.1.Tobias Geerinckx-Rice2021-05-03
| | | | * gnu/packages/version-control.scm (stgit): Update to 1.1.
* gnu: cvs-fast-export: Update to 1.56.Tobias Geerinckx-Rice2021-04-20
| | | | * gnu/packages/version-control.scm (cvs-fast-export): Update to 1.56.
* gnu: ghq: Update to 1.1.7.Tobias Geerinckx-Rice2021-04-12
| | | | * gnu/packages/version-control.scm (ghq): Update to 1.1.7.
* gnu: grokmirror: Update to 2.0.8.Xinglu Chen2021-03-30
| | | | | | * gnu/packages/version-control.scm (grokmirror): Update to 2.0.8. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: git-lfs: Update to 2.13.3.Tobias Geerinckx-Rice2021-03-29
| | | | * gnu/packages/version-control.scm (git-lfs): Update to 2.13.3.
* gnu: git: Update to 2.31.1.Tobias Geerinckx-Rice2021-03-27
| | | | * gnu/packages/version-control.scm (git): Update to 2.31.1.
* gnu: Add git2cl.Xinglu Chen2021-03-19
| | | | | | * gnu/packages/version-control.scm (git2cl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tig: Update to 2.5.3.LibreMiami2021-03-17
| | | | | | | | * gnu/packages/version-control.scm (tig): Update to 2.5.3. Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: donotshake <donotshake:matrix.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: b4: Fix setup.py version incompatibility.Efraim Flashner2021-03-16
| | | | | | | * gnu/packages/version-control.scm (b4)[source]: Add snippet to not require too specific of a version. Reported-by: Kyle Meyer <kyle@kyleam.com>
* gnu: git: Fix git-manpages native input's hash.Léo Le Bouter2021-03-16
| | | | | | | This is a follow-up to commit ab9629b7c91ff7d6392a03512cfe442823267777. * gnu/packages/version-control.scm (git)[native-inputs]: Fix git-manpages's hash.
* gnu: git: Update to 2.31.0.Léo Le Bouter2021-03-16
| | | | * gnu/packages/version-control.scm (git): Update to 2.31.0.
* gnu: git: Update to 2.30.2 [fixes CVE-2021-21300].Léo Le Bouter2021-03-10
| | | | * gnu/packages/version-control.scm (git): Update to 2.30.2.
* gnu: stgit: Update to 1.0.Stefan Reichör2021-03-02
| | | | | | * gnu/packages/version-control.scm (stgit): Update to 1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gita: Update to 0.12.9.Stefan Reichör2021-02-22
| | | | | | * gnu/packages/version-control.scm (gita): Update to 0.12.9. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
* gnu: git: Add credential-libsecret output.Léo Le Bouter2021-02-21
| | | | | | | | | | | * gnu/packages/version-control.scm (git)[native-inputs]: Add pkg-config. [inputs]: Add glib and libsecret. [outputs]: Add "credential-libsecret". [arguments]: Add 'install-credential-libsecret phase to #:phases to build and install "git-credential-libsecret" to "credential-libsecret" output. (git-minimal)[arguments]: Delete the 'install-credential-libsecret phase. Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
* gnu: Git: Update to 2.30.1.Leo Famulari2021-02-12
| | | | | * gnu/packages/version-control.scm (git): Update to 2.30.1 [native-inputs]: Update git-manpages to 2.30.1.
* gnu: subversion: Update to 1.14.1 [fixes CVE-2020-17525].Leo Famulari2021-02-10
| | | | * gnu/packages/version-control.scm (subversion): Update to 1.14.1.
* gnu: git-lfs: Update to 2.13.2.Vincent Legoll2021-02-07
| | | | | | * gnu/packages/version-control.scm (git-lfs): Update to 2.13.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: python-xyz: Move a few modules to (gnu packages python-build).Maxim Cournoyer2021-01-27
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-pep517): Inherit from python-pep517-bootstrap. Remove the inherited common fields. (python-poetry-core, python-wheel) (python-toml): Move to ... * gnu/packages/python-build.scm: ... here, a new module. (python-pep517-bootstrap): New package. * gnu/local.mk (GNU_SYSTEM_MODULES): Register the new module.
* gnu: mercurial: Update to 5.6.1.Maxim Cournoyer2021-01-26
| | | | | | | | | This fixes the build on Python 3.9. * gnu/packages/version-control.scm (mercurial): Update to 5.6.1. Delete trailing #t. [phases]{check}: Remove the "test-transaction-rollback-on-sigpipe.t" test file and add a comment.
* gnu: diffstat: Update to 1.64.Tobias Geerinckx-Rice2021-01-14
| | | | * gnu/packages/version-control.scm (diffstat): Update to 1.64.
* gnu: neon: Don't build static library.Efraim Flashner2021-01-12
| | | | | * gnu/packages/version-controls.scm (neon)[arguments]: Add configure-flag to skip static library.
* gnu: neon: Update to 0.31.2.Efraim Flashner2021-01-12
| | | | | | * gnu/packages/version-control.scm (neon): Update to 0.31.2. [source]: Use new upstream URI. [home-page]: Update to new home-page.
* gnu: Add ghq.Joseph LaFreniere2021-01-03
| | | | | | * gnu/packages/version-control.scm (ghq): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: b4: Update to 0.6.2.Tobias Geerinckx-Rice2021-01-02
| | | | * gnu/packages/version-control.scm (b4): Update to 0.6.2.
* gnu: git: Update to 2.30.0.Greg Hogan2021-01-01
| | | | | | | * gnu/packages/version-control.scm (git): Update to 2.30.0. (native-inputs)[git-manpages]: Update hash. Signed-off-by: Leo Famulari <leo@famulari.name>
* Revert "gnu: gita: Update to 0.11.9."Oleg Pykhalov2020-12-23
| | | | | This reverts commit 5540159f3e34ac8f6b3ab31f773f6e286028f309 which updates gita to v0.11.9 tag, which doesn't contain freeze and clone sub-commands.
* gnu: gita: Update to 0.11.9.Oleg Pykhalov2020-12-23
| | | | * gnu/packages/version-control.scm (gita): Update to 0.11.9.
* gnu: b4: Update to 0.6.1.Kyle Meyer2020-12-14
| | | | | | | | | * gnu/packages/version-control.scm (b4): Update to 0.6.1. [source]: Download from pypi, which now includes the manpage. [arguments]: Remove now unnecessary install-manpages phase. [inputs]: Add python-dkimpy and python-dnspython. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gita: Install shell completions.Michael Rohleder2020-12-08
| | | | | | | * gnu/packages/version-control.scm (gita)[arguments]: Add phase install-shell-completions. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: Add gita.Oleg Pykhalov2020-12-08
| | | | * gnu/packages/version-control.scm (gita): New variable.
* gnu: Add diff-so-fancy.EuAndreh2020-12-05
| | | | | | * gnu/packages/version-control.scm (diff-so-fancy): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: git-open: Remove unnecessary propagated input.EuAndreh2020-12-04
| | | | | | | | | | * gnu/packages/version-control.scm (git-open)[arguments]: Wrap the git-open executable with the path to xdg-utils. [propagated-inputs]: Replace with ... [inputs]: New field. [build-system]: Use copy-build-system. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libgit2: Update to 1.1.0Holger Peters2020-12-03
| | | | | | * gnu/packages/version-control.scm (libgit2): Update to 1.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: stgit: Update to 0.23.Tobias Geerinckx-Rice2020-11-29
| | | | * gnu/packages/version-control.scm (stgit): Update to 0.23.
* gnu: stgit: Update home page.Tobias Geerinckx-Rice2020-11-29
| | | | * packages/version-control.scm (stgit)[home-page]: Follow HTML redirection.
* gnu: b4: Update to 0.5.3.Kyle Meyer2020-11-29
| | | | | | * gnu/packages/version-control.scm (b4): Update to 0.5.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: grokmirror: Update to 2.0.5.Kyle Meyer2020-11-29
| | | | | | | * gnu/packages/version-control.scm (grokmirror): Update to 2.0.5. [propagated-inputs]: Add python-packaging. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add git-open.EuAndreh2020-11-25
| | | | | | * gnu/packages/version-control.scm (git-open): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: git: Add phase to restore hooks shebang.Miguel Ángel Arruga Vivas2020-11-16
| | | | | | | Fixes <https://bugs.gnu.org/25508>. * gnu/packages/version-control.scm (git)[arguments]: New phase restore-sample-hooks-shebang.
* gnu: Add b4.Kyle Meyer2020-11-15
| | | | | | * gnu/packages/version-control.scm (b4): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: pre-commit: Update to 2.8.1.Vinicius Monego2020-11-10
| | | | | | | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.8.1. [arguments]: Skip new dotnet and nodejs tests. [native-inputs]: Add python-re-assert. [inputs]: Propagate. Signed-off-by: Marius Bakke <marius@gnu.org>