summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
Commit message (Collapse)AuthorAge
* 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>
* gnu: git: Update to 2.29.2.Tobias Geerinckx-Rice2020-11-01
| | | | * gnu/packages/version-control.scm (git): Update to 2.29.2.
* gnu: Git: Update to 2.29.1.Leo Famulari2020-10-25
| | | | | | * gnu/packages/version-control.scm (git): Update to 2.29.1. (native-inputs)[git-manpages]: Update hash. (git-minimal)[arguments]: Delete obsolete phase 'delete-svn-test'.
* gnu: rcs: Update to 5.10.0.Efraim Flashner2020-10-23
| | | | | | | | | * gnu/packages/version-control.scm (rcs): Update to 5.10.0. [source]: Update patches. [arguments]: Remove field. * gnu/packages/patches/rcs-5.9.4-noreturn.patch: Remove file. * gnu/packages/patches/rcs-5.10.0-no-stdin.patch: Add file. * gnu/local.mk (dist_patch_DATA): Register changes.
* gnu: vc-dwim: Update to 1.10.Efraim Flashner2020-10-18
| | | | * gnu/packages/version-control.scm (vc-dwim): Update to 1.10.
* gnu: Add grokmirror.Kyle Meyer2020-09-27
| | | | | | * gnu/packages/version-control.scm (grokmirror): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-hg-evolve.Tanguy Le Carrour2020-09-10
| | | | | | * gnu/packages/version-control.scm (python-hg-evolve): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mercurial: Update to 5.5.1.Dr. Arne Babenhauserheide2020-09-09
| | | | | | | | | | * gnu/packages/version-control.scm (mercurial): Update to 5.5.1. [source]: Remove patches. [arguments]: Adjust the custom 'check phase to delete a few more files. (mercurial-patch): Remove procedure. (%mercurial-patches): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: pre-commit: Update to 2.7.1.Vinicius Monego2020-09-08
| | | | | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.7.1. [native-inputs]: Change git to git-minimal. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: git-lfs: Make usage text available.Prafulla Giri2020-08-28
| | | | | | | | * gnu/packages/version-control.scm (git-lfs)[arguments]: Add phase 'man-gen to make usage text available for embedding for the 'build phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>