summaryrefslogtreecommitdiff
path: root/lisp/vc
Commit message (Expand)AuthorAgeFilesLines
* Tone down diff-refine-removed and diff-refine-added as wellDmitry Gutov2018-12-271-2/+2
* Tone down diff-added and diff-removed in light themesDmitry Gutov2018-12-261-2/+2
* * lisp/vc/diff-mode.el (diff-syntax-fontify-hunk): Add `*' to namesJuri Linkov2018-12-251-3/+3
* Handle `make-process' in Tramp and ange-ftpMichael Albinus2018-12-231-3/+3
* Use "file name handler" consequentlyMichael Albinus2018-12-221-2/+2
* * lisp/vc/diff-mode.el (diff-syntax-fontify-props): Use font-lock-ensureJuri Linkov2018-12-191-8/+1
* More font-lock improvements for diff-modeJuri Linkov2018-12-191-11/+13
* Fontify one-line diffs without the final newline (bug#33567)Juri Linkov2018-12-191-18/+24
* Syntactic fontification of diff hunks (bug#33567)Juri Linkov2018-12-182-7/+239
* * 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
* Support git commit --no-verifyMatthias Meulien2018-12-111-0/+7
* Honor 'vc-bzr-log-switches' in 'vc-bzr-revision-table'Eli Zaretskii2018-12-081-1/+5
* Honor 'vc-bzr-log-switches' in 'vc-bzr-expanded-log-entry'Steven De Herdt2018-12-081-1/+5
* * lisp/vc/vc.el (vc-find-revision-no-save): Add optional arg BUFFER.Juri Linkov2018-12-071-13/+21
* * lisp/vc/vc-git.el (vc-git-stash): Call vc-dir-marked-files onlyJuri Linkov2018-12-041-1/+5
* Merge from origin/emacs-26Glenn Morris2018-11-281-3/+6
|\
| * Improve documentation of Ediff wordwise commandsEli Zaretskii2018-11-271-3/+6
* | Replace insignificant backquotesMichael Heerdegen2018-11-2513-78/+78
* | * lisp/vc/diff-mode.el (diff-find-source-location): Use vc-working-revisionJuri Linkov2018-11-171-4/+7
* | New option vc-find-revision-no-save to not write revision to fileJuri Linkov2018-11-142-1/+48
* | Support VC revisions in diff-goto-source (bug#33319)Juri Linkov2018-11-142-2/+16
* | Support VC single file operations from Dired (bug#32596).Juri Linkov2018-11-081-9/+9
* | * lisp/vc/log-view.el: Better error handling (bug#33295).Juri Linkov2018-11-081-5/+9
* | Fix interaction between vc-hg find-file-hook and vc state cachingDaniel Pittman2018-11-031-3/+1
* | * lisp/vc/diff-mode.el: Improve diff-font-lock-prettifyStefan Monnier2018-10-211-14/+105
* | * 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
* | Finish fix for Bug#21559Michael Albinus2018-09-291-2/+9
* | lisp/vc/vc-git.el (vc-git-stash): Respect vc-dir marked filesSam Steingold2018-09-281-1/+1
* | * lisp/vc-bzr.el (log-view-current-tag-function): Remove unused defvar.Charles A. Roelli2018-09-261-1/+0
* | file-attributes cleanupPaul Eggert2018-09-239-32/+42
* | * lisp/vc/vc-git.el (vc-git-grep): Set dir to default-directoryJuri Linkov2018-09-131-2/+3
* | Add variable vc-git-grep-templateFederico Tedin2018-09-041-1/+9
* | * lisp/vc/vc.el (vc-log-internal-common): Reuse the buffer object.Juri Linkov2018-08-311-4/+4
* | Undo part of previous changePaul Eggert2018-08-221-1/+1
* | Make vc-hg safe for bignumsPaul Eggert2018-08-221-12/+7
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-212-3/+3
* | Avoid calling vc backend if 'vc-display-status' is nilAndy Moreton2018-08-111-14/+16
* | * lisp/vc/diff.el (diff-buffer-with-file): Support indirect buffers.Phil Sainty2018-07-291-2/+3
* | Minor rewording of last changeEli Zaretskii2018-07-211-38/+40
* | New option to make 'C-x 4 a' use file-less ChangeLog buffersJoão Távora2018-07-212-34/+85
* | * lisp/vc/diff-mode.el (diff-font-lock-prettify): New varStefan Monnier2018-07-131-0/+35
* | Speed up smerge-refine-regions by avoiding fsyncNoam Postavsky2018-07-121-3/+4
* | * lisp/vc/diff-mode.el: Perform hunk refinement from font-lockStefan Monnier2018-07-101-91/+115
* | Merge from origin/emacs-26Glenn Morris2018-07-021-13/+3
|\ \ | |/
| * Remove extra process call from vc-git-find-file-hookDmitry Gutov2018-06-281-7/+1
| * ; Update some commentaryDmitry Gutov2018-06-281-7/+3
| * Speed up vc-git-dir-status-filesDmitry Gutov2018-06-281-1/+1