summaryrefslogtreecommitdiff
path: root/contrib/emacs/git-blame.el
Commit message (Expand)AuthorAgeFilesLines
* git{,-blame}.el: remove old bitrotting Emacs codeÆvar Arnfjörð Bjarmason2018-04-161-483/+6
* Replace Free Software Foundation address in license noticesTodd Zullinger2017-11-091-3/+2
* Merge branch 'lm/git-blame-el'Junio C Hamano2012-06-251-36/+37
|\
| * git-blame.el: Do not use bare 0 to mean (point-min)Lawrence Mitchell2012-06-141-1/+1
| * git-blame.el: Use with-current-buffer where appropriateLawrence Mitchell2012-06-141-37/+37
| * git-blame.el: Do not use goto-line in lisp codeRüdiger Sonderfeld2012-06-141-1/+2
* | git-blame.el: use mapc instead of mapcarRüdiger Sonderfeld2012-06-101-1/+1
|/
* git-blame.el: Add (require 'format-spec)David Kågedal2010-11-031-0/+1
* git-blame.el: Change how blame information is shown.David Kågedal2009-09-291-54/+102
* Don't cut off last character of commit descriptions.Nikolaj Schumacher2008-07-211-1/+1
* git-blame.el: show the when, who and what in the minibuffer.Junichi Uekawa2008-02-111-1/+9
* git-blame.el: pick a set of random colors for each git-blame turnXavier Maillard2007-03-311-28/+55
* git-blame.el: separate git-blame-mode to ease maintenanceXavier Maillard2007-03-311-18/+37
* git-blame.el: Autoupdate while editingDavid Kågedal2007-02-091-9/+86
* git-blame.el: Doc fixes and cleanupDavid Kågedal2007-02-091-4/+10
* git-blame.el: blame unsaved changesDavid Kågedal2007-02-091-21/+44
* git-blame.el: improve color handlingDavid Kågedal2007-02-091-14/+10
* Handle uncommitted changes and cache descriptionsDavid Kågedal2007-02-091-6/+20
* git-blame: Change installation instructionsJakub Narebski2007-02-091-4/+19
* git-blame: Add Emacs Lisp file headers and GNU GPL boilerplateJakub Narebski2007-02-091-3/+72
* git-blame: an Emacs minor mode to view file with git-blame output.David Kågedal2007-02-051-0/+180