octopress / deploy

Deployment for Octopress and Jekyll blogs.
MIT License
75 stars 23 forks source link

Use repository configuration of user.name and user.email for deploy commits #66

Open Yuki-Inoue opened 8 years ago

Yuki-Inoue commented 8 years ago

Currently, the deploy repository's commit is always done by using global "user.name" and "user.email"; even if these configs exists in the parent octopress repository, they are not used. This is a trouble if user wants to configure the deployed committer name/email on repository basis.

This PR fix that behavior and use the octopress repository's user configuration for making the commits.