ryankee / concrete

Simple continuous integration server written with NodeJS and CoffeeScript
http://ryankee.github.com/concrete
MIT License
494 stars 96 forks source link

Supply the git hook with git info #17

Open cgarvis opened 12 years ago

cgarvis commented 12 years ago

CIJoe supplies the github with a bunch of git information via environment variables. Would be awesome if concrete did the same.

ryankee commented 12 years ago

Agreed. $AUTHOR, $MESSAGE, $SHA -- can you think of any others?

cgarvis commented 12 years ago

Only 2 that I can think of is the log of the job and the git diff of the commit

On Mon, May 14, 2012 at 6:17 PM, Ryan Kee < reply@reply.github.com

wrote:

Agreed. $AUTHOR, $MESSAGE, $SHA -- can you think of any others?


Reply to this email directly or view it on GitHub: https://github.com/ryankee/concrete/issues/17#issuecomment-5703685

Christopher Garvis