summaryrefslogtreecommitdiff
path: root/guix/git.scm
AgeCommit message (Expand)Author
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
2018-03-18git: 'switch-to-ref' accepts short commit IDs.Ludovic Courtès
2017-11-21git: Do not add '.git' to the store.Ludovic Courtès
2017-11-11git: Check whether 'clone-init-options' is defined.Ludovic Courtès
2017-11-10git: Work around wrong default argument of 'clone'.Ludovic Courtès
2017-11-07Fix ambiguous imports.Ludovic Courtès
2017-07-01guix: git: Stop using libgit2-shutdown.Mathieu Othacehe
2017-06-09guix: git: Add new module.Mathieu Othacehe
2017-05-05Revert "guix: git: Add new module."Leo Famulari
2017-05-05guix: git: Add new module.Mathieu Othacehe