summary refs log tree commit diff
path: root/guix/git.scm
AgeCommit message (Expand)Author
2023-03-13guix: Strip #:use-module lists.Ludovic Courtès
2023-02-19git: Make better use of the better progress bar.Tobias Geerinckx-Rice
2023-02-19git: Factor out INDEXER-PROGRESS-TOTAL-OBJECTS access.Tobias Geerinckx-Rice
2022-10-17git: 'update-cached-checkout' returns the commit ID when given a tag.Ludovic Courtès
2022-10-15git: 'update-cached-checkout' recognizes truncated commit IDs.Ludovic Courtès
2022-10-11git: Factorize 'commit-id?' predicate.Ludovic Courtès
2022-02-14git: Add 'commit-descendant?'.Ludovic Courtès
2022-01-06upstream: Support updating and fetching 'git-fetch' origins.Sarah Morgensen
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