summaryrefslogtreecommitdiff
path: root/lisp/vc/vc.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor fix in 'vc-print-root-log's prompt for revision IDEli Zaretskii2019-11-291-1/+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-281-10/+31
* (vc-default-update-on-retrieve-tag): Accept backend argumentAndrii Kolomoiets2019-11-141-1/+1
* VC: ability to skip update buffers promptAndrii Kolomoiets2019-11-141-7/+18
* * lisp/dired-aux.el (dired-vc-rename-file): New defcustom.Juri Linkov2019-11-071-1/+2
* Fix vc-default-ignoreWolfgang Scherer2019-09-151-4/+9
* * lisp/vc/vc.el (vc-log-search): Fix docstring (bug#36644).Juri Linkov2019-07-251-2/+7
* * lisp/vc/vc.el (vc-log-search): New command (bug#36644).Juri Linkov2019-07-161-0/+18
* Update author/maintainer infoPaul Eggert2019-05-261-1/+1
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Merge from origin/emacs-26Glenn Morris2019-04-101-3/+14
|\
| * Fix doc strings of 'vc-version-diff' and 'vc-version-ediff'Eli Zaretskii2019-04-061-3/+14
* | * lisp/vc/vc.el (vc-diff-mergebase, vc-log-mergebase): New commands.Juri Linkov2019-03-251-0/+53
* | * lisp/vc/vc.el (vc-diff-build-argument-list-internal): Add arg fileset.Juri Linkov2019-03-191-3/+7
* | * lisp/vc/smerge-mode.el (smerge-change-buffer-confirm): New varStefan Monnier2019-02-181-29/+16
* | Merge from origin/emacs-26Glenn Morris2019-02-081-2/+5
|\ \ | |/
| * Fix failures of vc-find-revision with non-ASCII file namesEli Zaretskii2019-02-081-2/+5
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | * lisp/vc/vc.el (vc-find-revision-no-save): Use decode-coding-inserted-regionJuri Linkov2018-12-131-14/+19
* | * lisp/vc/vc.el (vc-root-version-diff): New command (bug#33650).Juri Linkov2018-12-111-5/+25
* | * lisp/vc/vc.el (vc-find-revision-no-save): Add optional arg BUFFER.Juri Linkov2018-12-071-13/+21
* | New option vc-find-revision-no-save to not write revision to fileJuri Linkov2018-11-141-0/+45
* | Support VC revisions in diff-goto-source (bug#33319)Juri Linkov2018-11-141-0/+2
* | Support VC single file operations from Dired (bug#32596).Juri Linkov2018-11-081-9/+9
* | * lisp/vc/vc.el (vc-retrieve-tag-hook): Remove autoload cookie.Charles A. Roelli2018-10-091-1/+0
* | New hook 'vc-retrieve-tag-hook' (Bug#32754)Charles A. Roelli2018-10-081-1/+10
* | * lisp/vc/vc.el (vc-checkin): Simplify 'run-hook' call.Charles A. Roelli2018-10-011-2/+1
* | file-attributes cleanupPaul Eggert2018-09-231-3/+6
* | * lisp/vc/vc.el (vc-log-internal-common): Reuse the buffer object.Juri Linkov2018-08-311-4/+4
* | Merge from origin/emacs-26Glenn Morris2018-06-181-2/+3
|\ \ | |/