summaryrefslogtreecommitdiff
path: root/guix/git.scm
Commit message (Expand)AuthorAge
* git: Update the mtime of the just-updated checkout.Ludovic Courtès2021-06-12
* git: Honor proxy settings when fetching submodules.Ludovic Courtès2021-04-14
* git: Update cached checkout to the remote HEAD by default.Kyle Meyer2021-04-10
* git: Remove unused variables.Ludovic Courtès2021-04-02
* git: Periodically delete least-recently-used cached checkouts.Ludovic Courtès2021-01-13
* git: 'reference-available?' handles short commit IDs.Ludovic Courtès2020-12-04
* git: Support HTTP and HTTPS proxies.Ludovic Courtès2020-10-22
* git: Display a progress bar while fetching a repo.Ludovic Courtès2020-10-22
* git: Require Guile-Git 0.3.0 or later.Ludovic Courtès2020-10-22
* git: Export url-cache-directory.Mathieu Othacehe2020-09-06
* git: 'update-cached-checkout' has a new #:check-out? parameter.Ludovic Courtès2020-07-23
* git: Factorize 'resolve-reference'.Ludovic Courtès2020-07-23
* git: Add 'with-git-error-handling'.Ludovic Courtès2020-07-11
* git: 'commit-difference' really excludes the ancestors of #:excluded.Ludovic Courtès2020-06-09
* git-authenticate: Prevent removal of '.guix-authorizations'.Ludovic Courtès2020-06-07
* git: 'update-cached-checkout' gracefully handles missing starting commit.Ludovic Courtès2020-06-07
* git: 'update-cached-checkout' returns the commit relation.Ludovic Courtès2020-05-25
* git: Add 'commit-relation'.Ludovic Courtès2020-05-25
* channels: Add mechanism to patch checkouts of the 'guix channel.Ludovic Courtès2020-05-07
* git: Don't try to resolve tags with 'tag-lookup'.Ludovic Courtès2020-04-02
* git: Add missing exports for <git-checkout>.Ludovic Courtès2020-02-10
* git: Remove leftover pk call.Mathieu Othacehe2020-02-06
* git: Add ssh authentication support.Mathieu Othacehe2020-02-06
* download, git: Refer to the right module in 'module-use!' call.Ludovic Courtès2020-01-07
* Adjust module autoloads.Ludovic Courtès2020-01-06
* git: 'commit-difference' takes a list of excluded commits.Ludovic Courtès2019-12-27
* git: Add 'commit-difference'.Ludovic Courtès2019-09-23
* git: 'update-cached-checkout' avoids network access when unnecessary.Ludovic Courtès2019-09-23
* git: 'switch-to-ref' resolves tag targets.Ludovic Courtès2019-07-26
* git: <git-checkout> allows tags in its 'commit' field.Ludovic Courtès2019-07-26
* git: 'update-cached-checkout' supports a 'tag-or-commit' type of ref.Ludovic Courtès2019-07-26
* git: Add an exception printer for 'git-error'.Ludovic Courtès2019-02-11
* git: Always use the system certificates by default.Ludovic Courtès2019-02-08
* git: Add a 'recursive?' field to <git-checkout> records.Ludovic Courtès2019-02-08
* git: Support recursive updates of submodules.Ludovic Courtès2019-02-08
* git: Nicely report '--with-commit' errors.Ludovic Courtès2018-11-30
* guix build: Add '--with-commit'.Ludovic Courtès2018-11-30
* git: Add <git-checkout> record type.Ludovic Courtès2018-11-30
* git: 'latest-repository-commit' logs its progress.Ludovic Courtès2018-11-30
* git: Choose a saner default for '%repository-cache-directory'.Ludovic Courtès2018-09-17
* git: Don't require users to specifiy "origin/" for branches.Ludovic Courtès2018-09-05
* Switch to Guile-Gcrypt.Ludovic Courtès2018-09-04
* git: Call 'url-cache-directory' outside 'update-cached-checkout'.Oleg Pykhalov2018-07-13
* git: Increase modularity and expose 'update-cached-checkout'.Ludovic Courtès2018-04-02
* git: 'latest-repository-commit' calls 'repository-close!'.Ludovic Courtès2018-03-26
* git: 'switch-to-ref' accepts short commit IDs.Ludovic Courtès2018-03-18
* git: Do not add '.git' to the store.Ludovic Courtès2017-11-21
* git: Check whether 'clone-init-options' is defined.Ludovic Courtès2017-11-11
* git: Work around wrong default argument of 'clone'.Ludovic Courtès2017-11-10
* Fix ambiguous imports.Ludovic Courtès2017-11-07