-
Notifications
You must be signed in to change notification settings - Fork 731
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
Ability to commit textContent directly to tree, without intermediate blobs #504
Comments
Sha seems required despite docs...? |
I also tried this and hit the same issue, may i know if there's any work around to commit multiple files in a single commit? |
#360 was committed before we added a framework that made adding tests easier. @siordache @spaceghost69 @blacelle @iHatebug |
@bitwiseman I will look into it in the next few days. |
add new methods for creating tree content
Fixed in #620 |
@spaceghost69 @blacelle @iHatebug |
Live now in v1.100. Thanks @siordache! |
#360 introduces a way to commit multiple files in a single commit. The library API suggests it is possible to build a tree from text content without creating blob manually with
org.kohsuke.github.GHTreeBuilder.textEntry(String, String, boolean)
.However, this fails with:
The text was updated successfully, but these errors were encountered: