Skip to content
  • Junio C Hamano's avatar
    git-pickaxe: blame rewritten. · cee7f245
    Junio C Hamano authored
    
    
    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: default avatarJunio C Hamano <junkio@cox.net>
    cee7f245