-
Notifications
You must be signed in to change notification settings - Fork 325
Comparing changes
Open a pull request
base repository: libgit2/git2go
base: 4b14d29
head repository: libgit2/git2go
compare: a53cd8b
- 10 commits
- 17 files changed
- 11 contributors
Commits on Oct 16, 2021
-
Declare forward-compatibility with libgit2 v1.3.0 #minor (#843)
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 37d4d3d - Browse repository at this point
Copy the full SHA 37d4d3dView commit details
Commits on Nov 9, 2021
-
bugfix: HTTPS Clone fails with remote pointer not found using Go tran…
…sport (#836) (#842) (#849) 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 bacde67 - Browse repository at this point
Copy the full SHA bacde67View commit details -
Make ssh commands used in the git smart transport compatible with lib…
…git2 (#852) (#856) * 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 3033505 - Browse repository at this point
Copy the full SHA 3033505View commit details -
Fix replace statement example in README.md (#859) (#860)
(cherry picked from commit 533c82f) Co-authored-by: Ignacio Taranto <ignacio_taranto@protonmail.com>
Configuration menu - View commit details
-
Copy full SHA for a6446ac - Browse repository at this point
Copy the full SHA a6446acView commit details -
Generate stringer files automatically (#841) (#865)
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 a964575 - Browse repository at this point
Copy the full SHA a964575View 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 a3f32b9 - Browse repository at this point
Copy the full SHA a3f32b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dfdab7 - Browse repository at this point
Copy the full SHA 9dfdab7View commit details
Commits on Jan 23, 2022
-
readme: link to godoc for current main branch (#892)
This is a release-specific change corresponding to #886
Configuration menu - View commit details
-
Copy full SHA for 8230ed9 - Browse repository at this point
Copy the full SHA 8230ed9View commit details
Commits on Feb 25, 2022
-
rebase: Add wrapper for
git_rebase_inmemory_index()
(#900) (#904)* 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 a7dc7d4 - Browse repository at this point
Copy the full SHA a7dc7d4View commit details -
Add refspec bindings (#898) (#907)
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 a53cd8b - Browse repository at this point
Copy the full SHA a53cd8bView 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 4b14d29...a53cd8b