summaryrefslogtreecommitdiff
path: root/guix/git-download.scm
Commit message (Expand)AuthorAge
* git-download: Download from Software Heritage as a last resort.Ludovic Courtès2018-11-26
* git-download: Use 'git-minimal' instead of 'git'.Ludovic Courtès2018-11-26
* git-download: Don't assume the working directory is the parent of ".git".Marius Bakke2018-09-26
* git-download: 'git-predicate' returns #f on Git errors.Ludovic Courtès2018-09-14
* git-download: Rewrite 'git-predicate' using Guile-Git.Ludovic Courtès2018-09-13
* git-download: Fix recursive checkouts.Eric Bavier2018-03-18
* download: Download a nar when a VCS checkout fails.Ludovic Courtès2017-10-19
* git-download: Remove call to 'canonicalize-path'.Ludovic Courtès2017-07-30
* git-download: Speed up 'git-predicate'.Christopher Baines2017-07-25
* git-download: Fix 'git-predicate' to use absolute paths.Christopher Baines2017-05-30
* git-download: Fix 'git-predicate' file membership.Ludovic Courtès2017-05-07
* git-download: Add 'git-predicate'.Mathieu Lirzin2017-02-09
* git download: Remove redundant argument in 'gexp->derivation' call.Mathieu Lirzin2017-01-11
* git-download: Add some helpers.David Craven2017-01-04
* git-download: Use a single download script for all derivations.Ludovic Courtès2016-12-31
* download: Use 'with-imported-modules'.Ludovic Courtès2016-07-12
* download: Disable offloading for downloads.Ludovic Courtès2015-09-05
* derivations: Add #:substitutable?, distinguished from #:local-build?.Ludovic Courtès2015-07-03
* packages: Refer to the native tools when handling sources and downloads.Ludovic Courtès2015-04-15
* packages: Convert source derivations to monadic style.Ludovic Courtès2015-01-14
* monads: Move '%store-monad' and related procedures where they belong.Ludovic Courtès2015-01-14
* download: Allow use of substitutes.Ludovic Courtès2014-10-16
* build-system: Introduce "bags" as an intermediate representation.Ludovic Courtès2014-10-05
* gnu: Split (gnu packages base), adding (gnu packages commencement).Ludovic Courtès2014-08-28
* git-download: Rewrite using gexps.Ludovic Courtès2014-08-23
* git-download: Support recursive clones.Ludovic Courtès2014-06-27
* download: Perform derivations locally.Ludovic Courtès2014-03-06
* Add (guix git-download).Ludovic Courtès2014-02-21