binaryage / drydrop

Deploy static sites to App Engine by pushing to GitHub
http://drydrop.binaryage.com
Other
224 stars 32 forks source link

Fix for git_info_from_working_copy in rakefile #16

Closed mmacaulay closed 13 years ago

mmacaulay commented 13 years ago

Hey,

I had some issues getting drydrop to work on my machine (OS X10.6.6, git 1.7.3.5) out of the box - running git show | grep commit | cut -d" " -f2" doesn't work because the format of git show is a bit different for some reason. This should make it work regardless of that format.

Matt