Age | Commit message (Expand) | Author |
2021-06-19 | gnu: vcsh: Update to 1.20190621-4....* gnu/packages/version-control.scm (vcsh): Update to 1.20190621-4.
| Tobias Geerinckx-Rice |
2021-06-13 | gnu: python-hg-evolve: Update to 10.3.2....* gnu/packages/version-control.scm (python-hg-evolve): Update to 10.3.2.
[source]: Use ‘hg-file-name’ instead of ‘string-append’.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Xinglu Chen |
2021-06-13 | gnu: pre-commit: Respect #:tests?....* gnu/packages/version-control.scm (pre-commit)[arguments]: Respect #:tests?
in the 'check phase.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vinicius Monego |
2021-06-13 | gnu: pre-commit: Update to 2.13.0....* gnu/packages/version-control.scm (pre-commit): Update to 2.13.0.
[arguments]<#:phases>: Don't return #t.
[synopsis]: Slightly shorten it.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vinicius Monego |
2021-06-06 | gnu: git: Update to 2.32.0....* gnu/packages/version-control.scm (git): Update to 2.32.0.
| Tobias Geerinckx-Rice |
2021-06-06 | gnu: tig: Update to 2.5.4....* gnu/packages/version-control.scm (tig): Update to 2.5.4.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Solene Rapenne |
2021-06-02 | gnu: python-hg-evolve: Update to 10.3.1....* gnu/packages/version-control.scm (python-hg-evolve): Update to 10.3.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Xinglu Chen |
2021-05-18 | gnu: asciidoc: Remove Python 2 variant....* 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.
| Marius Bakke |
2021-05-16 | gnu: mercurial: Patch to make it read HGEXTENSIONPATH....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>
| Xinglu Chen |
2021-05-16 | gnu: Add hg-commitsigs....* gnu/packages/version-control.scm (hg-commitsigs): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Xinglu Chen |
2021-05-14 | gnu: mercurial: Update to 5.8....* 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>
| Xinglu Chen |
2021-05-13 | gnu: pre-commit: Update to 2.12.1....* 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>
| Vinicius Monego |
2021-05-03 | gnu: Add git-filter-repo....* gnu/packages/version-control.scm (git-filter-repo): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| François J |
2021-05-03 | gnu: git: add a comment on why we don't build manpages...* 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>
| François J |
2021-05-03 | gnu: vcsh: Update to 1.20190621....* 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>
| Michael Rohleder |
2021-05-03 | gnu: stgit: Update to 1.1....* gnu/packages/version-control.scm (stgit): Update to 1.1.
| Tobias Geerinckx-Rice |
2021-04-20 | gnu: cvs-fast-export: Update to 1.56....* gnu/packages/version-control.scm (cvs-fast-export): Update to 1.56.
| Tobias Geerinckx-Rice |
2021-04-12 | gnu: ghq: Update to 1.1.7....* gnu/packages/version-control.scm (ghq): Update to 1.1.7.
| Tobias Geerinckx-Rice |
2021-03-30 | gnu: grokmirror: Update to 2.0.8....* gnu/packages/version-control.scm (grokmirror): Update to 2.0.8.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Xinglu Chen |
2021-03-29 | gnu: git-lfs: Update to 2.13.3....* gnu/packages/version-control.scm (git-lfs): Update to 2.13.3.
| Tobias Geerinckx-Rice |
2021-03-27 | gnu: git: Update to 2.31.1....* gnu/packages/version-control.scm (git): Update to 2.31.1.
| Tobias Geerinckx-Rice |
2021-03-19 | gnu: Add git2cl....* gnu/packages/version-control.scm (git2cl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Xinglu Chen |
2021-03-17 | gnu: tig: Update to 2.5.3....* 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>
| LibreMiami |
2021-03-16 | gnu: b4: Fix setup.py version incompatibility....* gnu/packages/version-control.scm (b4)[source]: Add snippet to not
require too specific of a version.
Reported-by: Kyle Meyer <kyle@kyleam.com>
| Efraim Flashner |
2021-03-16 | gnu: git: Fix git-manpages native input's hash....This is a follow-up to commit ab9629b7c91ff7d6392a03512cfe442823267777.
* gnu/packages/version-control.scm (git)[native-inputs]: Fix git-manpages's
hash.
| Léo Le Bouter |
2021-03-16 | gnu: git: Update to 2.31.0....* gnu/packages/version-control.scm (git): Update to 2.31.0.
| Léo Le Bouter |
2021-03-10 | gnu: git: Update to 2.30.2 [fixes CVE-2021-21300]....* gnu/packages/version-control.scm (git): Update to 2.30.2.
| Léo Le Bouter |
2021-03-02 | gnu: stgit: Update to 1.0....* gnu/packages/version-control.scm (stgit): Update to 1.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Stefan Reichör |
2021-02-22 | gnu: gita: Update to 0.12.9....* gnu/packages/version-control.scm (gita): Update to 0.12.9.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
| Stefan Reichör |
2021-02-21 | gnu: git: Add credential-libsecret output....* 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>
| Léo Le Bouter |
2021-02-12 | gnu: Git: Update to 2.30.1....* gnu/packages/version-control.scm (git): Update to 2.30.1
[native-inputs]: Update git-manpages to 2.30.1.
| Leo Famulari |
2021-02-10 | gnu: subversion: Update to 1.14.1 [fixes CVE-2020-17525]....* gnu/packages/version-control.scm (subversion): Update to 1.14.1.
| Leo Famulari |
2021-02-07 | gnu: git-lfs: Update to 2.13.2....* gnu/packages/version-control.scm (git-lfs): Update to 2.13.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vincent Legoll |
2021-01-27 | gnu: python-xyz: Move a few modules to (gnu packages python-build)....* 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.
| Maxim Cournoyer |
2021-01-26 | gnu: mercurial: Update to 5.6.1....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.
| Maxim Cournoyer |
2021-01-14 | gnu: diffstat: Update to 1.64....* gnu/packages/version-control.scm (diffstat): Update to 1.64.
| Tobias Geerinckx-Rice |
2021-01-12 | gnu: neon: Don't build static library....* gnu/packages/version-controls.scm (neon)[arguments]: Add
configure-flag to skip static library.
| Efraim Flashner |
2021-01-12 | gnu: neon: Update to 0.31.2....* gnu/packages/version-control.scm (neon): Update to 0.31.2.
[source]: Use new upstream URI.
[home-page]: Update to new home-page.
| Efraim Flashner |
2021-01-03 | gnu: Add ghq....* gnu/packages/version-control.scm (ghq): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Joseph LaFreniere |
2021-01-02 | gnu: b4: Update to 0.6.2....* gnu/packages/version-control.scm (b4): Update to 0.6.2.
| Tobias Geerinckx-Rice |
2021-01-01 | gnu: git: Update to 2.30.0....* 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>
| Greg Hogan |
2020-12-23 | Revert "gnu: gita: Update to 0.11.9."...This reverts commit 5540159f3e34ac8f6b3ab31f773f6e286028f309 which updates
gita to v0.11.9 tag, which doesn't contain freeze and clone sub-commands.
| Oleg Pykhalov |
2020-12-23 | gnu: gita: Update to 0.11.9....* gnu/packages/version-control.scm (gita): Update to 0.11.9.
| Oleg Pykhalov |
2020-12-14 | gnu: b4: Update to 0.6.1....* 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>
| Kyle Meyer |
2020-12-08 | gnu: gita: Install shell completions....* gnu/packages/version-control.scm (gita)[arguments]: Add phase
install-shell-completions.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
| Michael Rohleder |
2020-12-08 | gnu: Add gita....* gnu/packages/version-control.scm (gita): New variable.
| Oleg Pykhalov |
2020-12-05 | gnu: Add diff-so-fancy....* gnu/packages/version-control.scm (diff-so-fancy): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| EuAndreh |
2020-12-04 | gnu: git-open: Remove unnecessary propagated input....* 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>
| EuAndreh |
2020-12-03 | gnu: libgit2: Update to 1.1.0...* gnu/packages/version-control.scm (libgit2): Update to 1.1.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Holger Peters |
2020-11-29 | gnu: stgit: Update to 0.23....* gnu/packages/version-control.scm (stgit): Update to 0.23.
| Tobias Geerinckx-Rice |