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

age author description
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Sun, 31 Oct 2010 23:13:42 -0400 Chong Yidong Backport VC improvements from trunk.
Tue, 22 Jun 2010 12:25:17 -0700 Dan Nicolaescu Fix vc-annotate for renamed files when using Git.
Mon, 21 Jun 2010 13:03:30 -0700 Dan Nicolaescu Fix reading file names in Git annotate buffers.
Tue, 08 Jun 2010 22:24:01 -0700 Dan Nicolaescu Improve support for special markup in the VC commit message.
Sat, 05 Jun 2010 02:56:22 -0700 Dan Nicolaescu vc-log-incoming/vc-log-outgoing fixes for Git.
Thu, 03 Jun 2010 16:26:39 -0700 Dan Nicolaescu vc-log-incoming/vc-log-outgoing improvements for Git.
Tue, 01 Jun 2010 03:40:09 -0700 Dan Nicolaescu Add support for vc-log-incoming, improve vc-log-outgoing for Git.
Tue, 20 Apr 2010 22:05:24 -0400 Stefan Monnier Make the log-edit comments use RFC822 format throughout.
Mon, 19 Apr 2010 11:07:52 -0400 Stefan Monnier Merge from emacs-23
Thu, 15 Apr 2010 19:45:26 -0700 Glenn Morris Improve previous change.
Thu, 15 Apr 2010 19:39:22 -0700 Glenn Morris * vc-git.el (vc-git-print-log): Doc fix.
Fri, 09 Apr 2010 08:35:30 -0700 Dan Nicolaescu Add --author support to git commit.
Fri, 09 Apr 2010 10:17:52 -0400 Eric S. Raymond Improve documentation comments.
Tue, 06 Apr 2010 22:56:35 -0700 Dan Nicolaescu Add new VC methods: vc-log-incoming and vc-log-outgoing.
Fri, 19 Mar 2010 02:37:41 -0700 Dan Nicolaescu Add special markup processing for commit logs.
Wed, 10 Mar 2010 01:32:43 -0500 Stefan Monnier vc-git.el (vc-git-revision-table): Include remote branches.
Tue, 09 Mar 2010 22:24:44 +0900 Miles Bader (vc-git-print-log): Use "tformat:" for shortlog, instead of "format:"
Sun, 07 Mar 2010 09:45:53 -0500 Chong Yidong Correct pathname for vc-git-annotate-extract-revision-at-line (Bug#5657)
Fri, 05 Mar 2010 23:05:47 -0500 Stefan Monnier * vc-git.el: Re-flow to fit into 80 columns.
Sun, 24 Jan 2010 20:46:40 -0800 Dan Nicolaescu (vc-git-dir-status-goto-stage): Pass --relative to the
Sun, 24 Jan 2010 13:23:17 -0800 Dan Nicolaescu Remove support for adding --signoff on commit.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Mon, 28 Dec 2009 03:43:28 +0100 Juanma Barranquero Supersede color.diff settings in git log (bug#5211).
Tue, 08 Dec 2009 15:56:57 +0000 Dan Nicolaescu Add support for stashing a snapshot of the current tree.
Mon, 07 Dec 2009 09:02:11 +0000 Dan Nicolaescu Support showing a single log entry from vc-annotate.
Sun, 06 Dec 2009 22:18:03 +0000 Dan Nicolaescu * vc-git.el (vc-git-print-log): Handle a limit argument. Display
Sun, 06 Dec 2009 21:25:55 +0000 Dan Nicolaescu Make vc-revert change VC state from 'added to 'unregistered.
Thu, 03 Dec 2009 04:08:08 +0000 Dan Nicolaescu Support applying stashes. Improve UI.
Mon, 30 Nov 2009 21:21:35 +0000 Dan Nicolaescu (vc-git-registered): Call vc-git-root only once.