| Commit message (Expand) | Author | Age | Files | Lines |
* | Move version control related files to the "vc" subdirectory. | Juri Linkov | 2010-06-11 | 1 | -1031/+0 |
* | Improve support for special markup in the VC commit message. | Dan Nicolaescu | 2010-06-08 | 1 | -1/+2 |
* | vc-log-incoming/vc-log-outgoing fixes for Git. | Dan Nicolaescu | 2010-06-05 | 1 | -22/+6 |
* | vc-log-incoming/vc-log-outgoing improvements for Git. | Dan Nicolaescu | 2010-06-03 | 1 | -8/+14 |
* | Add support for vc-log-incoming, improve vc-log-outgoing for Git. | Dan Nicolaescu | 2010-06-01 | 1 | -3/+27 |
* | Make the log-edit comments use RFC822 format throughout. | Stefan Monnier | 2010-04-20 | 1 | -20/+9 |
* | Merge from emacs-23 | Stefan Monnier | 2010-04-19 | 1 | -1/+4 |
|\ |
|
| * | Improve previous change. | Glenn Morris | 2010-04-15 | 1 | -1/+3 |
| * | * vc-git.el (vc-git-print-log): Doc fix. | Glenn Morris | 2010-04-15 | 1 | -1/+2 |
* | | Add --author support to git commit. | Dan Nicolaescu | 2010-04-09 | 1 | -3/+18 |
* | | Improve documentation comments. | Eric S. Raymond | 2010-04-09 | 1 | -1/+8 |
* | | Add new VC methods: vc-log-incoming and vc-log-outgoing. | Dan Nicolaescu | 2010-04-06 | 1 | -5/+12 |
* | | Add special markup processing for commit logs. | Dan Nicolaescu | 2010-03-19 | 1 | -1/+1 |
* | | vc-git.el (vc-git-revision-table): Include remote branches. | Stefan Monnier | 2010-03-10 | 1 | -1/+2 |
|/ |
|
* | (vc-git-print-log): Use "tformat:" for shortlog, instead of "format:" | Miles Bader | 2010-03-09 | 1 | -1/+1 |
* | Correct pathname for vc-git-annotate-extract-revision-at-line (Bug#5657) | Chong Yidong | 2010-03-07 | 1 | -1/+2 |
* | * vc-git.el: Re-flow to fit into 80 columns. | Stefan Monnier | 2010-03-05 | 1 | -69/+105 |
* | (vc-git-dir-status-goto-stage): Pass --relative to the | Eric Hanchrow | 2010-01-24 | 1 | -1/+1 |
* | Remove support for adding --signoff on commit. | Dan Nicolaescu | 2010-01-24 | 1 | -16/+1 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | Supersede color.diff settings in git log (bug#5211). | Juanma Barranquero | 2009-12-28 | 1 | -1/+1 |
* | Add support for stashing a snapshot of the current tree. | Dan Nicolaescu | 2009-12-08 | 1 | -2/+17 |
* | Support showing a single log entry from vc-annotate. | Dan Nicolaescu | 2009-12-07 | 1 | -10/+14 |
* | * vc-git.el (vc-git-print-log): Handle a limit argument. Display | Dan Nicolaescu | 2009-12-06 | 1 | -15/+18 |
* | Make vc-revert change VC state from 'added to 'unregistered. | Dan Nicolaescu | 2009-12-06 | 1 | -1/+2 |
* | Support applying stashes. Improve UI. | Dan Nicolaescu | 2009-12-03 | 1 | -2/+53 |
* | (vc-git-registered): Call vc-git-root only once. | Dan Nicolaescu | 2009-11-30 | 1 | -20/+20 |
* | vc-git-registered: use checkout directory (where .git is) | David Reitter | 2009-11-24 | 1 | -1/+5 |
* | * vc.el (vc-log-show-limit): Default to 2000. | Dan Nicolaescu | 2009-11-16 | 1 | -1/+2 |
* | * vc.el (vc-log-show-limit): New variable. | Dan Nicolaescu | 2009-11-15 | 1 | -2/+2 |
* | (vc-git-stash-map): Move definition before use. | Glenn Morris | 2009-11-05 | 1 | -7/+7 |
* | Make vc-annotate work through copies and renames. | Dan Nicolaescu | 2009-10-19 | 1 | -3/+6 |
* | (vc-git-dir-extra-headers): Set the branch name | Dan Nicolaescu | 2009-10-14 | 1 | -5/+2 |
* | (vc-git-dir-extra-headers): Add keymap and mouse-face | Dan Nicolaescu | 2009-09-20 | 1 | -10/+46 |
* | (vc-git-log-view-mode): Undo inadvertent change. | Dan Nicolaescu | 2009-09-15 | 1 | -1/+1 |
* | (vc-git-dir-extra-headers): Show the remote location. | Dan Nicolaescu | 2009-09-15 | 1 | -6/+28 |
* | * vc.el (top): print-log method now takes an optional SHORTLOG | Dan Nicolaescu | 2009-09-14 | 1 | -7/+24 |
* | (vc-git-annotate-command): Use separator to parse | Nick Roberts | 2009-09-06 | 1 | -1/+1 |
* | (vc-git-stash, vc-git-stash-show): New functions. | Dan Nicolaescu | 2009-08-26 | 1 | -0/+24 |
* | (vc-git-register): Use "git add" for directories. | Dan Nicolaescu | 2009-08-26 | 1 | -48/+56 |
* | * vc-git.el (vc-git-registered, vc-git-working-revision) | Michael Albinus | 2009-08-25 | 1 | -19/+25 |
* | (vc-git-annotate-command): Run asynchronously. | Dan Nicolaescu | 2009-08-21 | 1 | -1/+1 |
* | (vc-git-checkin): Fix typo. | Dan Nicolaescu | 2009-07-28 | 1 | -1/+1 |
* | (vc-git--run-command-string): Accept a nil FILE argument. | Dan Nicolaescu | 2009-07-23 | 1 | -4/+22 |
* | (vc-git-add-signoff): New variable. | Dan Nicolaescu | 2009-07-23 | 1 | -1/+17 |
* | Remove find-file-not-found-hook VC method. (Bug#2757) | Dan Nicolaescu | 2009-06-26 | 1 | -1/+0 |
* | * vc-git.el (vc-git-previous-revision, vc-git-next-revision): | Alexandre Julliard | 2009-03-13 | 1 | -32/+34 |
* | * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map. | Dan Nicolaescu | 2009-02-11 | 1 | -0/+1 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | (vc-git-dir-printer): Fix filename column. | Andreas Schwab | 2008-12-27 | 1 | -1/+1 |