log lisp/vc-git.el @ 112218:376148b31b5e

age author description
2011-01-02 Glenn Morris Add 2011 to FSF/AIST copyright years.
2010-11-01 Chong Yidong Backport VC improvements from trunk.
2010-06-22 Dan Nicolaescu Fix vc-annotate for renamed files when using Git.
2010-06-21 Dan Nicolaescu Fix reading file names in Git annotate buffers.
2010-06-09 Dan Nicolaescu Improve support for special markup in the VC commit message.
2010-06-05 Dan Nicolaescu vc-log-incoming/vc-log-outgoing fixes for Git.
2010-06-03 Dan Nicolaescu vc-log-incoming/vc-log-outgoing improvements for Git.
2010-06-01 Dan Nicolaescu Add support for vc-log-incoming, improve vc-log-outgoing for Git.
2010-04-21 Stefan Monnier Make the log-edit comments use RFC822 format throughout.
2010-04-19 Stefan Monnier Merge from emacs-23
2010-04-16 Glenn Morris Improve previous change.
2010-04-16 Glenn Morris * vc-git.el (vc-git-print-log): Doc fix.
2010-04-09 Dan Nicolaescu Add --author support to git commit.
2010-04-09 Eric S. Raymond Improve documentation comments.
2010-04-07 Dan Nicolaescu Add new VC methods: vc-log-incoming and vc-log-outgoing.
2010-03-19 Dan Nicolaescu Add special markup processing for commit logs.
2010-03-10 Stefan Monnier vc-git.el (vc-git-revision-table): Include remote branches.
2010-03-09 Miles Bader (vc-git-print-log): Use "tformat:" for shortlog, instead of "format:"
2010-03-07 Chong Yidong Correct pathname for vc-git-annotate-extract-revision-at-line (Bug#5657)
2010-03-06 Stefan Monnier * vc-git.el: Re-flow to fit into 80 columns.
2010-01-25 Dan Nicolaescu (vc-git-dir-status-goto-stage): Pass --relative to the
2010-01-24 Dan Nicolaescu Remove support for adding --signoff on commit.
2010-01-13 Glenn Morris Add 2010 to copyright years.
2009-12-28 Juanma Barranquero Supersede color.diff settings in git log (bug#5211).
2009-12-08 Dan Nicolaescu Add support for stashing a snapshot of the current tree.
2009-12-07 Dan Nicolaescu Support showing a single log entry from vc-annotate.
2009-12-06 Dan Nicolaescu * vc-git.el (vc-git-print-log): Handle a limit argument. Display
2009-12-06 Dan Nicolaescu Make vc-revert change VC state from 'added to 'unregistered.