summaryrefslogtreecommitdiff
path: root/lisp/vc
Commit message (Expand)AuthorAgeFilesLines
* Prevent to apply funcall on tStefan Monnier2016-07-121-1/+3
* Fix breakage from previous changeMark Oteiza2016-06-281-2/+2
* ; Fix breakage from previous commitStephen Berman2016-06-271-16/+16
* Merge from origin/emacs-25Paul Eggert2016-06-261-1/+3
|\
| * Unset GIT_DIR when calling Git commandsDmitry Gutov2016-06-221-1/+3
* | Remove some face aliases obsoleted in 22.1Mark Oteiza2016-06-234-71/+27
* | ASCII-fy coding-system-for-read used for Git commandsDmitry Gutov2016-06-191-0/+9
* | Merge from origin/emacs-25Paul Eggert2016-05-262-15/+14
|\ \ | |/
| * ; 'Changes from the pre-25.1 API' copyeditsDmitry Gutov2016-05-251-5/+5
| * Rename vc-stay-local back to vc-cvs-stay-localDmitry Gutov2016-05-252-10/+9
* | Pacify byte-compiler in lisp/vcPaul Eggert2016-05-105-0/+22
* | * lisp/vc/ediff-util.el: Use lexical-binding.Stefan Monnier2016-05-041-12/+16
* | Merge from origin/emacs-25Paul Eggert2016-05-011-1/+1
|\ \ | |/
| * Fix the MSDOS buildEli Zaretskii2016-04-301-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-05-011-1/+1
|\ \ | |/
| * Improve last change to vc-git-mode-line-stringLeo Liu2016-04-271-1/+1
| * Fix revision calculation in vc-git-mode-line-stringLeo Liu2016-04-271-1/+1
* | No need to test for jka-comprLars Ingebrigtsen2016-04-301-5/+2
* | Revert the disputed VC change and update the testsDmitry Gutov2016-04-241-14/+16
* | Merge from origin/emacs-25Paul Eggert2016-04-241-1/+1
|\ \ | |/
| * (vc-git-mode-line-string): Don't use `replace-regexp-in-string'Dmitry Gutov2016-04-231-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-04-242-2/+2
|\ \ | |/
| * Remove the Meta-CVS VC backendDmitry Gutov2016-04-192-2/+2
| * Fix Bug#20637. Do not merge to masterMichael Albinus2016-04-141-2/+2
* | Some improvements in vcMichael Albinus2016-04-242-7/+12
* | Support OFFSET and (OFFSET ABBR) time zone rulesPaul Eggert2016-04-121-15/+4
* | Merge from origin/emacs-25Paul Eggert2016-04-121-4/+3
|\ \ | |/
| * Capitalize “Universal Time” in documentationPaul Eggert2016-04-111-4/+3
* | Merge from origin/emacs-25Paul Eggert2016-04-112-24/+60
|\ \ | |/
| * Improve handling of non-ASCII characters in Git log messagesEli Zaretskii2016-04-101-15/+51
| * Faces names should not end in "-face".Glenn Morris2016-04-081-9/+9
* | Add vc-backend and vc-responsible-backend testsMichael Albinus2016-04-091-3/+3
* | Spelling fixesPaul Eggert2016-04-031-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-04-033-4/+16
|\ \ | |/
| * Adapt calls to 'format-time-string' to changes in Emacs 25Eli Zaretskii2016-04-021-1/+1
| * Improve vc-diff with Git backendEli Zaretskii2016-04-021-3/+6
| * ; * lisp/vc/vc-annotate.el (vc-annotate): Clarify commentary.Eli Zaretskii2016-04-011-4/+5
| * Fix EOL decoding in vc-annotate with SVN back-end on MS-WindowsEli Zaretskii2016-03-311-0/+8
| * ; * lisp/vc/vc-hooks.el: corrected docstring of faceOscar Fuentes2016-03-011-1/+1
* | Don't bug out on nil `patch-buf' argumentsLars Magne Ingebrigtsen2016-03-201-2/+2
* | * lisp/vc/vc-hooks.el: Fix typoOscar Fuentes2016-03-191-1/+1
* | make `vc-log-operation' buffer local to allow multiple simultaneous editingSam Steingold2016-03-171-1/+2
* | Revert "Use colors in the VC mode lines"John Wiegley2016-03-061-15/+8
* | Use colors in the VC mode linesLars Ingebrigtsen2016-03-011-8/+15
* | Strip out some leading whitespace when looking at logsDima Kogan2016-02-281-1/+3
* | Fix error in add-change-log-entry when the entry has no newlineLars Ingebrigtsen2016-02-241-2/+4
* | Require that the buffer that we're trying to patch existLars Ingebrigtsen2016-02-231-1/+2
* | Require that the buffer that we're trying to patch existTino Calancha2016-02-231-3/+2
* | Be more verbose when changing frame mode in ediffTino Calancha2016-02-231-3/+5
* | Performance improvements for vc-hgDaniel Colascione2016-02-082-5/+616