summaryrefslogtreecommitdiff
path: root/guix/git-download.scm
AgeCommit message (Expand)Author
2024-03-09download: Honor ‘GUIX_DOWNLOAD_METHODS’ environment variable.Ludovic Courtès
2024-02-12git-download: Download from SWH by nar hash when possible.Ludovic Courtès
2023-11-07git-download: Add support for Git Large File Storage (LFS).Maxim Cournoyer
2023-09-26git-download: Use “builtin:git-download” when available.Ludovic Courtès
2023-09-26git-download: Honor the ‘GUIX_DOWNLOAD_FALLBACK_TEST’ environment variable.Ludovic Courtès
2023-09-26git-download: Move fallback code to (guix build git).Ludovic Courtès
2023-05-11download: Refer to the 'guile-gnutls' package and not 'gnutls'.Ludovic Courtès
2023-05-06Revert "download: Refer to the 'guile-gnutls' package and not 'gnutls'."Ludovic Courtès
2023-05-06download: Refer to the 'guile-gnutls' package and not 'gnutls'.Ludovic Courtès
2023-03-16guix: Improve download-nar.Christopher Baines
2023-03-03git-download: Apply Git attributes on checkouts coming from SWH.Ludovic Courtès
2022-04-20git-download: Set locale to deal with Unicode in git metadata.Attila Lendvai
2021-05-28git-download: Support submodules in 'git-predicate'.Andrew Whatson
2021-05-28git-download: 'git-predicate' now ignores deleted files.Ludovic Courtès
2021-04-16git-download: Call 'libgit2-init!'.Ludovic Courtès
2021-03-19git-download: Autoload Guile-Git.Ludovic Courtès
2020-09-08Remove (guix json) and require Guile-JSON 4.3.0+.Ludovic Courtès
2020-08-24Use guile-zlib extension in build-side code.Mathieu Othacehe
2020-07-10git-download: Don't verify X.509 certificate of SWH.Ludovic Courtès
2020-04-23git-version: Raise a condition instead of an error.Jakub Kądziołka
2020-04-23git-version: Handle invalid arguments gracefullyJakub Kądziołka
2019-09-05download: Pass 'http_proxy' et al. to git, hg, etc.Ludovic Courtès
2019-08-28swh: 'swh-download' prints debugging info.Ludovic Courtès
2019-07-25maint: Switch to Guile-JSON 3.x.Ludovic Courtès
2019-06-06guix: git-download: Remove explicit import.Robert Vollmert
2018-11-26git-download: Download from Software Heritage as a last resort.Ludovic Courtès
2018-11-26git-download: Use 'git-minimal' instead of 'git'.Ludovic Courtès
2018-09-26git-download: Don't assume the working directory is the parent of ".git".Marius Bakke
2018-09-14git-download: 'git-predicate' returns #f on Git errors.Ludovic Courtès
2018-09-13git-download: Rewrite 'git-predicate' using Guile-Git.Ludovic Courtès
2018-03-18git-download: Fix recursive checkouts.Eric Bavier
2017-10-19download: Download a nar when a VCS checkout fails.Ludovic Courtès
2017-07-30git-download: Remove call to 'canonicalize-path'.Ludovic Courtès
2017-07-25git-download: Speed up 'git-predicate'.Christopher Baines
2017-05-30git-download: Fix 'git-predicate' to use absolute paths.Christopher Baines
2017-05-07git-download: Fix 'git-predicate' file membership.Ludovic Courtès
2017-02-09git-download: Add 'git-predicate'.Mathieu Lirzin
2017-01-11git download: Remove redundant argument in 'gexp->derivation' call.Mathieu Lirzin
2017-01-04git-download: Add some helpers.David Craven
2016-12-31git-download: Use a single download script for all derivations.Ludovic Courtès
2016-07-12download: Use 'with-imported-modules'.Ludovic Courtès
2015-09-05download: Disable offloading for downloads.Ludovic Courtès
2015-07-03derivations: Add #:substitutable?, distinguished from #:local-build?.Ludovic Courtès
2015-04-15packages: Refer to the native tools when handling sources and downloads.Ludovic Courtès
2015-01-14packages: Convert source derivations to monadic style.Ludovic Courtès
2015-01-14monads: Move '%store-monad' and related procedures where they belong.Ludovic Courtès
2014-10-16download: Allow use of substitutes.Ludovic Courtès
2014-10-05build-system: Introduce "bags" as an intermediate representation.Ludovic Courtès
2014-08-28gnu: Split (gnu packages base), adding (gnu packages commencement).Ludovic Courtès
2014-08-23git-download: Rewrite using gexps.Ludovic Courtès