aboutsummaryrefslogtreecommitdiff
path: root/guix/git.scm
Commit message (Expand)AuthorAge
* Autoload (gcrypt hash).Ludovic Courtès2024-04-15
* Autoload (guix build syscalls).Ludovic Courtès2024-04-15
* git: Add ‘tag->commit’ and use it in (guix channels).Ludovic Courtès2024-04-15
* channels: Move ‘commit-short-id’ to (guix git).Ludovic Courtès2024-04-15
* git: Add ‘repository-info’ and use it in (guix channels).Ludovic Courtès2024-04-15
* git: Shell out to ‘git gc’ when necessary.Ludovic Courtès2023-11-22
* guix: Properly compute progress bar width.Julien Lepiller2023-11-11
* git: Restore 'false-if-git-not-found' in 'reference-available?'.Simon Tournier2023-09-25
* git: Avoid touching the network unless needed in 'reference-available?'.Simon Tournier2023-09-22
* git: Fix typo in reference-available? comment.Maxim Cournoyer2023-09-05
* Revert "guix: git: Avoid touching the network unless needed in 'reference-ava...Maxim Cournoyer2023-09-05
* guix: git: Avoid touching the network unless needed in 'reference-available?'.Simon Tournier2023-08-29
* git: Clarify commit relation reference in doc.Maxim Cournoyer2023-08-16
* guix: Strip #:use-module lists.Ludovic Courtès2023-03-13
* git: Make better use of the better progress bar.Tobias Geerinckx-Rice2023-02-19
* git: Factor out INDEXER-PROGRESS-TOTAL-OBJECTS access.Tobias Geerinckx-Rice2023-02-19
* 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