-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fix push-to-create #9772
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
Fix push-to-create #9772
Conversation
Signed-off-by: jolheiser <[email protected]>
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.
works for me
Signed-off-by: jolheiser <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #9772 +/- ##
==========================================
- Coverage 42.33% 42.19% -0.14%
==========================================
Files 600 603 +3
Lines 78361 78850 +489
==========================================
+ Hits 33173 33270 +97
- Misses 41133 41507 +374
- Partials 4055 4073 +18
Continue to review full report at Codecov.
|
seems "update branch" is even missing for admins. |
@techknowlogick Just updated the branch now. I don't even see the option to allow or not allow it anymore, so I have no idea. 😅 |
Weird, I'll merge this next so you don't need to get @'d to update it anymore. |
@techknowlogick Fine with me so long as @sapk doesn't consider his request to be a blocker? |
@jolheiser hmmm... good point. I'll hold off. His request is a good one. |
Signed-off-by: jolheiser <[email protected]>
Signed-off-by: jolheiser <[email protected]>
Signed-off-by: jolheiser <[email protected]>
Ping LGTM. |
* Fix push-to-create Signed-off-by: jolheiser <[email protected]> * Check URL path and service Signed-off-by: jolheiser <[email protected]> * Send dummy payload on receive-pack GET Signed-off-by: jolheiser <[email protected]> * The space was actually a NUL byte Signed-off-by: jolheiser <[email protected]> * Use real bare repo instead of manufactured payload Signed-off-by: jolheiser <[email protected]>
* Fix push-to-create Signed-off-by: jolheiser <[email protected]> * Check URL path and service Signed-off-by: jolheiser <[email protected]> * Send dummy payload on receive-pack GET Signed-off-by: jolheiser <[email protected]> * The space was actually a NUL byte Signed-off-by: jolheiser <[email protected]> * Use real bare repo instead of manufactured payload Signed-off-by: jolheiser <[email protected]> Co-authored-by: zeripath <[email protected]>
No description provided.