summaryrefslogtreecommitdiff
path: root/guix/git.scm
AgeCommit message (Expand)Author
2021-09-18git: 'reference-available?' recognizes 'tag-or-commit'.Ludovic Courtès
2021-09-18git: 'update-cached-checkout' can fall back to SWH when cloning.Ludovic Courtès
2021-09-18import: Add 'generic-git' updater.Xinglu Chen
2021-09-08transformations: Git tags and 'git describe' style IDs are used as version.Marius Bakke
2021-09-08git: 'resolve-reference' handles 'git describe'-style commit IDs.Marius Bakke
2021-06-12git: Update the mtime of the just-updated checkout.Ludovic Courtès
2021-04-14git: Honor proxy settings when fetching submodules.Ludovic Courtès
2021-04-10git: Update cached checkout to the remote HEAD by default.Kyle Meyer
2021-04-02git: Remove unused variables.Ludovic Courtès
2021-01-13git: Periodically delete least-recently-used cached checkouts.Ludovic Courtès
2020-12-04git: 'reference-available?' handles short commit IDs.Ludovic Courtès
2020-10-22git: Support HTTP and HTTPS proxies.Ludovic Courtès
2020-10-22git: Display a progress bar while fetching a repo.Ludovic Courtès
2020-10-22git: Require Guile-Git 0.3.0 or later.Ludovic Courtès
2020-09-06git: Export url-cache-directory.Mathieu Othacehe
2020-07-23git: 'update-cached-checkout' has a new #:check-out? parameter.Ludovic Courtès
2020-07-23git: Factorize 'resolve-reference'.Ludovic Courtès
2020-07-11git: Add 'with-git-error-handling'.Ludovic Courtès
2020-06-09git: 'commit-difference' really excludes the ancestors of #:excluded.Ludovic Courtès
2020-06-07git-authenticate: Prevent removal of '.guix-authorizations'.Ludovic Courtès
2020-06-07git: 'update-cached-checkout' gracefully handles missing starting commit.Ludovic Courtès
2020-05-25git: 'update-cached-checkout' returns the commit relation.Ludovic Courtès
2020-05-25git: Add 'commit-relation'.Ludovic Courtès
2020-05-07channels: Add mechanism to patch checkouts of the 'guix channel.Ludovic Courtès
2020-04-02git: Don't try to resolve tags with 'tag-lookup'.Ludovic Courtès
2020-02-10git: Add missing exports for <git-checkout>.Ludovic Courtès
2020-02-06git: Remove leftover pk call.Mathieu Othacehe
2020-02-06git: Add ssh authentication support.Mathieu Othacehe
2020-01-07download, git: Refer to the right module in 'module-use!' call.Ludovic Courtès
2020-01-06Adjust module autoloads.Ludovic Courtès
2019-12-27git: 'commit-difference' takes a list of excluded commits.Ludovic Courtès
2019-09-23git: Add 'commit-difference'.Ludovic Courtès
2019-09-23git: 'update-cached-checkout' avoids network access when unnecessary.Ludovic Courtès
2019-07-26git: 'switch-to-ref' resolves tag targets.Ludovic Courtès
2019-07-26git: <git-checkout> allows tags in its 'commit' field.Ludovic Courtès
2019-07-26git: 'update-cached-checkout' supports a 'tag-or-commit' type of ref.Ludovic Courtès
2019-02-11git: Add an exception printer for 'git-error'.Ludovic Courtès
2019-02-08git: Always use the system certificates by default.Ludovic Courtès
2019-02-08git: Add a 'recursive?' field to <git-checkout> records.Ludovic Courtès
2019-02-08git: Support recursive updates of submodules.Ludovic Courtès
2018-11-30git: Nicely report '--with-commit' errors.Ludovic Courtès
2018-11-30guix build: Add '--with-commit'.Ludovic Courtès
2018-11-30git: Add <git-checkout> record type.Ludovic Courtès
2018-11-30git: 'latest-repository-commit' logs its progress.Ludovic Courtès
2018-09-17git: Choose a saner default for '%repository-cache-directory'.Ludovic Courtès
2018-09-05git: Don't require users to specifiy "origin/" for branches.Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès
2018-07-13git: Call 'url-cache-directory' outside 'update-cached-checkout'.Oleg Pykhalov
2018-04-02git: Increase modularity and expose 'update-cached-checkout'.Ludovic Courtès
2018-03-26git: 'latest-repository-commit' calls 'repository-close!'.Ludovic Courtès