summaryrefslogtreecommitdiff
path: root/lisp/vc
Commit message (Expand)AuthorAgeFilesLines
* Make the Git stash commands available in vc-dir Git buffersLars Ingebrigtsen2021-12-062-1/+16
* vc-git--program-version to support Git for macOS version stringJustin Schell2021-12-061-6/+8
* Remove empty lines from stash read promptDmitry Gutov2021-11-261-7/+6
* Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-223-9/+14
* * lisp/vc/diff-mode.el (diff-minor-mode-prefix): Fix typo from 44faf54659Juri Linkov2021-11-181-1/+1
* Revert VC-related prefix user options to previous valuesLars Ingebrigtsen2021-11-183-12/+9
* Use substitute-command-keys in some messagesStefan Kangas2021-11-171-1/+3
* Adjust `defvar-keymap' and `define-keymap' to the new syntaxLars Ingebrigtsen2021-11-166-67/+71
* Fix previous -responsible-p changeLars Ingebrigtsen2021-11-143-3/+3
* Make all vc-*-responsible-p functions return a stringLars Ingebrigtsen2021-11-144-13/+19
* Find most specific backend for `vc-backend-for-registration'.Manuel Giraud2021-11-141-3/+5
* Merge from origin/emacs-28Stefan Kangas2021-11-111-1/+4
|\
| * * lisp/vc/vc-git.el (vc-git-mergebase): More meaningful error message.Juri Linkov2021-11-101-1/+4
* | Merge from origin/emacs-28Stefan Kangas2021-11-101-2/+2
|\|
| * ; Fix typos in CONTRIBUTE, ELisp manual, ediffTom Levy2021-11-101-2/+2
* | * lisp/vc/diff-mode.el (diff-setup-buffer-type): Move to diff-setup-whitespaceJuri Linkov2021-11-092-16/+17
* | Fix local variables overwritten when diff-mode is setMatthias Meulien2021-11-092-13/+19
* | Suppress a compilation warning about vc-switch-backendLars Ingebrigtsen2021-11-081-1/+2
* | Make 'C-x v v' on an unregistered file use the most specific backendManuel Giraud2021-11-061-6/+17
* | Fix 'diff-font-lock-prettify' breaking display of outline headersMatthias Meulien2021-11-052-10/+20
* | Merge from origin/emacs-28Glenn Morris2021-10-211-1/+1
|\|
| * Don't use color escape sequences in vc-git-expanded-log-entryJan Synacek2021-10-191-1/+1
* | Fix typo in previous smerge-mode-map changeLars Ingebrigtsen2021-10-201-1/+1
* | Error out on invalid `define-keymap' keywordsLars Ingebrigtsen2021-10-191-1/+1
* | Fix diff-mode-shared-mapLars Ingebrigtsen2021-10-191-1/+1
* | Fix possible build issue in pcvs.el and diff-mode.elLars Ingebrigtsen2021-10-182-0/+2
* | Fix build issue with smerge-modeLars Ingebrigtsen2021-10-181-0/+1
* | Use define-keymap in pcvs and pcvs-defs.elLars Ingebrigtsen2021-10-182-155/+141
* | Convert diff-mode.el from easy-mmode-defmap to define-keymapLars Ingebrigtsen2021-10-181-54/+52
* | Convert smerge-mode.el from easy-mmode-defmap to define-keymapLars Ingebrigtsen2021-10-181-22/+20
* | Convert cvs-status-mode-map to new syntaxLars Ingebrigtsen2021-10-171-2/+2
* | Convert two `easy-mmode-defmap' usages to `defvar-keymap'Lars Ingebrigtsen2021-10-152-29/+26
* | Use `define-keymap' in log-view.elLars Ingebrigtsen2021-10-141-33/+18
* | Merge from origin/emacs-28Glenn Morris2021-10-141-4/+9
|\|
| * Mark vc-switch-backend as obsoleteDmitry Gutov2021-10-141-4/+9
* | Mark def* macros for indentationLars Ingebrigtsen2021-10-131-0/+1
* | Merge from origin/emacs-28Glenn Morris2021-10-111-6/+5
|\|
| * Expand the full file nameDmitry Gutov2021-10-111-6/+5
* | Make 'inhibit-changing-match-data' obsolete and adjust callersLars Ingebrigtsen2021-10-071-4/+3
* | Merge from origin/emacs-28Glenn Morris2021-10-053-3/+3
|\|
| * ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-053-3/+3
* | Use format-prompt for many more promptsStefan Kangas2021-10-055-29/+17
|/
* ; Fix some recent fixes to doc stringsEli Zaretskii2021-09-263-6/+7
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-266-10/+15
* Make 'C-u C-x v v' handle unregistered files.Manuel Giraud2021-09-251-1/+5
* Use command substitution instead of raw keys in more placesStefan Kangas2021-09-243-4/+6
* Prefer seq-random-elt to nth+randomStefan Kangas2021-09-241-2/+1
* Do not count git markers as "deleted lines"Konstantin Kharlamov2021-09-231-1/+5
* Fix vc-annotate-show-log-revision-at-lineDmitry Gutov2021-09-232-0/+11
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-211-2/+2