summaryrefslogtreecommitdiff
path: root/lisp/vc/vc.el
Commit message (Expand)AuthorAgeFilesLines
* Add `project-ignores'Dmitry Gutov2015-07-121-2/+6
* Improve handling of the first Git revisionDmitry Gutov2015-05-181-1/+2
* Add basic VC push support.Glenn Morris2015-05-121-0/+16
* Stop vc-print-log from jumping to the topDmitry Gutov2015-05-031-9/+11
* Add autoload cooking for vc-responsible-backendDaniel Colascione2015-03-011-0/+1
* Use vc-switches on vc-*-annotate-commandOscar Fuentes2015-02-261-0/+20
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/vc/vc.el: Improve `dir-status-files' descriptionDmitry Gutov2014-12-171-5/+4
* Move VC diff ASYNC argument to the fifth positionDmitry Gutov2014-12-141-4/+4
* Spelling fixesPaul Eggert2014-12-121-1/+1
* latest-on-branch-p is no longer a public methodEric S. Raymond2014-12-111-29/+9
* Remove VC rollback method.Eric S. Raymond2014-12-111-64/+14
* Righteous featurectomy of vc-keep-workfiles - always do it.Eric S. Raymond2014-12-101-6/+2
* In vc, abolish the dir-status method.Eric S. Raymond2014-12-021-24/+28
* Eliminate an unuted function argument.Eric S. Raymond2014-12-021-4/+7
* Another longstanding to-do: bind vc-delete-file.Eric S. Raymond2014-12-021-3/+1
* Clean up a longstanding to-do item.Eric S. Raymond2014-12-021-7/+4
* Remove clear-headers from VC's public method set.Eric S. Raymond2014-12-011-31/+0
* Fix minor bug introduced in 'Terminate vc-disable-async-diff'Eric S. Raymond2014-12-011-1/+1
* Remove could-register from the set of public VC backend methods,Eric S. Raymond2014-12-011-10/+1
* Terminate vc-disable-async-diff with extreme prejudice.Eric S. Raymond2014-12-011-29/+29
* * lisp/vc: Fix use of find-conflicted-file in Git.Stefan Monnier2014-12-011-1/+2
* Refactor VC merging to fix a layer violation.Eric S. Raymond2014-12-011-30/+11
* Small but crucial change for new VC registration API.Eric S. Raymond2014-12-011-1/+1
* Update some documentation changes and todo items.Eric S. Raymond2014-12-011-4/+34
* Finish vc-stay-local containment.Eric S. Raymond2014-12-011-0/+4
* Confine vc-stay-local to CVS, because it was unusable in SVN.Eric S. Raymond2014-12-011-11/+0
* Remove vc-state-heuristic from the set of public methods.Eric S. Raymond2014-12-011-10/+4
* The vc-mistrust-permissions configuration variable is gone.Eric S. Raymond2014-12-011-0/+5
* API simplification: remove vc-workfile-unchanged-p from pubic methods.Eric S. Raymond2014-12-011-12/+6
* VC API simplification: remove ability to set initial revision.Eric S. Raymond2014-12-011-32/+28
* Merge branch 'emacs-24'.Paul Eggert2014-11-281-2/+6
|\
| * Fix VC documentation related to switching branches.Eli Zaretskii2014-11-191-2/+6
* | Isolating support code for the file-granularity back ends: the easy part.Eric S. Raymond2014-11-221-27/+0
* | Fix bug #19084 with 'C-x v +' in *vc-change-log* buffers.Eli Zaretskii2014-11-211-0/+3
* | Fix bug #19136 with a typo in a vc.el comment.Ulrich Mueller2014-11-211-1/+1
* | Support for SRC in VC mode.Eric S. Raymond2014-11-201-1/+4
* | Remove editable argument from VC's backend checkout methods.Eric S. Raymond2014-11-201-25/+24
* | Remove never-used rev argument from VC's backend checkin methods.Eric S. Raymond2014-11-201-15/+13
* | Fix bug #19101 with log-view-mode set in the wrong buffer.Eli Zaretskii2014-11-191-9/+10
* | * lisp/vc/vc.el (vc-region-history): New command.Stefan Monnier2014-11-051-15/+42
* | Revert previous accidental commitGlenn Morris2014-11-041-15/+13
* | Merge from emacs-24; up to 117669Glenn Morris2014-11-041-13/+15
* | Provide function for asking vc about project rootDaniel Colascione2014-04-201-0/+13
* | lisp/vc/vc.el (vc-rollback): Use set-buffer-modified-p.Juanma Barranquero2014-03-231-1/+1
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Some fixes for vc-ignore (Bug#15754).Xue Fuqiao2013-12-261-15/+25
* Fix ugly ^M characters in Diff output shown by "C-x v u".Eli Zaretskii2013-11-261-0/+7
* * lisp/vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.Glenn Morris2013-11-131-7/+0
* * lisp/vc/vc.el (vc-print-log): Don't use a working revision unlessGlenn Morris2013-10-241-1/+2