aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/emacs/git-blame.el
AgeCommit message (Expand)AuthorFilesLines
2018-04-16git{,-blame}.el: remove old bitrotting Emacs codeÆvar Arnfjörð Bjarmason1-483/+6
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger1-3/+2
2012-06-25Merge branch 'lm/git-blame-el'Junio C Hamano1-36/+37
2012-06-14git-blame.el: Do not use bare 0 to mean (point-min)Lawrence Mitchell1-1/+1
2012-06-14git-blame.el: Use with-current-buffer where appropriateLawrence Mitchell1-37/+37
2012-06-14git-blame.el: Do not use goto-line in lisp codeRüdiger Sonderfeld1-1/+2
2012-06-10git-blame.el: use mapc instead of mapcarRüdiger Sonderfeld1-1/+1
2010-11-03git-blame.el: Add (require 'format-spec)David Kågedal1-0/+1
2009-09-29git-blame.el: Change how blame information is shown.David Kågedal1-54/+102
2008-07-21Don't cut off last character of commit descriptions.Nikolaj Schumacher1-1/+1
2008-02-11git-blame.el: show the when, who and what in the minibuffer.Junichi Uekawa1-1/+9
2007-03-31git-blame.el: pick a set of random colors for each git-blame turnXavier Maillard1-28/+55
2007-03-31git-blame.el: separate git-blame-mode to ease maintenanceXavier Maillard1-18/+37
2007-02-09git-blame.el: Autoupdate while editingDavid Kågedal1-9/+86
2007-02-09git-blame.el: Doc fixes and cleanupDavid Kågedal1-4/+10
2007-02-09git-blame.el: blame unsaved changesDavid Kågedal1-21/+44
2007-02-09git-blame.el: improve color handlingDavid Kågedal1-14/+10
2007-02-09Handle uncommitted changes and cache descriptionsDavid Kågedal1-6/+20
2007-02-09git-blame: Change installation instructionsJakub Narebski1-4/+19
2007-02-09git-blame: Add Emacs Lisp file headers and GNU GPL boilerplateJakub Narebski1-3/+72
2007-02-05git-blame: an Emacs minor mode to view file with git-blame output.David Kågedal1-0/+180