Skip to content

Instantly share code, notes, and snippets.

@jld
Created December 15, 2015 22:40
Show Gist options
  • Select an option

  • Save jld/a97160d045af21d0f198 to your computer and use it in GitHub Desktop.

Select an option

Save jld/a97160d045af21d0f198 to your computer and use it in GitHub Desktop.
#!/bin/sh
[ $# -gt 0 ] || set -- HEAD
eval set -- '"$@^..$'$#\"
git format-patch --stdout -p -U8 --subject-prefix= --minimal "$@" | git-patch-to-hg-patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment