-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add API to fetch git notes #16649
Add API to fetch git notes #16649
Conversation
2deca93
to
34e9621
Compare
9c9a587
to
c8582bd
Compare
Codecov Report
@@ Coverage Diff @@
## main #16649 +/- ##
==========================================
- Coverage 45.40% 45.37% -0.03%
==========================================
Files 756 758 +2
Lines 85279 85230 -49
==========================================
- Hits 38718 38674 -44
+ Misses 40300 40292 -8
- Partials 6261 6264 +3
Continue to review full report at Codecov.
|
I've incorporated all the review comments and squashed all the commits into one meaningful commit. |
🚀 |
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
This PR is the first in a series of commits related to exposing api endpoints to interact with git notes.
This first PR, simply creates an endpoint to fetch a git note corresponding to a commit.
close #15373