Hi, On Thu, 29 May 2008, Petr Baudis wrote: > On Thu, May 29, 2008 at 01:47:29PM +0100, Johannes Schindelin wrote: > > On Thu, 29 May 2008, Alexander Gladysh wrote: > > > > > For each file in the head of my current branch I need to get a list of > > > all people who altered it since given revision. If file was not changed, > > > it should be not listed. > > > > > > Something like: > > > > > > my/file1.ext user1 user2 user3 > > > my/file2.ext user1 > > > > You will be able to do something like this easily from the output of > > > > git log --pretty=format:%an --name-only HEAD > > > > Probably just a Perl script which reads the author name, and then attaches > > that author name to all following file names until an empty lines occurs, > > recursively. > > No rocket science: > > [snipped] I know, but I wanted to give Alexander room to grow ;-) Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html