summaryrefslogtreecommitdiff
path: root/guix/git.scm
Commit message (Expand)AuthorAge
* 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
* Adjust module autoloads.Ludovic Courtès2020-01-06
* git: 'commit-difference' takes a list of excluded commits.Ludovic Courtès2019-12-27
* git: Add 'commit-difference'.Ludovic Courtès2019-09-23
* git: 'update-cached-checkout' avoids network access when unnecessary.Ludovic Courtès2019-09-23
* git: 'switch-to-ref' resolves tag targets.Ludovic Courtès2019-07-26
* git: <git-checkout> allows tags in its 'commit' field.Ludovic Courtès2019-07-26
* git: 'update-cached-checkout' supports a 'tag-or-commit' type of ref.Ludovic Courtès2019-07-26
* git: Add an exception printer for 'git-error'.Ludovic Courtès2019-02-11
* git: Always use the system certificates by default.Ludovic Courtès2019-02-08
* git: Add a 'recursive?' field to <git-checkout> records.Ludovic Courtès2019-02-08
* git: Support recursive updates of submodules.Ludovic Courtès2019-02-08
* git: Nicely report '--with-commit' errors.Ludovic Courtès2018-11-30
* guix build: Add '--with-commit'.Ludovic Courtès2018-11-30
* git: Add <git-checkout> record type.Ludovic Courtès2018-11-30
* git: 'latest-repository-commit' logs its progress.Ludovic Courtès2018-11-30
* git: Choose a saner default for '%repository-cache-directory'.Ludovic Courtès2018-09-17
* git: Don't require users to specifiy "origin/" for branches.Ludovic Courtès2018-09-05
* Switch to Guile-Gcrypt.Ludovic Courtès2018-09-04
* git: Call 'url-cache-directory' outside 'update-cached-checkout'.Oleg Pykhalov2018-07-13
* git: Increase modularity and expose 'update-cached-checkout'.Ludovic Courtès2018-04-02
* git: 'latest-repository-commit' calls 'repository-close!'.Ludovic Courtès2018-03-26
* git: 'switch-to-ref' accepts short commit IDs.Ludovic Courtès2018-03-18
* git: Do not add '.git' to the store.Ludovic Courtès2017-11-21
* git: Check whether 'clone-init-options' is defined.Ludovic Courtès2017-11-11
* git: Work around wrong default argument of 'clone'.Ludovic Courtès2017-11-10
* Fix ambiguous imports.Ludovic Courtès2017-11-07
* guix: git: Stop using libgit2-shutdown.Mathieu Othacehe2017-07-01
* guix: git: Add new module.Mathieu Othacehe2017-06-09
* Revert "guix: git: Add new module."Leo Famulari2017-05-05
* guix: git: Add new module.Mathieu Othacehe2017-05-05