-
Notifications
You must be signed in to change notification settings - Fork 128
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
feat(repo_blob): add CatFileBlob #79
Conversation
Codecov Report
@@ Coverage Diff @@
## master #79 +/- ##
==========================================
- Coverage 83.39% 83.30% -0.09%
==========================================
Files 26 27 +1
Lines 1704 1731 +27
==========================================
+ Hits 1421 1442 +21
- Misses 177 180 +3
- Partials 106 109 +3 |
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.
Thanks for the PR! Just one problem.
Thanks for the followup! |
There are too many compile errors... could you fix that? |
yes, I am not working from home, working from web, because of that there are errors, I will take care of it. |
fixed the compile errors @unknwon , sorry for the delay and the bad work, I had a busy week and could work on it properly only now. |
No worries at all! I’ll take another look, thanks! |
https://github.com/gogs/git-module/releases/tag/v1.7.0 has been tagged for this merge. |
Describe the pull request
Add a method that returns any Blob object by its corresponding hash.
Link to the issue: gogs/gogs#5979
Checklist