Skip to content

Instantly share code, notes, and snippets.

@veltman
Created June 6, 2014 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veltman/135f8aeeec3854b87e6e to your computer and use it in GitHub Desktop.
Save veltman/135f8aeeec3854b87e6e to your computer and use it in GitHub Desktop.
commit = "Z"
with lcd("%s" % (project)):
commit = local("git log -g --pretty=%B -n 1")
print commit
print "@@"
print commit
print "$$"
# Output:
# Cookie expiration fix
#
# @@
#
# $$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment