summaryrefslogtreecommitdiff
path: root/lisp/vc
Commit message (Expand)AuthorAgeFilesLines
* Doc fixes: don't refer to some obsolete itemsStefan Kangas2022-06-301-1/+1
* Fix doc string references to tags-loop-continueLars Ingebrigtsen2022-05-091-2/+2
* Add minimum instructions to 'query-replace' commandsEli Zaretskii2022-04-211-0/+6
* Further vcs-cvs/rcs-responsible-p updates from masterLars Ingebrigtsen2022-04-167-14/+16
* Make all vc-*-responsible-p functions return a stringLars Ingebrigtsen2022-04-144-13/+19
* Fix vc-git with old Git over Tramp and cygwin-mount.elDmitry Gutov2022-01-051-39/+35
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-0140-40/+40
* Fix control buffer window height in 'ediff-setup-control-buffer' (Bug#49277)Martin Rudalics2021-12-151-1/+19
* * lisp/vc/vc-git.el (vc-git-mergebase): More meaningful error message.Juri Linkov2021-11-101-1/+4
* ; Fix typos in CONTRIBUTE, ELisp manual, ediffTom Levy2021-11-101-2/+2
* Don't use color escape sequences in vc-git-expanded-log-entryJan Synacek2021-10-191-1/+1
* Mark vc-switch-backend as obsoleteDmitry Gutov2021-10-141-4/+9
* Expand the full file nameDmitry Gutov2021-10-111-6/+5
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-053-3/+3
* ; 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