On Dec 29, 2009, at 2:37 PM, Henri Verbeet wrote: > 2009/12/29 Jason Green <[email protected]>: >> commit 317da09400946ca9f97361a47a227595c5bedfe3 >> Author: Eric van Beurden <[email protected]> >> Date: Tue Dec 29 12:35:03 2009 -0500 >> >> Make sure the ClientPointers flag isn't set incorrectly > > Mostly out of curiosity, how did you generate this patch? That looks > like the kind of output git log gives, not git format-patch.
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...?
