summaryrefslogtreecommitdiff
path: root/git-annotate.perl
AgeCommit message (Expand)AuthorFilesLines
2006-04-28annotate: display usage information if no filename was givenLibravatar Matthias Kestenholz1-3/+4
2006-04-28annotate: fix warning about uninitialized scalarLibravatar Matthias Kestenholz1-0/+3
2006-03-11annotate.perl triggers rpm bugLibravatar sean1-1/+1
2006-03-05annotate: Support annotation of files on other revisions.Libravatar Ryan Anderson1-2/+4
2006-03-05blame and annotate: show localtime with timezone.Libravatar Junio C Hamano1-1/+7
2006-03-03annotate should number lines starting with 1Libravatar Luck, Tony1-1/+1
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