summaryrefslogtreecommitdiff
path: root/lisp/vc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| * | | Have 'vc-clone' return a directoryPhilip Kaludercic2022-10-185-14/+18
| * | | Merge branch 'master' into feature/package+vcPhilip Kaludercic2022-10-152-32/+59
| |\ \ \
| * | | | ; * lisp/vc/vc-cvs.el (vc-cvs-clone): Remove functionPhilip Kaludercic2022-10-121-3/+0
| * | | | Merge branch 'master' into feature/package+vcPhilip Kaludercic2022-10-0816-219/+775
| |\ \ \ \
| * | | | | ; * vc-svn.el (vc-svn-clone): Fix typoPhilip Kaludercic2022-10-071-1/+1
| * | | | | * lisp/vc/vc-svn.el (vc-svn-clone): Add 'clone' implementationPhilip Kaludercic2022-10-061-0/+3
| * | | | | * lisp/vc/vc-cvs.el (vc-cvs-clone): Add 'clone' implementationPhilip Kaludercic2022-10-061-0/+3
| * | | | | * lisp/vc/vc-bzr.el (vc-bzr-clone): Add 'clone' implementationPhilip Kaludercic2022-10-061-0/+3
| * | | | | * lisp/vc/vc-hg.el (vc-hg-clone): Add 'clone' implementationPhilip Kaludercic2022-10-061-0/+2
| * | | | | Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-08-182-12/+9
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-08-1220-351/+218
| |\ \ \ \ \ \
| * | | | | | | Ignore files in .elpaignore during byte compilationPhilip Kaludercic2022-08-111-0/+5
| * | | | | | | Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-07-3128-526/+290
| |\ \ \ \ \ \ \
| * | | | | | | | Implement vc-clone for gitPhilip Kaludercic2022-02-141-0/+3
| * | | | | | | | Add new command to clone a repositoryPhilip Kaludercic2022-02-141-0/+26
* | | | | | | | | vc-svn-ignore-completion-table: Ignore empty linesDmitry Gutov2022-11-021-1/+1
* | | | | | | | | Speed up vc-default-checkin-patch a littleDmitry Gutov2022-10-311-3/+0
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | vc-hg-checkin-patch: Add implementation for HgDmitry Gutov2022-10-261-10/+26
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | ; 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-git.el (vc-git-symbolic-commit): Use --no-undefinedPhilip Kaludercic2022-10-151-10/+9