gruntwork-io / git-xargs

git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec
Apache License 2.0
921 stars 63 forks source link

Upgraded go-git to v5.6.1 #120

Closed bloudraak closed 1 year ago

bloudraak commented 1 year ago

Description

Fixes #118.

Upgrades go-git to v5.6.1. This update fixes an issue where some repositories fail to clone with error message "reference delta not found."

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Updated go-git to v5.6.1.

Migration Guide

No migration needed.

zackproser commented 1 year ago

@bloudraak Thanks kindly for the PR! I've kicked off tests.

zackproser commented 1 year ago

The fix for this is in PR #122 - once that is merged, we can rebase this PR against master and that will fix the current build issue occurring in CircleCI.

zackproser commented 1 year ago

Okay @bloudraak could you kindly rebase your PR on master when you get a chance? That will pull in the Go 1.18 version upgrade required to fix the current build issue.

Thanks again!

zackproser commented 1 year ago

Because your PR required me to resolve some conflicts in your fork which I didn't have access to, I opted to make the same change myself in the interest of getting this fix out more quickly.

Thanks so much for opening this and offering a fix. I really appreciate it!