summaryrefslogtreecommitdiff
path: root/guix/git.scm
AgeCommit message (Expand)Author
2024-04-15Autoload (gcrypt hash).Ludovic Courtès
2024-04-15Autoload (guix build syscalls).Ludovic Courtès
2024-04-15git: Add ‘tag->commit’ and use it in (guix channels).Ludovic Courtès
2024-04-15channels: Move ‘commit-short-id’ to (guix git).Ludovic Courtès
2024-04-15git: Add ‘repository-info’ and use it in (guix channels).Ludovic Courtès
2023-11-22git: Shell out to ‘git gc’ when necessary.Ludovic Courtès
2023-11-11guix: Properly compute progress bar width.Julien Lepiller
2023-09-25git: Restore 'false-if-git-not-found' in 'reference-available?'.Simon Tournier
2023-09-22git: Avoid touching the network unless needed in 'reference-available?'.Simon Tournier
2023-09-05git: Fix typo in reference-available? comment.Maxim Cournoyer
2023-09-05Revert "guix: git: Avoid touching the network unless needed in 'reference-ava...Maxim Cournoyer
2023-08-29guix: git: Avoid touching the network unless needed in 'reference-available?'.Simon Tournier
2023-08-16git: Clarify commit relation reference in doc.Maxim Cournoyer
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