Skip to content

Instantly share code, notes, and snippets.

@undees
Created April 9, 2010 18:32
Show Gist options
  • Save undees/361440 to your computer and use it in GitHub Desktop.
Save undees/361440 to your computer and use it in GitHub Desktop.
[alias]
gitpatch = log --template 'From: {author}\nDate: {date|date}\nSubject: [PATCH] {desc|firstline}\n\n\n' -p
hg gitpatch -r tip > some_code_change.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment