aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/vc/log-view.el (log-view-mode-menu): Quote derived modes (bug#66686).Juri Linkov2023-10-221-6/+6
* ; Improve documentation of VC commandsEli Zaretskii2023-10-081-10/+22
* Doc fix; more consistently refer to "text terminals"Stefan Kangas2023-10-011-3/+3
* ; * lisp/vc/vc.el (vc-next-action): Improve commentary.Eli Zaretskii2023-09-291-0/+2
* Fix minor bugs in vc-git and vc-hg on Windows uncovered by vc-testsEli Zaretskii2023-09-012-2/+6
* Fix applying patches with Git on MS-WindowsEli Zaretskii2023-08-272-5/+26
* Fix "vc-print-log does not erase buffer" and associated problemsDmitry Gutov2023-06-241-4/+9
* ; Minor fixes in documentation of recently-changed VC commandsEli Zaretskii2023-05-262-14/+37
* * lisp/vc/vc-annotate.el (vc-annotate-mode-menu): Quote vc-annotate-backend.Juri Linkov2023-05-251-1/+1
* Add vc-create/switch/print-branch to menu and update documentation (bug#63690)Juri Linkov2023-05-252-1/+11
* ; vc-checkout: Wrap var lookup in 'bound-and-true-p'Dmitry Gutov2023-04-121-1/+1
* vc-checkout: Try to use the vc-dir's backend firstDmitry Gutov2023-04-111-1/+1
* ; Add a doc string for 'ediff-window-display-p' obsolescenceEli Zaretskii2023-02-281-1/+4
* Improve documentation of VC commands, including in DiredEli Zaretskii2023-02-231-16/+38
* * lisp/vc/vc.el (vc-find-revision-no-save): Fix parens (bug#61256).Juri Linkov2023-02-051-2/+2
* Handle relative file names in vc-resynch-window and vc-resynch-bufferJuri Linkov2023-01-241-2/+8
* * lisp/vc/vc-bzr.el (vc-bzr--pushpull): Return buffer's process.Juri Linkov2023-01-243-2/+6
* Generalize vc-pull-and-push to support more backends (bug#60569)Juri Linkov2023-01-222-22/+14
* * lisp/vc/vc-dir.el: Make keys ‘% m’ and ‘* %’ compatible with DiredJuri Linkov2023-01-181-2/+6
* * lisp/vc/diff-mode.el (diff-font-lock-keywords): Check for limit.Juri Linkov2023-01-091-6/+8
* * lisp/vc/vc-git.el (vc-git-checkin): Pass vc-git-diff-switches.Sean Whitton2023-01-021-3/+10
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-0139-39/+39
* ; Fix typosStefan Kangas2022-12-311-1/+1
* * lisp/vc/diff-mode.el (diff-minor-mode-prefix): Replace "ESC" with "\e".Juri Linkov2022-12-281-2/+1
* vc-git-checkin: Don't try to apply an empty patchSean Whitton2022-12-221-6/+7
* Revert "Use equal and member instead of eq and memq"Eli Zaretskii2022-12-161-2/+1
* Use equal and member instead of eq and memqMattias Engdegård2022-12-161-1/+2
* * lisp/vc/vc-git.el (vc-git-checkin): Use make-nearby-temp-file (bug#60011)Juri Linkov2022-12-141-1/+1
* Don't use diff-mode buffer as a patch when it's visiting a file (bug#59962)Juri Linkov2022-12-111-1/+1
* vc-git-print-log: Don't assume vc-git-log-switches is a listSean Whitton2022-12-021-1/+1
* ; Fix typos (don't abbreviate "with" or "without")Stefan Kangas2022-12-011-2/+2
* ; Fix typosStefan Kangas2022-11-231-1/+1
* ; Fix typosStefan Kangas2022-11-201-1/+1
* ; Avoid "Local Variables" popups in Emacs treeEli Zaretskii2022-11-201-0/+2
* ; Fix typosStefan Kangas2022-11-183-3/+3
* ; Fix typos (prefer US spelling)Stefan Kangas2022-11-181-1/+1
* * lisp/vc/vc.el (vc-default-last-change): Use 'vc-call'Philip Kaludercic2022-11-171-3/+1
* Have 'vc-prepare-patch' handle prefix arguments.Philip Kaludercic2022-11-171-15/+33
* ediff: Merges with ancestor: Fix computation of hunks and proposed mergeOlivier Certner2022-11-171-14/+21
* ; * lisp/*.el: Fix typos in docstringsJuanma Barranquero2022-11-171-1/+1
* vc-git: Ensure git doesn't try to colorize stashesMorgan Smith2022-11-121-1/+2
* Remove redundant library installation instructionsStefan Kangas2022-11-111-3/+2
* Revert "* lisp/vc/vc-git.el (vc-git--rev-parse): Allow abbreviating commits"Philip Kaludercic2022-11-061-10/+5
* Merge branch 'feature/package+vc'Philip Kaludercic2022-11-045-0/+89
|\
| * Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-10-301-10/+26
| |\
| * | Have 'last-change' accept a line number instead of a rangePhilip Kaludercic2022-10-302-20/+19
| * | Extract last source package release from local VCS dataPhilip Kaludercic2022-10-302-0/+35
| * | ; Update 'clone' documentation in headerPhilip Kaludercic2022-10-231-2/+5
| * | Immediately check out the right branch or revisionPhilip Kaludercic2022-10-235-12/+23
| * | Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-10-181-3/+47
| |\ \