summaryrefslogtreecommitdiff
path: root/lisp/vc-git.el
Commit message (Expand)AuthorAgeFilesLines
* Move version control related files to the "vc" subdirectory.Juri Linkov2010-06-111-1031/+0
* Improve support for special markup in the VC commit message.Dan Nicolaescu2010-06-081-1/+2
* vc-log-incoming/vc-log-outgoing fixes for Git.Dan Nicolaescu2010-06-051-22/+6
* vc-log-incoming/vc-log-outgoing improvements for Git.Dan Nicolaescu2010-06-031-8/+14
* Add support for vc-log-incoming, improve vc-log-outgoing for Git.Dan Nicolaescu2010-06-011-3/+27
* Make the log-edit comments use RFC822 format throughout.Stefan Monnier2010-04-201-20/+9
* Merge from emacs-23Stefan Monnier2010-04-191-1/+4
|\
| * Improve previous change.Glenn Morris2010-04-151-1/+3
| * * vc-git.el (vc-git-print-log): Doc fix.Glenn Morris2010-04-151-1/+2
* | Add --author support to git commit.Dan Nicolaescu2010-04-091-3/+18
* | Improve documentation comments.Eric S. Raymond2010-04-091-1/+8
* | Add new VC methods: vc-log-incoming and vc-log-outgoing.Dan Nicolaescu2010-04-061-5/+12
* | Add special markup processing for commit logs.Dan Nicolaescu2010-03-191-1/+1
* | vc-git.el (vc-git-revision-table): Include remote branches.Stefan Monnier2010-03-101-1/+2
|/
* (vc-git-print-log): Use "tformat:" for shortlog, instead of "format:"Miles Bader2010-03-091-1/+1
* Correct pathname for vc-git-annotate-extract-revision-at-line (Bug#5657)Chong Yidong2010-03-071-1/+2
* * vc-git.el: Re-flow to fit into 80 columns.Stefan Monnier2010-03-051-69/+105
* (vc-git-dir-status-goto-stage): Pass --relative to theEric Hanchrow2010-01-241-1/+1
* Remove support for adding --signoff on commit.Dan Nicolaescu2010-01-241-16/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Supersede color.diff settings in git log (bug#5211).Juanma Barranquero2009-12-281-1/+1
* Add support for stashing a snapshot of the current tree.Dan Nicolaescu2009-12-081-2/+17
* Support showing a single log entry from vc-annotate.Dan Nicolaescu2009-12-071-10/+14
* * vc-git.el (vc-git-print-log): Handle a limit argument. DisplayDan Nicolaescu2009-12-061-15/+18
* Make vc-revert change VC state from 'added to 'unregistered.Dan Nicolaescu2009-12-061-1/+2
* Support applying stashes. Improve UI.Dan Nicolaescu2009-12-031-2/+53
* (vc-git-registered): Call vc-git-root only once.Dan Nicolaescu2009-11-301-20/+20
* vc-git-registered: use checkout directory (where .git is)David Reitter2009-11-241-1/+5
* * vc.el (vc-log-show-limit): Default to 2000.Dan Nicolaescu2009-11-161-1/+2
* * vc.el (vc-log-show-limit): New variable.Dan Nicolaescu2009-11-151-2/+2
* (vc-git-stash-map): Move definition before use.Glenn Morris2009-11-051-7/+7
* Make vc-annotate work through copies and renames.Dan Nicolaescu2009-10-191-3/+6
* (vc-git-dir-extra-headers): Set the branch nameDan Nicolaescu2009-10-141-5/+2
* (vc-git-dir-extra-headers): Add keymap and mouse-faceDan Nicolaescu2009-09-201-10/+46
* (vc-git-log-view-mode): Undo inadvertent change.Dan Nicolaescu2009-09-151-1/+1
* (vc-git-dir-extra-headers): Show the remote location.Dan Nicolaescu2009-09-151-6/+28
* * vc.el (top): print-log method now takes an optional SHORTLOGDan Nicolaescu2009-09-141-7/+24
* (vc-git-annotate-command): Use separator to parseNick Roberts2009-09-061-1/+1
* (vc-git-stash, vc-git-stash-show): New functions.Dan Nicolaescu2009-08-261-0/+24
* (vc-git-register): Use "git add" for directories.Dan Nicolaescu2009-08-261-48/+56
* * vc-git.el (vc-git-registered, vc-git-working-revision)Michael Albinus2009-08-251-19/+25
* (vc-git-annotate-command): Run asynchronously.Dan Nicolaescu2009-08-211-1/+1
* (vc-git-checkin): Fix typo.Dan Nicolaescu2009-07-281-1/+1
* (vc-git--run-command-string): Accept a nil FILE argument.Dan Nicolaescu2009-07-231-4/+22
* (vc-git-add-signoff): New variable.Dan Nicolaescu2009-07-231-1/+17
* Remove find-file-not-found-hook VC method. (Bug#2757)Dan Nicolaescu2009-06-261-1/+0
* * vc-git.el (vc-git-previous-revision, vc-git-next-revision):Alexandre Julliard2009-03-131-32/+34
* * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.Dan Nicolaescu2009-02-111-0/+1
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (vc-git-dir-printer): Fix filename column.Andreas Schwab2008-12-271-1/+1