Skip to content
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

Support for auto_init #240

Merged
merged 3 commits into from
Mar 1, 2016
Merged

Conversation

dlovera
Copy link

@dlovera dlovera commented Dec 13, 2015

Add support for auto_init parameter in repository creation
https://developer.github.com/changes/2012-09-28-auto-init-for-repositories/

Daniel Lovera added 3 commits December 13, 2015 20:59
The GitHub api auto_init parameter allows to initialize created repository with a readme file.
Add a createRepository method using auto_init parameter. Already existing createRepository method uses auto_init parameter as false for retro-compatibility.
The GitHub api auto_init parameter allows to initialize created repository with a readme file.
Add createRepository methods in GHOrganization using auto_init parameter. Already existing createRepository methods use auto_init parameter as false for retro-compatibility.
@kohsuke kohsuke merged commit e94c36b into hub4j:master Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants