Age | Commit message (Expand) | Author |
2018-11-26 | gnu: Add 'git-minimal'....* gnu/packages/version-control.scm (git-minimal): New variable.
| Ludovic Courtès |
2018-11-21 | gnu: git: Update to 2.19.2....* gnu/packages/version-control.scm (git): Update to 2.19.2.
| Marius Bakke |
2018-11-19 | gnu: git-when-merged: Fix license....Reported by Mark H Weaver <mhw@netris.org>.
* gnu/packages/version-control.scm (git-when-merged)[license]: Change to
GPL2+.
| Ludovic Courtès |
2018-11-16 | gnu: Add git-when-merged....* gnu/packages/version-control.scm (git-when-merged): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kyle Meyer |
2018-11-06 | gnu: libgit2: Work around test failures on 32-bit platforms....* 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.
| Ludovic Courtès |
2018-11-05 | gnu: libgit2: Update to 0.26.8....* gnu/packages/version-control.scm (libgit2): Update to 0.26.8.
| Marius Bakke |
2018-11-04 | gnu: myrepos: Wrap the webcheckout binary....* 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.
| Efraim Flashner |
2018-10-31 | gnu: myrepos: Update to 1.20180726....* 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.
| Efraim Flashner |
2018-10-27 | gnu: git: Add "subtree" output....* gnu/packages/version-control.scm (git)[outputs]: Add "subtree".
| Pierre Neidhardt |
2018-10-25 | gnu: Mercurial: Update to 4.7.2....* gnu/packages/version-control.scm (mercurial): Update to 4.7.2.
| Leo Famulari |
2018-10-19 | gnu: libgit2: Update to 0.26.7....* gnu/packages/version-control.scm (libgit2): Update to 0.26.7.
| Marius Bakke |
2018-10-07 | gnu: mercurial: Update to 4.6.2....* gnu/packages/version-control.scm (mercurial): Update to 4.6.2.
| fis trivial |
2018-10-06 | gnu: git: Update to 2.19.1 [fixes CVE-2018-17456]....* gnu/packages/version-control.scm (git): Update to 2.19.1.
| Leo Famulari |
2018-10-01 | gnu: git-annex: Update to 6.20180926....* gnu/packages/version-control.scm (git-annex): Update to 6.20180926.
| Ricardo Wurmus |
2018-10-01 | gnu: ghc-mtl: Remove built-in Haskell package....* 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.
| Timothy Sample |
2018-09-28 | gnu: Modify the gitolite package to support the Guix service....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.
| Christopher Baines |
2018-09-24 | gnu: python-gitdb: Update to 2.0.4....* gnu/packages/version-control.scm (python-gitdb): Update to 2.0.4.
[arguments]: Replace AND with equivalent but more 'accurate' BEGIN.
| Tobias Geerinckx-Rice |
2018-09-19 | gnu: git-credential-netrc: Add Git.pm to PERL5LIB....* gnu/packages/version-control.scm (git)[credential-netrc]: Add Git.pm to PERL5LIB.
| Pierre Neidhardt |
2018-09-10 | gnu: git: Update to 2.19.0....* gnu/packages/version-control.scm (git): Update to 2.19.0.
(cgit)[inputs]: Use the source of Git 2.18.0.
| Leo Famulari |
2018-08-23 | gnu: darcs: Update to 2.14.1....* gnu/packages/version-control.scm (darcs): Update to 2.14.1.
[arguments]: Add patch-sh phase. Enable tests.
| Arun Isaac |
2018-08-17 | gnu: diffstat: Update to 1.62....* gnu/packages/version-control.scm (diffstat): Update to 1.62.
| Tobias Geerinckx-Rice |
2018-08-15 | gnu: cvs-fast-export: Update to 1.44....* 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.
| Tobias Geerinckx-Rice |
2018-08-15 | gnu: subversion: Update to 1.10.2....* gnu/packages/version-control.scm (subversion): Update to 1.10.2.
| Tobias Geerinckx-Rice |
2018-08-12 | gnu: git-annex: Update to 6.20180807....* gnu/packages/version-control.scm (git-annex): Update to 6.20180807.
| Tobias Geerinckx-Rice |
2018-08-11 | gnu: python-gitpython: Update to 2.1.11....* gnu/packages/version-control.scm (python-gitpython): Update to 2.1.11.
| Tobias Geerinckx-Rice |
2018-08-09 | gnu: cgit: Update to 1.2.1 [fixes CVE-2018-14912]....* gnu/packages/version-control.scm (cgit): Update to 1.2.1.
[inputs]: Use the source of GIT.
| Leo Famulari |
2018-08-09 | gnu: libgit2: Update to 0.26.6....* gnu/packages/version-control.scm (libgit2): Update to 0.26.6.
| Marius Bakke |
2018-07-30 | gnu: tig: Update to 2.4.1....* gnu/packages/version-control.scm (tig): Update to 2.4.1.
[description]: Fix texinfo markup.
| Efraim Flashner |
2018-07-09 | gnu: libgit2: Update to 0.26.5 [fixes CVE-2018-10887 and CVE-2018-10888]....* gnu/packages/version-control.scm (libgit2): Update to 0.26.5.
| Marius Bakke |
2018-07-02 | gnu: libgit2: Update to 0.26.4 [fixes CVE-2018-11235]....* 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.
| Leo Famulari |
2018-06-27 | gnu: java-jgit: Return #t from phases....* gnu/packages/version-control.scm (java-jgit)[arguments]: Substitute
INVOKE for SYSTEM*. Return #t rather than undefined from phases.
| Tobias Geerinckx-Rice |
2018-06-27 | gnu: aegis: Return #t from phases....* gnu/packages/version-control.scm (aegis)[arguments]: Substitute INVOKE
for SYSTEM*. Return #t rather than undefined from phases.
| Tobias Geerinckx-Rice |
2018-06-27 | gnu: aegis: Skip failing tests....* gnu/packages/version-control.scm (aegis)[arguments]: Disable some
failing tests that should otherwise cause build failures.
| Tobias Geerinckx-Rice |
2018-06-27 | gnu: stgit: Return #t from phases....* gnu/packages/version-control.scm (stgit)[arguments]: Substitute INVOKE
for SYSTEM*.
| Tobias Geerinckx-Rice |
2018-06-27 | gnu: cgit: Return #t from all phases....* gnu/packages/version-control.scm (cgit)[arguments]: Substitute INVOKE
for SYSTEM*.
| Tobias Geerinckx-Rice |
2018-06-26 | gnu: git-annex: Update to 6.20180626 [fixes CVE-2018-{10857,10859}]...* gnu/packages/version-control.scm (git-annex): Update to 6.20180626.
| Leo Famulari |
2018-06-24 | gnu: git: Update to 2.18.0....* 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.
| Marius Bakke |
2018-06-22 | gnu: libgit2: Return #t from all phases....* gnu/packages/version-control.scm (libgit2)[arguments]: Substitute
INVOKE for SYSTEM*.
| Tobias Geerinckx-Rice |
2018-06-22 | gnu: git-crypt: Return #t from all phases....* gnu/packages/version-control.scm (git-crypt)[arguments]: Substitute
INVOKE for SYSTEM*.
| Tobias Geerinckx-Rice |
2018-06-22 | gnu: git: Add "credential-netrc" output....* gnu/packages/version-control.scm (git): Add "credential-netrc"
output.
Signed-off-by: Gábor Boskovits <boskovits@gmail.com>
| Pierre Neidhardt |
2018-06-19 | gnu: git-annex: Update to 6.20180529....* gnu/packages/version-control.scm (git-annex): Update to 6.20180529.
[inputs]: Add ghc-tagsoup.
| Leo Famulari |
2018-06-15 | gnu: gource: Update to 0.49....* gnu/packages/version-control.scm (gource): Update to 0.49.
| Tobias Geerinckx-Rice |
2018-06-01 | Merge branch 'master' into core-updates | Ludovic Courtès |
2018-06-01 | gnu: Add git-annex....* gnu/packages/version-control.scm (git-annex): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Timothy Sample |
2018-05-29 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-05-29 | gnu: Git: Update to 2.17.1 [fixes CVE 2018-{11234,11235}]....* gnu/packages/version-control.scm (git): Update to 2.17.1.
| Leo Famulari |
2018-05-24 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-05-23 | gnu: python-gitpython: Update to 2.1.10....* gnu/packages/version-control.scm (python-gitpython): Update to 2.1.10.
| Tobias Geerinckx-Rice |
2018-05-21 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-05-18 | gnu: cgit: Fix included scripts....Fix the about-formatting.sh, syntax-highlighting.py and html-converters files.
* gnu/packages/version-control.scm (cgit)[arguments]: Include
about-formatting.sh and the html-converters in the patch-absolute-file-names
phase and add a wrap-python-scripts phase to wrap syntax-highlighting.py and
the md2html converter.
[inputs]: Add groff, python, python-docutils, python-markdown and
python-pygments.
| Christopher Baines |