summaryrefslogtreecommitdiff
path: root/lisp/vc/vc.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/vc/vc.el: API doc fixes.Alfred M. Szmidt2021-09-171-2/+2
* Reuse vc-read-backend moreManuel Giraud2021-09-171-18/+8
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-2/+2
* ; Fix symbol quoting typosStefan Kangas2021-09-121-1/+1
* Allow killing the diff buffer after `C-x v u'Lars Ingebrigtsen2021-09-041-2/+4
* Move the expansion of abbreviated names to vc-git.elDmitry Gutov2021-08-311-5/+5
* Move vc-branch-p and vc-branch-part from vc.el to vc-rcs.el and renameLars Ingebrigtsen2021-08-291-14/+0
* Fix vc-root-diff broken with Git as wellDmitry Gutov2021-08-191-1/+1
* Fix regressions in the last changeDmitry Gutov2021-08-161-2/+2
* Mention `find-ignore-file' in the vc.el commentaryOmar Polo2021-08-121-0/+8
* Base the "extraclean" Make rule on "maintainer-clean"Glenn Morris2021-05-091-0/+3
* * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-111-3/+4
* lisp/vc/*.el: Use lexical-bindings in all the filesStefan Monnier2021-02-261-0/+1
* Recompute mode-lines when marking conflicts resolvedDmitry Gutov2021-01-311-0/+3
* Only show "2x entries" i vc log buffers if neededLars Ingebrigtsen2021-01-191-15/+27
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Shorten over-wide docstrings in variablesStefan Kangas2020-12-191-2/+3
* vc-create-tag: use vc-revision-history variableAndrii Kolomoiets2020-12-131-1/+2
* Merge from origin/emacs-27Glenn Morris2020-12-091-8/+8
|\
| * * lisp/vc/vc.el: Update args of backend API calls in the header commentsJuri Linkov2020-12-061-8/+8
* | Prefer setq-local in vc/*.elStefan Kangas2020-12-051-21/+19
* | Use null-device where appropriateMichael Albinus2020-11-251-1/+1
* | Doc fixDmitry Gutov2020-11-081-1/+1
* | Mention which exact file is already registeredDmitry Gutov2020-11-081-1/+1
* | Make vc-responsible-backend choose the most specific backendLars Ingebrigtsen2020-10-261-6/+16
* | Restore vc-revision-other-window buffer-changing behaviourLars Ingebrigtsen2020-10-161-7/+7
* | Improve support for using vc commands in indirect buffersNathan Moreau2020-10-051-11/+27
* | Tweak the `C-x v =' command when done from a diff bufferKevin Ryde2020-09-141-3/+10
* | Revert "Use format-prompt in read-file-name calls that have a default"Lars Ingebrigtsen2020-09-131-9/+9
* | Use format-prompt in read-file-name calls that have a defaultLars Ingebrigtsen2020-09-071-9/+9
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-5/+2
* | Don't move point in vc-dir on vc-register/vc-checkin (bug#43188)Andrii Kolomoiets2020-09-051-4/+0
* | Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-141-3/+0
* | Revert feature added in bfd96e995d using project directories in vc (bug#41821)Juri Linkov2020-07-021-4/+2
* | M-n in read-directory-name of vc commands gets project dirs (bug#41821)Juri Linkov2020-06-241-2/+4
* | More not-state-changing vc commands can be used from non-file buffersJuri Linkov2020-06-241-3/+1
* | Auto-setup for bug-reference-modeTassilo Horn2020-06-171-3/+7
* | Add optional remote-name argument to VC repository-url commandTassilo Horn2020-06-151-2/+5
* | Add new VC command `repository-url'Tassilo Horn2020-06-141-0/+4
* | * lisp/vc/vc.el (vc-deduce-fileset): Improve docstring (bug#34949).Juri Linkov2020-04-141-12/+22
* | Support state changing VC operations on directories in Dired (bug#34949)Juri Linkov2020-03-301-31/+9
* | In vc-print-branch-log use root instead of the default directory (bug#39704)Juri Linkov2020-03-101-4/+6
* | Merge from origin/emacs-27Glenn Morris2020-03-041-8/+10
|\|
| * vc-dir-ignore: More accurately choose base directoryDmitry Gutov2020-02-251-8/+10
* | Merge from origin/emacs-27Glenn Morris2020-02-231-27/+30
|\|
| * Move more logic to vc-ignore from vc-default-ignoreDmitry Gutov2020-02-231-27/+30
* | Support state changing VC operations in dired-mode on files (bug#34949)Juri Linkov2020-02-191-7/+28
|/
* Wrap some set-auto-mode calls with delay-mode-hooks (bug#39190)Juri Linkov2020-02-061-1/+3
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Improve vc--add-line, vc--remove-regexpWolfgang Scherer2019-12-251-9/+11