summaryrefslogtreecommitdiff
path: root/git-annotate.perl
AgeCommit message (Expand)AuthorFilesLines
2006-03-02annotate: resurrect raw timestamps.Libravatar Junio C Hamano1-2/+7
2006-03-01annotate: fix -S parameter to take a stringLibravatar Martin Langhoff1-2/+3
2006-03-01annotate: handle \No newline at end of file.Libravatar Ryan Anderson1-0/+6
2006-02-26annotate: Use qx{} for pipes on activestate.Libravatar Ryan Anderson1-1/+42
2006-02-26annotate: Convert all -| calls to use a helper open_pipe().Libravatar Ryan Anderson1-29/+44
2006-02-26annotate: Handle dirty state and arbitrary revisions.Libravatar Ryan Anderson1-37/+113
2006-02-22Use Ryan's git-annotate instead of jsannotateLibravatar Johannes Schindelin1-5/+40
2006-02-20Add git-annotate, a tool for assigning blame.Libravatar Ryan Anderson1-0/+321