summaryrefslogtreecommitdiff
path: root/lisp/vc
Commit message (Expand)AuthorAgeFilesLines
* * lisp/vc/vc.el: Update args of backend API calls in the header commentsJuri Linkov2020-12-061-8/+8
* ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-2/+1
* diff-no-select doc string clarificationLars Ingebrigtsen2020-09-121-2/+10
* Fix edge case errors in filename-matching regexpsMattias EngdegÄrd2020-04-141-3/+2
* Handle filling of indented ChangeLog function entriesNoam Postavsky2020-04-041-1/+1
* Fix a couple of problems in changelog generating functionsNoam Postavsky2020-03-222-35/+40
* * lisp/vc/vc-cvs.el (vc-cvs-ignore): Copy-edit doc stringMattias EngdegÄrd2020-02-281-10/+11
* vc-dir-ignore: More accurately choose base directoryDmitry Gutov2020-02-252-11/+14
* Move more logic to vc-ignore from vc-default-ignoreDmitry Gutov2020-02-232-28/+33
* Don't write absolute filenames and duplicate strings to CVS ignore filesWolfgang Scherer2020-02-222-15/+34
* Make sure not to mark directoriesWolfgang Scherer2020-02-121-2/+3
* ; Add a TODODmitry Gutov2020-02-121-0/+3
* vc-hg-dir-status-files: Fix when DIR is not repository rootDmitry Gutov2020-02-121-6/+6
* Wrap some set-auto-mode calls with delay-mode-hooks (bug#39190)Juri Linkov2020-02-062-2/+6
* * lisp/vc/smerge-mode.el (smerge-match-conflict): Fix bug#38456Stefan Monnier2020-01-211-1/+4
* vc-dir: ensure we don't use a pager with gitRobert Pluim2020-01-131-2/+1
* Update copyright year to 2020Paul Eggert2020-01-0140-40/+40
* Improve vc--add-line, vc--remove-regexpWolfgang Scherer2019-12-251-9/+11
* Speed up vc-dir-updateDmitry Gutov2019-12-211-12/+15
* Make ls-files-unknown only return proper files, not directoriesAndrii Kolomoiets2019-12-171-2/+1
* vc-git-after-dir-status-stage: Avoid erroneous up-to-date statusDmitry Gutov2019-12-171-8/+13
* New command 'diff-buffers'Phil Sainty2019-12-161-1/+32
* * lisp/vc/diff-mode.el (diff-context): Set 'extend t' (bug#37774).Dmitry Gutov2019-12-021-2/+2
* Fix compilation warning in vc-hg.elJuanma Barranquero2019-11-301-0/+2
* vc-hg: prompt for branch to mergeAndrii Kolomoiets2019-11-301-4/+9
* Add ':extend' attribute to faces and themesEli Zaretskii2019-11-304-23/+23
* Support showing one revision with MercurialEli Zaretskii2019-11-291-0/+2
* Support showing one revision with SubversionEli Zaretskii2019-11-291-2/+6
* Minor fix in 'vc-print-root-log's prompt for revision IDEli Zaretskii2019-11-291-1/+1
* Support showing one revision with BazaarEli Zaretskii2019-11-291-0/+1
* Improve documentation and UI of 'C-x v L'Eli Zaretskii2019-11-291-4/+5
* 'C-1 C-x v L' asks for revision and shows its log entry with diff (bug#38044)Juri Linkov2019-11-282-15/+37
* Make some anonymous faces extend to EOLEli Zaretskii2019-11-271-1/+1
* Call vc-setup-buffer in vc-hg-log-incoming and vc-hg-log-outgoingAndrii Kolomoiets2019-11-271-0/+2
* Support 'vc-region-history' for MercurialEli Zaretskii2019-11-212-3/+52
* * lisp/vc/ediff-util.el: Set this-command to ediff-quit (bug#38219)Juri Linkov2019-11-181-0/+2
* Avoid using subr-x functionLars Ingebrigtsen2019-11-151-1/+2
* lisp/vc/vc-hg.el: Don't pass empty string to hg updateAndrii Kolomoiets2019-11-151-1/+1
* (vc-default-update-on-retrieve-tag): Accept backend argumentAndrii Kolomoiets2019-11-141-1/+1
* VC: ability to skip update buffers promptAndrii Kolomoiets2019-11-144-7/+23
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-113-6/+6
* * lisp/dired-aux.el (dired-vc-rename-file): New defcustom.Juri Linkov2019-11-071-1/+2
* Rework vc stash bindingsRobert Pluim2019-10-311-17/+40
* Bind vc-git-stash to a keyLars Ingebrigtsen2019-10-301-1/+2
* Remove obsolete doc references to XEmacs (Bug#37899)Stefan Kangas2019-10-281-2/+1
* Improve the documentation of 'vc-tor'Eli Zaretskii2019-10-261-1/+4
* New defcustom 'vc-tor'Richard Stallman2019-10-261-1/+7
* Show stash counts in button in vc-dirRobert Pluim2019-10-221-16/+37
* * lisp/vc/vc-annotate.el (vc-annotate-lines): Use set-face-extend (bug#37774)Juri Linkov2019-10-221-0/+1
* Add button to vc-dir to toggle visibility of stash listRobert Pluim2019-10-211-18/+84