On Thu, Feb 17, 2011 at 2:05 PM, Dan Brosemer <o...@svartalfheim.net> wrote: > On Thu, Feb 17, 2011 at 09:01:20AM -0600, Marco Peereboom wrote: >> Right, but that is the holy grail because now you'd have change sets. >> On Thu, Feb 17, 2011 at 06:13:32AM -0800, patrick keshishian wrote: >> > On Thu, Feb 17, 2011 at 6:05 AM, Christiano F. Haesbaert >> > <haesba...@haesbaert.org> wrote: >> > > On 16 February 2011 22:21, Marco Peereboom <sl...@peereboom.us> wrote: >> > >> Is it possible to catch the entire commit and have that diff generated? >> > >> >> > > >> > > I'm a little late at this thread but yes, we do that here in work. >> > > Don't have access to the scripts though :( >> > >> > he means a commit that touches files in multiple directory locations >> > throughout a source tree. I'm not sure if this is possible so easily. >> > >> > --patrick >> >> I'll pay prize money for that ;-) > > Am I missing something, or is this what you're looking for? > http://cleannorth.org/lists/archive/cvs/2011-02/msg00022.html > > If so, it's generated by: > http://search.cpan.org/dist/activitymail/bin/activitymail
looking at their gitrepo: https://github.com/theory/activitymail/blob/master/bin/activitymail it parses stdin to determine which is the last dir modified in the commit, copying each invocation to a tmpfile before concat/sending them it works but i don't like the fact that it's working around cvs