Re: [PATCH] Add new git-cc-cmd helper to contrib

2012-12-06 Thread Ramkumar Ramachandra
Felipe Contreras wrote: > [...] What happened to this code? I don't see it in `pu`. Ram -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] Add new git-cc-cmd helper to contrib

2012-11-11 Thread Felipe Contreras
Hi, On Sun, Nov 11, 2012 at 6:18 PM, Ramkumar Ramachandra wrote: > Felipe Contreras wrote: >> The code finds the changes in each commit in the list, runs 'git blame' >> to see which other commits are relevant to those lines, and then adds >> the author and signer to the list. >> >> Finally, it ca

Re: [PATCH] Add new git-cc-cmd helper to contrib

2012-11-11 Thread Ramkumar Ramachandra
Hi Felipe, Felipe Contreras wrote: > The code finds the changes in each commit in the list, runs 'git blame' > to see which other commits are relevant to those lines, and then adds > the author and signer to the list. > > Finally, it calculates what percentage of the total relevant commits > each

[PATCH] Add new git-cc-cmd helper to contrib

2012-11-11 Thread Felipe Contreras
You can run it like format-patch: % git cc-cmd master..my-branch And you'll get relevant people to Cc. The code finds the changes in each commit in the list, runs 'git blame' to see which other commits are relevant to those lines, and then adds the author and signer to the list. Finally, it ca