summaryrefslogtreecommitdiff
path: root/lisp/vc/vc.el
Commit message (Expand)AuthorAgeFilesLines
* ; * lisp/vc/vc.el (vc-clone): Fix wording of doc string.Eli Zaretskii2024-02-271-5/+10
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Fix typosStefan Kangas2023-12-031-1/+1
* ; Improve documentation of VC commandsEli Zaretskii2023-10-081-10/+22
* ; * lisp/vc/vc.el (vc-next-action): Improve commentary.Eli Zaretskii2023-09-291-0/+2
* Fix applying patches with Git on MS-WindowsEli Zaretskii2023-08-271-4/+17
* 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-261-13/+36
* Add vc-create/switch/print-branch to menu and update documentation (bug#63690)Juri Linkov2023-05-251-1/+2
* ; 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
* 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
* * lisp/vc/vc-bzr.el (vc-bzr--pushpull): Return buffer's process.Juri Linkov2023-01-241-1/+2
* Generalize vc-pull-and-push to support more backends (bug#60569)Juri Linkov2023-01-221-3/+14
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-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
* ; Fix typosStefan Kangas2022-11-231-1/+1
* ; Avoid "Local Variables" popups in Emacs treeEli Zaretskii2022-11-201-0/+2
* * 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
* ; * lisp/*.el: Fix typos in docstringsJuanma Barranquero2022-11-171-1/+1
* Merge branch 'feature/package+vc'Philip Kaludercic2022-11-041-0/+51
|\
| * Have 'last-change' accept a line number instead of a rangePhilip Kaludercic2022-10-301-13/+16
| * Extract last source package release from local VCS dataPhilip Kaludercic2022-10-301-0/+18
| * ; Update 'clone' documentation in headerPhilip Kaludercic2022-10-231-2/+5
| * Immediately check out the right branch or revisionPhilip Kaludercic2022-10-231-4/+5
| * Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-10-181-3/+47
| |\
| * | Have 'vc-clone' return a directoryPhilip Kaludercic2022-10-181-10/+10
| * | Merge branch 'master' into feature/package+vcPhilip Kaludercic2022-10-151-14/+32
| |\ \
| * \ \ Merge branch 'master' into feature/package+vcPhilip Kaludercic2022-10-081-44/+293
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-08-121-1/+1
| |\ \ \ \
| * | | | | Ignore files in .elpaignore during byte compilationPhilip Kaludercic2022-08-111-0/+5
| * | | | | Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-07-311-3/+6
| |\ \ \ \ \
| * | | | | | Add new command to clone a repositoryPhilip Kaludercic2022-02-141-0/+26
* | | | | | | Speed up vc-default-checkin-patch a littleDmitry Gutov2022-10-311-3/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | ; Fix commentDmitry Gutov2022-10-181-1/+1
* | | | | | Follow-up fixes for vc-default-checkin-patchDmitry Gutov2022-10-181-3/+3
* | | | | | Add default implementation for 'checkin-patch'Dmitry Gutov2022-10-171-0/+44
* | | | | | ; * lisp/vc/vc.el (vc-prepare-patch): Fix pluralisationPhilip Kaludercic2022-10-161-1/+2
* | | | | | ; * lisp/vc/vc.el (vc-prepare-patch): Remove 'exit-recursive-edit'Philip Kaludercic2022-10-161-2/+1
| |_|_|_|/ |/| | | |
* | | | | ; * lisp/vc/vc.el (vc-default-prepare-patch): Add missing argumentPhilip Kaludercic2022-10-141-1/+1
* | | | | Prepare all inline patches at oncePhilip Kaludercic2022-10-141-3/+3
* | | | | Allow reordering commits in 'vc-prepare-patch' promptPhilip Kaludercic2022-10-141-2/+6
* | | | | Fix `vc-prepare-patch' docstringRobert Pluim2022-10-101-4/+6
* | | | | ; * lisp/vc/vc.el (vc-prepare-patches-separately): Doc fix.Eli Zaretskii2022-10-081-5/+5
* | | | | ; * lisp/vc/vc.el (vc-prepare-patches-separately): Fix docstringPhilip Kaludercic2022-10-081-4/+5
* | | | | ; Add missing documentation stringsPhilip Kaludercic2022-10-081-0/+11
| |_|_|/ |/| | |
* | | | Add a VC command to prepare patchesPhilip Kaludercic2022-10-081-4/+120
* | | | In vc-git-log-incoming use the repository in the command "fetch" (bug#50340)Juri Linkov2022-10-021-4/+6