author | Junio C Hamano <junkio@cox.net> | |
Thu, 19 Oct 2006 23:00:04 +0000 (16:00 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 20 Oct 2006 05:42:49 +0000 (22:42 -0700) | ||
commit | cee7f245dcaef6dade28464f59420095a9949aac | |
tree | 8c03deaa5f26293d2a35a886b0f1ce4694bfb86f | tree | snapshot |
parent | e19343ad547e32aaf511b0b38be083e1b3145d4e | commit | diff |
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>
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] | blob |
Documentation/git.txt | diff | blob | history | |
Makefile | diff | blob | history | |
builtin-pickaxe.c | [new file with mode: 0644] | blob |
builtin.h | diff | blob | history | |
git.c | diff | blob | history | |
t/annotate-tests.sh | diff | blob | history | |
t/t8003-pickaxe.sh | [new file with mode: 0755] | blob |