summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
Commit message (Collapse)AuthorAge
* gnu: git: Update to 2.20.1.Rutger Helling2018-12-18
| | | | * gnu/packages/version-control.scm (git): Update to 2.20.1.
* gnu: git: Update to 2.20.0.Marius Bakke2018-12-10
| | | | * gnu/packages/version-control.scm (git): Update to 2.20.0.
* gnu: Add git-imerge.Kyle Meyer2018-12-02
| | | | | | * gnu/packages/version-control.scm (git-imerge): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add 'git-minimal'.Ludovic Courtès2018-11-26
| | | | * gnu/packages/version-control.scm (git-minimal): New variable.
* gnu: git: Update to 2.19.2.Marius Bakke2018-11-21
| | | | * gnu/packages/version-control.scm (git): Update to 2.19.2.
* gnu: git-when-merged: Fix license.Ludovic Courtès2018-11-19
| | | | | | | Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/version-control.scm (git-when-merged)[license]: Change to GPL2+.
* gnu: Add git-when-merged.Kyle Meyer2018-11-16
| | | | | | * gnu/packages/version-control.scm (git-when-merged): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libgit2: Work around test failures on 32-bit platforms.Ludovic Courtès2018-11-06
| | | | | | * gnu/packages/patches/libgit2-oom-test.patch: New file. * gnu/packages/version-control.scm (libgit2)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: libgit2: Update to 0.26.8.Marius Bakke2018-11-05
| | | | * gnu/packages/version-control.scm (libgit2): Update to 0.26.8.
* gnu: myrepos: Wrap the webcheckout binary.Efraim Flashner2018-11-04
| | | | | | | * gnu/packages/version-control.scm (myrepos)[arguments]: Add a custom 'wrap-webcheckout phase to wrap webcheckout with its perl libraries. [inputs]: Add perl-encode-locale, perl-html-parser, perl-http-date, perl-http-message, perl-libwww, perl-try-tiny, perl-uri.
* gnu: myrepos: Update to 1.20180726.Efraim Flashner2018-10-31
| | | | | | | * gnu/packages/version-control.scm (myrepos): Update to 1.20180726. [source]: Remove patch. * gnu/packages/patches/myrepos-CVE-2018-7032.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: git: Add "subtree" output.Pierre Neidhardt2018-10-27
| | | | * gnu/packages/version-control.scm (git)[outputs]: Add "subtree".
* gnu: Mercurial: Update to 4.7.2.Leo Famulari2018-10-25
| | | | * gnu/packages/version-control.scm (mercurial): Update to 4.7.2.
* gnu: libgit2: Update to 0.26.7.Marius Bakke2018-10-19
| | | | * gnu/packages/version-control.scm (libgit2): Update to 0.26.7.
* gnu: mercurial: Update to 4.6.2.fis trivial2018-10-07
| | | | * gnu/packages/version-control.scm (mercurial): Update to 4.6.2.
* gnu: git: Update to 2.19.1 [fixes CVE-2018-17456].Leo Famulari2018-10-06
| | | | * gnu/packages/version-control.scm (git): Update to 2.19.1.
* gnu: git-annex: Update to 6.20180926.Ricardo Wurmus2018-10-01
| | | | * gnu/packages/version-control.scm (git-annex): Update to 6.20180926.
* gnu: ghc-mtl: Remove built-in Haskell package.Timothy Sample2018-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/agda.scm (agda)[inputs]: Remove ghc-mtl. * gnu/packages/games.scm (raincat)[inputs]: Remove ghc-mtl. * gnu/packages/haskell-check.scm (ghc-tasty-ant-xml, ghc-tasty-golden, ghc-tasty, ghc-tasty-kat, ghc-tasty-rerun, ghc-crypto-cipher-tests)[inputs]: Remove ghc-mtl. * gnu/packages/haskell-crypto.scm (ghc-asn1-encoding, ghc-pem, ghc-x509, ghc-x509-store, ghc-x509-validation, ghc-x509-system)[inputs]: Remove ghc-mtl. * gnu/packages/haskell-web.scm (ghc-http, ghc-http-conduit, ghc-yesod-core)[inputs]: Remove ghc-mtl. * gnu/packages/haskell.scm (ghc-convertible, ghc-libxml, ghc-cgi, ghc-happy, ghc-haskell-src-exts, ghc-resourcet, cabal-install, ghc-indents, ghc-regex-base, ghc-regex-tdfa-rc, ghc-trifecta, ghc-zip-archive, ghc-logict, ghc-exceptions, ghc-smallcheck, ghc-syb, ghc-fgl, ghc-chasingbottoms, ghc-parsec, ghc-megaparsec, ghc-edisonapi, ghc-edisoncore, ghc-mmorph, ghc-ifelse, ghc-kan-extensions, ghc-lens, ghc-cheapskate, ghc-free, ghc-adjunctions, ghc-equivalence, ghc-texmath, ghc-texmath-for-pandoc-1, ghc-highlighting-kate, ghc-th-reify-many, ghc-th-orphans, ghc-geniplate-mirror, ghc-conduit, ghc-filemanip, ghc-juicypixels, ghc-hslua, ghc-hourglass, ghc-skylighting, ghc-skylighting-for-pandoc-1, ghc-pandoc, ghc-pandoc-1, ghc-pandoc-citeproc, ghc-regex-tdfa, ghc-stmonadtrans, ghc-constraints, ghc-lifted-async, ghc-shelly, ghc-hslogger, ghc-json, shellcheck, ghc-vector-algorithms, ghc-monad-par-extras, ghc-monad-par, ghc-monadrandom, ghc-either, ghc-rebase, ghc-aws, ghc-monad-logger, ghc-persistent, ghc-bytes, ghc-missingh, ghc-operational, ghc-chart)[inputs]: Remove ghc-mtl. (ghc-conduit-combinators)[native-inputs]: Remove ghc-mtl. (ghc-mtl): Remove variable. * gnu/packages/idris.scm (idris)[inputs]: Remove ghc-mtl. * gnu/packages/tls.scm (ghc-tls)[inputs]: Remove ghc-mtl. * gnu/packages/version-control.scm (darcs, git-annex)[inputs]: Remove ghc-mtl. * gnu/packages/wm.scm (xmonad, ghc-xmonad-contrib)[inputs]: Remove ghc-mtl. * gnu/packages/xml.scm (ghc-hxt)[inputs]: Remove ghc-mtl.
* gnu: Modify the gitolite package to support the Guix service.Christopher Baines2018-09-28
| | | | | | | | | | | | Previously the gitolite package worked, but there were problems using it for the service where you might have a minimal PATH. This commit patches the source and scripts where possible to use store paths, and also wraps the gitolite script to handle the harder dependencies. * gnu/packages/version-control.scm (gitolite)[arguments]: Add more patching to the patch-scripts phase, and add two new phases (patch-source and wrap-scripts). [inputs]: Add coreutils, findutils and inetutils.
* gnu: python-gitdb: Update to 2.0.4.Tobias Geerinckx-Rice2018-09-24
| | | | | * gnu/packages/version-control.scm (python-gitdb): Update to 2.0.4. [arguments]: Replace AND with equivalent but more 'accurate' BEGIN.
* gnu: git-credential-netrc: Add Git.pm to PERL5LIB.Pierre Neidhardt2018-09-19
| | | | * gnu/packages/version-control.scm (git)[credential-netrc]: Add Git.pm to PERL5LIB.
* gnu: git: Update to 2.19.0.Leo Famulari2018-09-10
| | | | | * gnu/packages/version-control.scm (git): Update to 2.19.0. (cgit)[inputs]: Use the source of Git 2.18.0.
* gnu: darcs: Update to 2.14.1.Arun Isaac2018-08-23
| | | | | * gnu/packages/version-control.scm (darcs): Update to 2.14.1. [arguments]: Add patch-sh phase. Enable tests.
* gnu: diffstat: Update to 1.62.Tobias Geerinckx-Rice2018-08-17
| | | | * gnu/packages/version-control.scm (diffstat): Update to 1.62.
* gnu: cvs-fast-export: Update to 1.44.Tobias Geerinckx-Rice2018-08-15
| | | | | | * gnu/packages/version-control.scm (cvs-fast-export): Update to 1.44. [arguments]: Add ‘fix-setpython-PATH’ phase to do just that. Remove obsolete python3 work-around from ‘remove-optimizations’ phase.
* gnu: subversion: Update to 1.10.2.Tobias Geerinckx-Rice2018-08-15
| | | | * gnu/packages/version-control.scm (subversion): Update to 1.10.2.
* gnu: git-annex: Update to 6.20180807.Tobias Geerinckx-Rice2018-08-12
| | | | * gnu/packages/version-control.scm (git-annex): Update to 6.20180807.
* gnu: python-gitpython: Update to 2.1.11.Tobias Geerinckx-Rice2018-08-11
| | | | * gnu/packages/version-control.scm (python-gitpython): Update to 2.1.11.
* gnu: cgit: Update to 1.2.1 [fixes CVE-2018-14912].Leo Famulari2018-08-09
| | | | | * gnu/packages/version-control.scm (cgit): Update to 1.2.1. [inputs]: Use the source of GIT.
* gnu: libgit2: Update to 0.26.6.Marius Bakke2018-08-09
| | | | * gnu/packages/version-control.scm (libgit2): Update to 0.26.6.
* gnu: tig: Update to 2.4.1.Efraim Flashner2018-07-30
| | | | | * gnu/packages/version-control.scm (tig): Update to 2.4.1. [description]: Fix texinfo markup.
* gnu: libgit2: Update to 0.26.5 [fixes CVE-2018-10887 and CVE-2018-10888].Marius Bakke2018-07-09
| | | | * gnu/packages/version-control.scm (libgit2): Update to 0.26.5.
* gnu: libgit2: Update to 0.26.4 [fixes CVE-2018-11235].Leo Famulari2018-07-02
| | | | | | | | * gnu/packages/version-control.scm (libgit2): Update to 0.26.4. (source): Adjust patch name. * gnu/packages/patches/libgit2-0.25.1-mtime-0.patch: Rename to ... * gnu/packages/patches/libgit2-mtime-0.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: java-jgit: Return #t from phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/version-control.scm (java-jgit)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined from phases.
* gnu: aegis: Return #t from phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/version-control.scm (aegis)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined from phases.
* gnu: aegis: Skip failing tests.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/version-control.scm (aegis)[arguments]: Disable some failing tests that should otherwise cause build failures.
* gnu: stgit: Return #t from phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/version-control.scm (stgit)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: cgit: Return #t from all phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/version-control.scm (cgit)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: git-annex: Update to 6.20180626 [fixes CVE-2018-{10857,10859}]Leo Famulari2018-06-26
| | | | * gnu/packages/version-control.scm (git-annex): Update to 6.20180626.
* gnu: git: Update to 2.18.0.Marius Bakke2018-06-24
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.18.0. [inputs]: Add BASH. [arguments]: In #:make-flags, define SHELL_PATH and TEST_SHELL_PATH. Add #:disallowed-references. Drop /bin/sh substitution from Makefile. Add phase to prevent the new BASH from ending up in PATH.
* gnu: libgit2: Return #t from all phases.Tobias Geerinckx-Rice2018-06-22
| | | | | * gnu/packages/version-control.scm (libgit2)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: git-crypt: Return #t from all phases.Tobias Geerinckx-Rice2018-06-22
| | | | | * gnu/packages/version-control.scm (git-crypt)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: git: Add "credential-netrc" output.Pierre Neidhardt2018-06-22
| | | | | | | * gnu/packages/version-control.scm (git): Add "credential-netrc" output. Signed-off-by: Gábor Boskovits <boskovits@gmail.com>
* gnu: git-annex: Update to 6.20180529.Leo Famulari2018-06-19
| | | | | * gnu/packages/version-control.scm (git-annex): Update to 6.20180529. [inputs]: Add ghc-tagsoup.
* gnu: gource: Update to 0.49.Tobias Geerinckx-Rice2018-06-15
| | | | * gnu/packages/version-control.scm (gource): Update to 0.49.
* Merge branch 'master' into core-updatesLudovic Courtès2018-06-01
|\
| * gnu: Add git-annex.Timothy Sample2018-06-01
| | | | | | | | | | | | * gnu/packages/version-control.scm (git-annex): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-29
|\|
| * gnu: Git: Update to 2.17.1 [fixes CVE 2018-{11234,11235}].Leo Famulari2018-05-29
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.17.1.
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-24
|\|