On Mon, Mar 06, 2006 at 10:05:41PM +1300, Martin Langhoff wrote:
On 3/6/06, Junio C Hamano [off-list ref] wrote:
quoted
- The deathmatch between annotate/blame (Ryan Anderson, Fredrik
Kuivinen, me cheerleading)
Add fuel to the fire ;-) Can git-blame take cached git-rev-list
output like annotate does with -S?
Currently it cannot do that. How is that option used? If you want to
make annotate/blame faster for certain files you might as well cache
the output of annotate/blame instead of the git-rev-list output, no?
What am I missing?
- Fredrik