-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1084 move back to go git #1159
1084 move back to go git #1159
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1159 +/- ##
==========================================
- Coverage 70.11% 70.01% -0.10%
==========================================
Files 133 132 -1
Lines 6719 6677 -42
==========================================
- Hits 4711 4675 -36
+ Misses 1578 1573 -5
+ Partials 430 429 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
28863bf
to
14b304e
Compare
a05796b
to
896a0f9
Compare
- To allow for building kpack without relying on custom buildpacks to install libgit2 - Go-git now supports Azure DevOps git repos (which is why we moved from go-git to git2go previously)
915e852
to
e6bc410
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: creating (and asserting on) a boolean which hold the result of an comparison is redundant because we can just assert on the comparison itself
Also, I would get rid of the messages on the asserts. We don't use that style anywhere else in the codebase and personally, I find them useless as go tells you the exact line the assertion failed anyways.
Bumps github.com/go-git/go-git/v5 from v5.6.0 to v5.6.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
git2go
withgo-git