aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; 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
* Avoid double argument evaluation in vc-call macroBasil L. Contovounesios2021-09-211-3/+3
* ; Delete a spurious commentStefan Kangas2021-09-191-6/+0
* Add indent declaration to emerge-defvar-localStefan Kangas2021-09-181-2/+3
* Make doc argument of emerge-defvar-local optionalStefan Kangas2021-09-181-1/+1
* Make doc argument of ediff-defvar-local optionalStefan Kangas2021-09-183-38/+37
* ; More stylistic docfixes in vc/*.el found by checkdocStefan Kangas2021-09-1817-276/+302
* * lisp/vc/ediff-util.el (ediff-member): Make obsolete.Stefan Kangas2021-09-171-0/+1
* Make ediff-set-difference into obsolete alias for seq-differenceStefan Kangas2021-09-172-11/+2
* Make ediff-intersection into obsolete alias for seq-intersectionStefan Kangas2021-09-172-12/+3
* Make ediff-union into obsolete alias for seq-unionStefan Kangas2021-09-172-17/+4
* * lisp/vc/vc.el: API doc fixes.Alfred M. Szmidt2021-09-171-2/+2
* Reuse vc-read-backend moreManuel Giraud2021-09-171-18/+8
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-166-15/+12
* ; More minor docfixes found by checkdocStefan Kangas2021-09-1424-68/+68
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-2/+2
* Remove some remaining references to XEmacsStefan Kangas2021-09-132-6/+3
* ; Fix symbol quoting typosStefan Kangas2021-09-121-1/+1
* Re-fix bug#16897Dmitry Gutov2021-09-121-10/+14
* Have Git backend actions accept nil filenames againDmitry Gutov2021-09-081-5/+6
* Allow killing the diff buffer after `C-x v u'Lars Ingebrigtsen2021-09-041-2/+4
* Fix recently broken vc-delete-file with GitDmitry Gutov2021-09-031-1/+1
* Move the expansion of abbreviated names to vc-git.elDmitry Gutov2021-08-312-6/+10
* Move vc-branch-p and vc-branch-part from vc.el to vc-rcs.el and renameLars Ingebrigtsen2021-08-293-38/+34
* Revert part of 3572613550f5d1d0b3392dbc809b32f3989e2981 (bug#39452)Juri Linkov2021-08-271-1/+1
* Rename arguments for clarityDmitry Gutov2021-08-261-8/+8
* Make sure to remove the remote specification before adding :(literal)Dmitry Gutov2021-08-261-1/+1
* Fix vc-root-diff broken with Git as wellDmitry Gutov2021-08-191-1/+1
* Fix ediff3 layouts with window-combination-resize non-nil (Bug#49277)pillule2021-08-181-24/+10
* vc-git-region-history: Fix to call 'diff' more correctlyDmitry Gutov2021-08-171-1/+1
* Fix regressions in the last changeDmitry Gutov2021-08-162-3/+3
* Fix vc-git-state for filenames with wildcardsWolfgang Scherer2021-08-151-27/+36
* Revert "Bind the GIT_LITERAL_PATHSPECS environment variable"Dmitry Gutov2021-08-151-2/+0
* Filter out -L foo labels in diff-hunk-file-namesLars Ingebrigtsen2021-08-141-5/+5
* Adjust previous diff-changed-unspecified changeLars Ingebrigtsen2021-08-131-4/+6
* Add new face diff-changed-unspecifiedLars Ingebrigtsen2021-08-131-4/+15
* Mention `find-ignore-file' in the vc.el commentaryOmar Polo2021-08-121-0/+8
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-1/+1
* Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd2021-08-084-6/+6
* * lisp/vc/smerge-mode.el (smerge-mode-menu): Add menu item for smerge-refine.Juri Linkov2021-08-041-0/+3
* Bind the GIT_LITERAL_PATHSPECS environment variableDmitry Gutov2021-07-221-0/+2
* Make vc-git-mode-line-string more robustYan Gajdos2021-07-211-1/+1
* Avoid making backup files in ediff when `make-backup-files' is nilLars Ingebrigtsen2021-07-081-2/+3