AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- update to 0.5.2: * Fix crash when fetching multiple sub-modules This bug was reported at <https://issues.guix.gnu.org/48855>. It could lead to crashes via SIGSEGV or SIGILL while fetching multiple sub-modules in a row.
- build non-parallel for reproducible build results (boo#1170378)
- Update to version 0.5.1: * Fix crash when using ‘config-foreach’ or ‘config-fold’ * commit: Prevent dangling repository references * New diff bindings in (git diff) * New configuration parsing support in (git config) * New tag procedures: ‘tag-fold’, ‘tag-foreach’ * New tree procedures: ‘tree-entry-byname’, ‘tree-entry-type’ * New remote procedures: ‘remote-url’, ‘remote-set-url!’ * Submodule interface changes
- Update to version 0.4.0: * Support for HTTP and HTTPS proxies * Support for progress report * Fix typo that made repository-index and repository-refdb unusable
- Update to version 0.3.0: * Support for Guile 3.0 * New modules (git signature), (git describe), (git blob) * Add new (git tag) procedures * Add accessor and setter for the download tags of ~fetch-options~ * Add ~CREDTYPE-*~ variables * Add ssh authentication support * ~repository-state~ return a symbols instead of an int * Rename ~foo-init-options~ procedures to be more idiomatic - Remove patch: * support-guile-3.0.patch: Included in release
- Make files section compatible with Guile 3.0 - Add patch: * support-guile-3.0.patch: Adds support for Guile 3.0
- upate to 0.2.0: * New Functionality * * Add (git submodule) module * Bug fixes * * Fix experience in REPL * * Correctly export ~repository-working-directory~ For more details see /usr/share/doc/packages/guile-git/NEWS - package NEWS file
- add libgit2-devel as run time dependency to avoid "/usr/lib64/libgit2", message: "file not found" error
- remove needless _service and tar file
- bump to 0.1.0: - support remote-ls - support repository-close - small fixes - switch from git service to release tarball - order build requires alphabetical - install info files - COPYING now as license
- Update description.
- make package compatibile with guile-2.0+ - make _service localonly
- Initial version built from commit 951a32c