Re: [PATCH] gitweb: Fix shortlog only showing HEAD revision.

2007-01-05 Thread J.H.
On Fri, 2007-01-05 at 16:21 -0500, Michael Krufky wrote: > Robert Fitzsimons wrote: > > My change in 190d7fdcf325bb444fa806f09ebbb403a4ae4ee6 had a small bug > > found by Michael Krufky which caused the passed in hash value to be > > ignored, so shortlog would only show the HEAD revision. > > > >

Re: [PATCH] gitweb: Fix shortlog only showing HEAD revision.

2007-01-05 Thread Michael Krufky
Robert Fitzsimons wrote: > My change in 190d7fdcf325bb444fa806f09ebbb403a4ae4ee6 had a small bug > found by Michael Krufky which caused the passed in hash value to be > ignored, so shortlog would only show the HEAD revision. > > Signed-off-by: Robert Fitzsimons <[EMAIL PROTECTED]> > --- > > Thank

[PATCH] gitweb: Fix shortlog only showing HEAD revision.

2007-01-03 Thread Robert Fitzsimons
My change in 190d7fdcf325bb444fa806f09ebbb403a4ae4ee6 had a small bug found by Michael Krufky which caused the passed in hash value to be ignored, so shortlog would only show the HEAD revision. Signed-off-by: Robert Fitzsimons <[EMAIL PROTECTED]> --- Thanks for finding this Michael. It' just a s

Re: [PATCH] gitweb: Fix shortlog only showing HEAD revision.

2007-01-03 Thread Jakub Narebski
Robert Fitzsimons wrote: > My change in 190d7fdcf325bb444fa806f09ebbb403a4ae4ee6 had a small bug > found by Michael Krufky which caused the passed in hash value to be > ignored, so shortlog would only show the HEAD revision. > > Signed-off-by: Robert Fitzsimons <[EMAIL PROTECTED]> Identical chan