On Sun, Sep 12, 2010 at 4:34 PM, Nathan Kinsinger < [email protected]> wrote: > > I would probably do 'git show --numstat -M --summary <SHA>'. Commits with > multiple parents will be reported properly. The -M will indicate files that > are renamed. >
Oh, good call. I was wondering how to properly handle merge commits. Thanks! I've wanted both the file list on large commits and the stats on file > changes, so... yes! > Cool. I'm glad to hear that others will find this useful as well. After you finish send me a pull request on Github. I've received a few > already and it's very helpful since there are so many forks to keep track > of. Also I can comment on the patch and give suggestions before applying it. > Will do. I fixed a few issues tonight, but still want to make the display a little nicer before sending out the changes. -Kelan
