2009/12/29 Jason Green jave27@gmail.com:
Using "stg show" from stgit 0.14.2. Looks like that function is mostly just a passthrough to "git show". git-format-patch seems nicer since it gives the number of line items changed, etc., although there's probably an option in "git show" somewhere that will do that as well...?
Not sure if "git show" can do that, but format-patch is much nicer for creating patch series. You can also then use send-email to send those patches.