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.
Tue, 24 Nov 2009 15:31:01 +0000 David Reitter vc-git-registered: use checkout directory (where .git is)
Mon, 16 Nov 2009 20:36:06 +0000 Dan Nicolaescu * vc.el (vc-log-show-limit): Default to 2000.
Sun, 15 Nov 2009 20:28:58 +0000 Dan Nicolaescu * vc.el (vc-log-show-limit): New variable.
Thu, 05 Nov 2009 03:24:08 +0000 Glenn Morris (vc-git-stash-map): Move definition before use.
Mon, 19 Oct 2009 05:04:22 +0000 Dan Nicolaescu Make vc-annotate work through copies and renames.
Wed, 14 Oct 2009 06:28:00 +0000 Dan Nicolaescu (vc-git-dir-extra-headers): Set the branch name
Sun, 20 Sep 2009 19:51:35 +0000 Dan Nicolaescu (vc-git-dir-extra-headers): Add keymap and mouse-face
Tue, 15 Sep 2009 17:52:42 +0000 Dan Nicolaescu (vc-git-log-view-mode): Undo inadvertent change.
Tue, 15 Sep 2009 00:11:51 +0000 Dan Nicolaescu (vc-git-dir-extra-headers): Show the remote location.
Mon, 14 Sep 2009 04:38:49 +0000 Dan Nicolaescu * vc.el (top): print-log method now takes an optional SHORTLOG
Sun, 06 Sep 2009 22:08:31 +0000 Nick Roberts (vc-git-annotate-command): Use separator to parse
Wed, 26 Aug 2009 07:01:09 +0000 Dan Nicolaescu (vc-git-stash, vc-git-stash-show): New functions.
Wed, 26 Aug 2009 06:48:58 +0000 Dan Nicolaescu (vc-git-register): Use "git add" for directories.
Tue, 25 Aug 2009 09:01:38 +0000 Michael Albinus * vc-git.el (vc-git-registered, vc-git-working-revision)
Fri, 21 Aug 2009 03:37:33 +0000 Dan Nicolaescu (vc-git-annotate-command): Run asynchronously.
Tue, 28 Jul 2009 08:06:36 +0000 Dan Nicolaescu (vc-git-checkin): Fix typo.
Thu, 23 Jul 2009 06:42:50 +0000 Dan Nicolaescu (vc-git--run-command-string): Accept a nil FILE argument.
Thu, 23 Jul 2009 05:17:27 +0000 Dan Nicolaescu (vc-git-add-signoff): New variable.
Fri, 26 Jun 2009 23:53:55 +0000 Dan Nicolaescu Remove find-file-not-found-hook VC method. (Bug#2757)
Fri, 13 Mar 2009 20:04:11 +0000 Alexandre Julliard * vc-git.el (vc-git-previous-revision, vc-git-next-revision):
Wed, 11 Feb 2009 06:36:32 +0000 Dan Nicolaescu * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
Mon, 05 Jan 2009 03:18:22 +0000 Glenn Morris Add 2009 to copyright years.
Sat, 27 Dec 2008 22:24:31 +0000 Andreas Schwab (vc-git-dir-printer): Fix filename column.
Wed, 03 Dec 2008 07:36:53 +0000 Glenn Morris (vc-git-diff-switches): Doc fix.
Sun, 30 Nov 2008 01:44:33 +0000 Glenn Morris (vc-git-diff): No need to duplicate vc-switches logic.
Wed, 26 Nov 2008 02:55:28 +0000 Glenn Morris (vc-git-diff-switches): New option.
Mon, 27 Oct 2008 07:21:43 +0000 Dan Nicolaescu * vc.el: Rename VC methods that were missed when vc-status was
Tue, 14 Oct 2008 07:05:07 +0000 Dan Nicolaescu * vc-git.el (vc-git-show-log-entry): Include the revision in the
Thu, 18 Sep 2008 17:01:41 +0000 Dan Nicolaescu * vc-bzr.el (vc-bzr-show-log-entry):
Wed, 30 Jul 2008 07:50:26 +0000 Dan Nicolaescu (vc-git-status-printer): Synchronize with the default.
Tue, 22 Jul 2008 02:20:10 +0000 Dan Nicolaescu (vc-git-status-printer): Update the directory display
Mon, 07 Jul 2008 16:35:48 +0000 Dan Nicolaescu (vc-git--ls-files-state): Remove unused function.
Sat, 05 Jul 2008 18:42:07 +0000 Alexandre Julliard * vc-git.el (vc-git-registered): Return true for removed files.
Wed, 02 Jul 2008 11:56:11 +0000 Magnus Henoch 2008-07-02 Magnus Henoch <mange@freemail.hu>
Wed, 25 Jun 2008 05:35:05 +0000 Dan Nicolaescu * vc-hg.el:
Tue, 24 Jun 2008 02:41:04 +0000 Dan Nicolaescu * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
Thu, 15 May 2008 17:38:50 +0000 Eric S. Raymond Snapshot primitives globally renamed to refer to tags, documentation updated.
Sat, 10 May 2008 13:27:16 +0000 Eric S. Raymond Remove assumption about what nil means as a first arument to vc-do-command.
Fri, 09 May 2008 17:30:49 +0000 Eric S. Raymond Remove wash-log from the VC backend API.
Wed, 07 May 2008 21:27:41 +0000 Eric S. Raymond Remove VC-Dired and backend dir-state methods.
Tue, 06 May 2008 07:58:00 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Sat, 03 May 2008 07:39:17 +0000 Eric S. Raymond Remove logentry primitive from backend API.
Fri, 02 May 2008 17:47:25 +0000 Eric S. Raymond Clean up vc*-revision-granularity and vc*-checkout-model.
Fri, 02 May 2008 06:56:59 +0000 Eric S. Raymond Name change in preparation for ripping out vc-dired.
Thu, 01 May 2008 19:13:16 +0000 Eric S. Raymond Change 'needs-patch to 'needs-update.
Tue, 29 Apr 2008 15:32:56 +0000 Stefan Monnier Make `checkout-model' apply to filesets.
Wed, 23 Apr 2008 04:07:11 +0000 Dan Nicolaescu (vc-git-status-printer): Deal with directories.
Wed, 16 Apr 2008 03:00:53 +0000 Stefan Monnier Rename vc-status to vc-dir.
Sun, 13 Apr 2008 18:07:00 +0000 Alexandre Julliard (vc-git-after-dir-status-stage)
Fri, 11 Apr 2008 15:17:59 +0000 Stefan Monnier Change `dir-status' to not take (and pass) status-buffer.
Sun, 30 Mar 2008 15:44:34 +0000 Dan Nicolaescu * vc-git.el: Make vc-status display information about copies,
Sat, 29 Mar 2008 05:34:52 +0000 Dan Nicolaescu * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
Fri, 28 Mar 2008 03:50:26 +0000 Dan Nicolaescu * vc.el: Add new backend function 'status-extra-headers.
Wed, 26 Mar 2008 06:35:55 +0000 Dan Nicolaescu (vc-git-extra-menu-map): New key map.
Mon, 24 Mar 2008 08:21:43 +0000 Dan Nicolaescu (vc-git-after-dir-status-stage1): Move state matching
Sat, 22 Mar 2008 17:33:52 +0000 Dan Nicolaescu (vc-git--empty-db-p)
Sat, 22 Mar 2008 17:21:48 +0000 Dan Nicolaescu (vc-git-annotate-extract-revision-at-line):
Fri, 21 Mar 2008 17:53:04 +0000 Stefan Monnier * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
Fri, 21 Mar 2008 06:29:04 +0000 Dan Nicolaescu (vc-git-status-result): New variable.
Fri, 21 Mar 2008 06:24:15 +0000 Dan Nicolaescu (vc-git-after-dir-status): Remove.
Fri, 21 Mar 2008 05:53:48 +0000 Dan Nicolaescu * vc-hg.el (vc-hg-state):
Fri, 22 Feb 2008 07:44:08 +0000 Dan Nicolaescu * vc.el (vc-exec-after): Move setting mode-line-process in the
Mon, 18 Feb 2008 07:46:14 +0000 Thien-Thi Nguyen (vc-git-after-dir-status, vc-git-dir-status): New funcs.
Tue, 08 Jan 2008 20:46:54 +0000 Miles Bader Merge from emacs--rel--22
Tue, 08 Jan 2008 20:07:21 +0000 Michael Albinus * vc-git.el (vc-git--call): Apply `process-file' instead of
Thu, 03 Jan 2008 06:29:38 +0000 Dan Nicolaescu * vc-git.el (vc-git--ls-files-state): New function.
Tue, 01 Jan 2008 19:47:21 +0000 Dan Nicolaescu (vc-git-dir-state): Set the vc-backend property. Do
Sat, 29 Dec 2007 13:20:49 +0000 Eric S. Raymond * vc-svn.el (vc-svn-parse-status): Recognize 'added, 'removed,
Fri, 28 Dec 2007 18:16:55 +0000 Eric S. Raymond * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
Fri, 28 Dec 2007 08:59:50 +0000 Eric S. Raymond * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
Thu, 29 Nov 2007 07:22:01 +0000 Dan Nicolaescu * vc-git.el (vc-git-dir-state): Fix the git command arguments.
Sun, 25 Nov 2007 00:41:49 +0000 Thien-Thi Nguyen (vc-git-annotate-time): Handle optional field FILENAME.
Sat, 24 Nov 2007 15:20:58 +0000 Thien-Thi Nguyen (vc-git--call, vc-git--out-ok): New funcs.
Sat, 24 Nov 2007 14:35:54 +0000 Thien-Thi Nguyen Refill; nfc.
Sat, 24 Nov 2007 13:44:51 +0000 Thien-Thi Nguyen (vc-git-show-log-entry): New func.
Sat, 20 Oct 2007 01:28:35 +0000 Stefan Monnier * vc-bzr.el (vc-bzr-diff-tree):
Sat, 20 Oct 2007 01:09:59 +0000 Stefan Monnier (vc-git-revision-completion-table, vc-git-revision-table):
Wed, 10 Oct 2007 19:39:23 +0000 Eric S. Raymond Carry through today's big terminology change to a few places where I
Wed, 10 Oct 2007 18:52:45 +0000 Eric S. Raymond Terminology cleanup.
Tue, 09 Oct 2007 08:52:57 +0000 Miles Bader Merge from emacs--rel--22
Sat, 25 Aug 2007 20:04:26 +0000 Dan Nicolaescu * vc-git.el (vc-git-mode-line-string): New function.
Fri, 03 Aug 2007 04:57:05 +0000 Miles Bader Change capitalization of VC backend names for new backends
Sat, 28 Jul 2007 02:01:43 +0000 Dan Nicolaescu (vc-git-print-log): Support both the old single file
Thu, 26 Jul 2007 18:44:39 +0000 Dan Nicolaescu * vc-git.el: Relicense to GPLv3 or later.
Thu, 26 Jul 2007 17:26:08 +0000 Dan Nicolaescu vc-git.el (vc-git-revision-table)
Wed, 25 Jul 2007 15:08:09 +0000 Dan Nicolaescu Fix comment.
Wed, 25 Jul 2007 15:03:05 +0000 Dan Nicolaescu * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
Tue, 24 Jul 2007 22:21:46 +0000 Dan Nicolaescu vc-git.el (vc-git-print-log): Fix previous change.
Tue, 24 Jul 2007 13:15:04 +0000 Dan Nicolaescu vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix
Mon, 23 Jul 2007 20:56:13 +0000 Dan Nicolaescu (vc-git-unregister): New function.