Merge branch 'master' of git://github.com/diaspora/diaspora

This commit is contained in:
Jordi Mallach 2011-05-27 01:11:55 +02:00
commit b086d3a2ca

View file

@ -3,7 +3,7 @@
# the COPYRIGHT file.
git_cmd = `git log -1 --format="%H %ci"`
git_cmd = `git log -1 --pretty="format:%H %ci"`
if git_cmd =~ /^([\d\w]+?)\s(.+)$/
AppConfig[:git_revision] = $1
AppConfig[:git_update] = $2.strip