aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-git.el
Commit message (Expand)AuthorAgeFilesLines
* * 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
* (vc-git-diff-switches): Doc fix.Glenn Morris2008-12-031-6/+3
* (vc-git-diff): No need to duplicate vc-switches logic.Glenn Morris2008-11-301-1/+1
* (vc-git-diff-switches): New option.Glenn Morris2008-11-261-6/+19
* * vc.el: Rename VC methods that were missed when vc-status wasDan Nicolaescu2008-10-271-2/+2
* * vc-git.el (vc-git-show-log-entry): Include the revision in theDan Nicolaescu2008-10-141-1/+1
* * vc-bzr.el (vc-bzr-show-log-entry):Dan Nicolaescu2008-09-181-6/+7
* (vc-git-status-printer): Synchronize with the default.Dan Nicolaescu2008-07-301-2/+6
* (vc-git-status-printer): Update the directory displayDan Nicolaescu2008-07-221-3/+2
* (vc-git--ls-files-state): Remove unused function.Dan Nicolaescu2008-07-071-14/+0
* * vc-git.el (vc-git-registered): Return true for removed files.Alexandre Julliard2008-07-051-35/+37
* 2008-07-02 Magnus Henoch <[email protected]>Magnus Henoch2008-07-021-2/+1
* * vc-hg.el:Dan Nicolaescu2008-06-251-0/+1
* * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):Dan Nicolaescu2008-06-241-0/+2
* Snapshot primitives globally renamed to refer to tags, documentation updated.Eric S. Raymond2008-05-151-34/+35
* Remove assumption about what nil means as a first arument to vc-do-command.Eric S. Raymond2008-05-101-1/+1
* Remove wash-log from the VC backend API.Eric S. Raymond2008-05-091-1/+0
* Remove VC-Dired and backend dir-state methods.Eric S. Raymond2008-05-071-9/+0
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Remove logentry primitive from backend API.Eric S. Raymond2008-05-031-1/+0
* Clean up vc*-revision-granularity and vc*-checkout-model.Eric S. Raymond2008-05-021-5/+3
* Name change in preparation for ripping out vc-dired.Eric S. Raymond2008-05-021-1/+1
* Change 'needs-patch to 'needs-update.Eric S. Raymond2008-05-011-6/+8
* Make `checkout-model' apply to filesets.Stefan Monnier2008-04-291-2/+1
* (vc-git-status-printer): Deal with directories.Dan Nicolaescu2008-04-231-3/+8
* Rename vc-status to vc-dir.Stefan Monnier2008-04-161-6/+6
* (vc-git-after-dir-status-stage)Alexandre Julliard2008-04-131-51/+76
* Change `dir-status' to not take (and pass) status-buffer.Stefan Monnier2008-04-111-9/+9
* * vc-git.el: Make vc-status display information about copies,Dan Nicolaescu2008-03-301-9/+121
* * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.Dan Nicolaescu2008-03-291-18/+11
* * vc.el: Add new backend function 'status-extra-headers.Dan Nicolaescu2008-03-281-0/+12
* (vc-git-extra-menu-map): New key map.Dan Nicolaescu2008-03-261-1/+65
* (vc-git-after-dir-status-stage1): Move state matchingDan Nicolaescu2008-03-241-8/+12
* (vc-git--empty-db-p)Dan Nicolaescu2008-03-221-5/+23
* (vc-git-annotate-extract-revision-at-line):Dan Nicolaescu2008-03-221-1/+1
* * vc-hooks.el (vc-default-mode-line-string): Add case for added files.Stefan Monnier2008-03-211-8/+0
* (vc-git-status-result): New variable.Dan Nicolaescu2008-03-211-22/+35
* (vc-git-after-dir-status): Remove.Dan Nicolaescu2008-03-211-41/+27
* * vc-hg.el (vc-hg-state):Dan Nicolaescu2008-03-211-2/+2
* * vc.el (vc-exec-after): Move setting mode-line-process in theDan Nicolaescu2008-02-221-1/+2
* (vc-git-after-dir-status, vc-git-dir-status): New funcs.Thien-Thi Nguyen2008-02-181-0/+47
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| * * vc-git.el (vc-git-dir-state):Dan Nicolaescu2008-01-041-0/+3
| * * vc-git.el (vc-git-dir-state): Fix the git command arguments.Dan Nicolaescu2007-12-011-1/+1
* | * vc-git.el (vc-git--call): Apply `process-file' instead ofMichael Albinus2008-01-081-1/+4
* | * vc-git.el (vc-git--ls-files-state): New function.Dan Nicolaescu2008-01-031-33/+18
* | (vc-git-dir-state): Set the vc-backend property. DoDan Nicolaescu2008-01-011-1/+4