summaryrefslogtreecommitdiff
path: root/guix/git.scm
Commit message (Expand)AuthorAge
* git: 'update-cached-checkout' returns the commit ID when given a tag.Ludovic Courtès2022-10-17
* git: 'update-cached-checkout' recognizes truncated commit IDs.Ludovic Courtès2022-10-15
* git: Factorize 'commit-id?' predicate.Ludovic Courtès2022-10-11
* git: Add 'commit-descendant?'.Ludovic Courtès2022-02-14
* upstream: Support updating and fetching 'git-fetch' origins.Sarah Morgensen2022-01-06
* git: 'reference-available?' recognizes 'tag-or-commit'.Ludovic Courtès2021-09-18
* git: 'update-cached-checkout' can fall back to SWH when cloning.Ludovic Courtès2021-09-18
* import: Add 'generic-git' updater.Xinglu Chen2021-09-18
* transformations: Git tags and 'git describe' style IDs are used as version.Marius Bakke2021-09-08
* git: 'resolve-reference' handles 'git describe'-style commit IDs.Marius Bakke2021-09-08
* 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