Cheers Adam,
It was this line:
sha1, date = `git log HEAD~1..HEAD --pretty=format:%h^
%ci`.strip.split('^')
I've been using that it to create etag and last modified headers for
caching. Konstantin Haase recommends it and uses it in his apps
(https://github.com/rkh/rkh.im/blob/master/blog.rb).
I'll have to have another look at how to generate these instead.
cheers,
DAZ
On Nov 30, 6:36 am, Adam Wiggins <[email protected]> wrote:
> Slugs don't have git repositories in them. Something in your app is trying
> to do a Git operation when it boots -- you should figure out what it is and
> remove it.
>
> You can duplicate it locally by moving your .git directory to .git-bak, and
> then try running your app.
>
> Adam
--
You received this message because you are subscribed to the Google Groups
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/heroku?hl=en.