summaryrefslogtreecommitdiff
path: root/git-annotate.perl
Commit message (Expand)AuthorAgeFilesLines
* Remove git-annotate.perl and create a builtin-alias for git-blameRyan Anderson2006-10-091-708/+0
* annotate: Fix bug when parsing merges with differing real and logical parents.Ryan Anderson2006-08-071-6/+122
* git-annotate: remove extraneous debugging lineJeff King2006-08-021-1/+0
* annotate: Correct most merge following to annotate correctly.Ryan Anderson2006-07-031-58/+139
* annotate: display usage information if no filename was givenMatthias Kestenholz2006-04-281-3/+4
* annotate: fix warning about uninitialized scalarMatthias Kestenholz2006-04-281-0/+3
* annotate.perl triggers rpm bugsean2006-03-111-1/+1
* annotate: Support annotation of files on other revisions.Ryan Anderson2006-03-051-2/+4
* blame and annotate: show localtime with timezone.Junio C Hamano2006-03-051-1/+7
* annotate should number lines starting with 1Luck, Tony2006-03-031-1/+1
* annotate: resurrect raw timestamps.Junio C Hamano2006-03-021-2/+7
* annotate: fix -S parameter to take a stringMartin Langhoff2006-03-011-2/+3
* annotate: handle \No newline at end of file.Ryan Anderson2006-03-011-0/+6
* annotate: Use qx{} for pipes on activestate.Ryan Anderson2006-02-261-1/+42
* annotate: Convert all -| calls to use a helper open_pipe().Ryan Anderson2006-02-261-29/+44
* annotate: Handle dirty state and arbitrary revisions.Ryan Anderson2006-02-261-37/+113
* Use Ryan's git-annotate instead of jsannotateJohannes Schindelin2006-02-221-5/+40
* Add git-annotate, a tool for assigning blame.Ryan Anderson2006-02-201-0/+321