aboutsummaryrefslogtreecommitdiffstats
path: root/git-annotate.perl
AgeCommit message (Expand)AuthorFilesLines
2006-04-28annotate: display usage information if no filename was givenMatthias Kestenholz1-3/+4
2006-04-28annotate: fix warning about uninitialized scalarMatthias Kestenholz1-0/+3
2006-03-11annotate.perl triggers rpm bugsean1-1/+1
2006-03-05annotate: Support annotation of files on other revisions.Ryan Anderson1-2/+4
2006-03-05blame and annotate: show localtime with timezone.Junio C Hamano1-1/+7
2006-03-03annotate should number lines starting with 1Luck, Tony1-1/+1
2006-03-02annotate: resurrect raw timestamps.Junio C Hamano1-2/+7
2006-03-01annotate: fix -S parameter to take a stringMartin Langhoff1-2/+3
2006-03-01annotate: handle \No newline at end of file.Ryan Anderson1-0/+6
2006-02-26annotate: Use qx{} for pipes on activestate.Ryan Anderson1-1/+42
2006-02-26annotate: Convert all -| calls to use a helper open_pipe().Ryan Anderson1-29/+44
2006-02-26annotate: Handle dirty state and arbitrary revisions.Ryan Anderson1-37/+113
2006-02-22Use Ryan's git-annotate instead of jsannotateJohannes Schindelin1-5/+40
2006-02-20Add git-annotate, a tool for assigning blame.Ryan Anderson1-0/+321