cee7f245dc
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>
10 lines
115 B
Bash
Executable File
10 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
|
|
test_description='git-pickaxe'
|
|
. ./test-lib.sh
|
|
|
|
PROG='git pickaxe -c'
|
|
. ../annotate-tests.sh
|
|
|
|
test_done
|