-
Notifications
You must be signed in to change notification settings - Fork 325
Comparing changes
Open a pull request
base repository: libgit2/git2go
base: main
head repository: libgit2/git2go
compare: release-1.1
- 11 commits
- 18 files changed
- 11 contributors
Commits on Sep 6, 2021
-
Allow building libgit2 with Chromium zlib (#831) (#833)
This change allows the caller to set the `USE_CHROMIUM_ZLIB=ON` environment variable to use the Chromium implementation of zlib when building libgit2. (cherry picked from commit c6da3b9) Co-authored-by: lhchavez <lhchavez@lhchavez.com>
Configuration menu - View commit details
-
Copy full SHA for 5a8a230 - Browse repository at this point
Copy the full SHA 5a8a230View commit details
Commits on Oct 16, 2021
-
Declare forward-compatibility with libgit2 v1.3.0 #minor (#844)
This commit marks this (Golang) version of git2go as being compatible with libgit2 v1.3.0.
Configuration menu - View commit details
-
Copy full SHA for 0ff1486 - Browse repository at this point
Copy the full SHA 0ff1486View commit details
Commits on Nov 9, 2021
-
bugfix: HTTPS Clone fails with remote pointer not found using Go tran…
…sport (#836) (#842) (#848) Fixes: #836 Changes: * adding a weak bool param for Remote * create a new remote in the smartTransportCallback incase one is not found (cherry picked from commit 0e8009f) Co-authored-by: Yashodhan Ghadge <codexetreme@users.noreply.github.com> Co-authored-by: lhchavez <lhchavez@lhchavez.com>
Configuration menu - View commit details
-
Copy full SHA for 90af2ae - Browse repository at this point
Copy the full SHA 90af2aeView commit details -
Make ssh commands used in the git smart transport compatible with lib…
…git2 (#852) (#854) * Fix ssh commands used in go SmartSubtransport Before the fix, the commands sent were of the form: ``` git-upload-pack "/bar/test-reponame" ``` This resulted in the git server returning error: `error parsing command: invalid git command` This change replaces the double quotes with single quotes: ``` git-upload-pack '/bar/test-reponame' ``` * Update ssh.go Co-authored-by: lhchavez <lhchavez@lhchavez.com> (cherry picked from commit 6cea7a7) Co-authored-by: Sunny <darkowlzz@protonmail.com> Co-authored-by: lhchavez <lhchavez@lhchavez.com>
Configuration menu - View commit details
-
Copy full SHA for 206c5a3 - Browse repository at this point
Copy the full SHA 206c5a3View commit details -
Fix replace statement example in README.md (#859) (#861)
(cherry picked from commit 533c82f) Co-authored-by: Ignacio Taranto <ignacio_taranto@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for a3a7c72 - Browse repository at this point
Copy the full SHA a3a7c72View commit details -
Generate stringer files automatically (#841) (#867)
Added `stringer` annotations to `git.go` for `ErrorClass` and `ErrorCode`. Added `generate` rule for `Makefile` to generate string representations for these types (first building cgo files in `_obj` dir to get C constants). Finally, updated `ci` actions workflow to check that generated files are up to date. Fixes: #543 (cherry picked from commit 5e35338) Co-authored-by: Kirill <g4s8.public@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 650a1de - Browse repository at this point
Copy the full SHA 650a1deView commit details
Commits on Jan 18, 2022
-
Add EnableFsyncGitDir to enable synchronized writes to the gitdir (#874…
Configuration menu - View commit details
-
Copy full SHA for b1120d3 - Browse repository at this point
Copy the full SHA b1120d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a800947 - Browse repository at this point
Copy the full SHA a800947View commit details
Commits on Jan 23, 2022
-
readme: link to godoc for current main branch (#893)
This is a release-specific change corresponding to #886
Configuration menu - View commit details
-
Copy full SHA for 9e3e849 - Browse repository at this point
Copy the full SHA 9e3e849View commit details
Commits on Feb 25, 2022
-
rebase: Add wrapper for
git_rebase_inmemory_index()
(#900) (#902)* rebase: Fix missing initialization of the repo pointer While the `Rebase` structure has a pointer to the repository the rebase is creatde in, this pointer isn't ever initialized. Fix this. * rebase: Add wrapper for `git_rebase_inmemory_index()` Add a new wrapper for `git_rebase_inmemory_index()`, which can be used to retrieve the index for an in-memory rebase. Co-authored-by: Patrick Steinhardt <psteinhardt@gitlab.com> (cherry picked from commit e7d1b2b) Co-authored-by: Patrick Steinhardt <ps@pks.im>
Configuration menu - View commit details
-
Copy full SHA for 88968b1 - Browse repository at this point
Copy the full SHA 88968b1View commit details -
Add refspec bindings (#898) (#906)
This add support for the parse, access, and transform functions for refspec objects. (cherry picked from commit eae0077) Co-authored-by: William Bain <bain.william.a@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cbca5b8 - Browse repository at this point
Copy the full SHA cbca5b8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...release-1.1