git-pickaxe: blame rewritten.
commitcee7f245dcaef6dade28464f59420095a9949aac
authorJunio C Hamano <junkio@cox.net>
Thu, 19 Oct 2006 23:00:04 +0000 (19 16:00 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 20 Oct 2006 05:42:49 +0000 (19 22:42 -0700)
tree8c03deaa5f26293d2a35a886b0f1ce4694bfb86f
parente19343ad547e32aaf511b0b38be083e1b3145d4e
git-pickaxe: blame rewritten.

Currently it does what git-blame does, but only faster.

More importantly, its internal structure is designed to support
content movement (aka cut-and-paste) more easily by allowing
more than one paths to be taken from the same commit.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-pickaxe.txt [new file with mode: 0644]
Documentation/git.txt
Makefile
builtin-pickaxe.c [new file with mode: 0644]
builtin.h
git.c
t/annotate-tests.sh
t/t8003-pickaxe.sh [new file with mode: 0755]