awestruct / web-editor

A web based editor for awestruct projects
8 stars 6 forks source link

Wrong user does the commit #69

Closed pmuir closed 10 years ago

pmuir commented 10 years ago

As you can see from https://github.com/jboss-developer/jboss-developer-site/pull/12 it's showing OpenShift System User, when it should be showing the user that authenticated to the web-editor. It's quite easy to change the user that does the commit in git

git commit --author "A N Other <another@acme.corp>"

We can obtain the author info from the github API - name and email from http://developer.github.com/v3/users/