aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Insert "Stealing lock" at the beginning of a messagePhilip Kaludercic2024-11-081-1/+6
* ; * lisp/vc/smerge-mode.el: Fix typo in comment.Robert Pluim2024-10-311-1/+1
* ; Revise improvements to vc-git-stash-readSean Whitton2024-10-301-3/+6
* ; * lisp/vc/vc-git.el (vc-git-stash-read): Use string-empty-p.Sean Whitton2024-10-291-1/+1
* ; * lisp/vc/vc-git.el (vc-deduce-fileset): Declare.Sean Whitton2024-10-291-0/+4
* Improve prompting for git stashesSean Whitton2024-10-291-15/+25
* VC Git: Use vc-deduce-fileset to determine what to stashSean Whitton2024-10-291-6/+20
* ; * lisp/vc/log-edit.el (log-edit-diff-function): Tweak formatting.Sean Whitton2024-10-291-2/+2
* * lisp/vc/log-edit.el (log-edit-diff-function): Document.Sean Whitton2024-10-291-1/+5
* Fix window selection after log-edit-show-diffSean Whitton2024-10-291-3/+4
* Fix C-c C-d and C-c C-w during log-view-modify-change-commentSean Whitton2024-10-282-6/+22
* Merge from origin/emacs-30Eli Zaretskii2024-10-271-1/+1
|\
| * ; * lisp/vc/log-edit.el (log-edit-diff-function): Grammar fix.Sean Whitton2024-10-271-1/+1
* | vc-git-resolve-conflicts: Extend unstage-maybe to similar operationsSean Whitton2024-10-271-6/+16
* | vc-git-log-edit-toggle-amend: Honor vc-allow-rewriting-published-historyDmitry Gutov2024-10-271-0/+1
* | ; Reformat a couple of recently added long stringsSean Whitton2024-10-261-4/+6
* | vc-modify-change-comment: Revert Log View bufferSean Whitton2024-10-251-1/+11
* | ; Touch up & fix documentation changes from last commitSean Whitton2024-10-241-6/+6
* | vc-clone: Make interactive; call vc-guess-url-backendAleksandr Vityazev2024-10-241-15/+39
* | Move package-vc-heuristic-alist and related to vc.elAleksandr Vityazev2024-10-241-0/+62
* | Mark if-let and when-let obsoleteSean Whitton2024-10-245-34/+34
* | vc-allow-rewriting-published-history: Use nil->ask->tSean Whitton2024-10-242-7/+13
* | ; vc-git-modify-change-comment: Restore ignoring --amendSean Whitton2024-10-231-1/+2
* | vc-git-modify-change-comment: Check for other autosquashingSean Whitton2024-10-231-0/+16
* | ; Insert missing quotation in FIXMESean Whitton2024-10-231-1/+1
* | Support modifying VC change comments for GitSean Whitton2024-10-233-30/+124
* | * lisp/vc/smerge-mode.el (global-map): Mitigate bug#73544Stefan Monnier2024-10-221-0/+4
* | Revert "; Fix last change."Eli Zaretskii2024-10-211-142/+28
* | ; Fix last change.Eli Zaretskii2024-10-201-28/+142
* | ; * lisp/vc/log-view.el (log-view-modify-change-comment): Add FIXME.Sean Whitton2024-10-201-0/+9
* | ; * lisp/vc/log-view.el (log-view-modify-change-comment): Add FIXME.Sean Whitton2024-10-201-0/+6
* | Fix the regression in dired-backup-diff's diff-goto-source behaviorDmitry Gutov2024-10-191-2/+2
* | Replace my recent change to vc-start-logentrySean Whitton2024-10-181-6/+8
* | ; * lisp/vc/vc.el: Drop some old notesSean Whitton2024-10-171-16/+0
* | log-view-modify-change-comment: Prepend Summary headerSean Whitton2024-10-171-0/+12
* | New get-change-comment VC backend actionSean Whitton2024-10-173-18/+28
* | vc-start-logentry: Use current buffer as parent buffer more oftenSean Whitton2024-10-171-8/+5
* | More consistently propertize Log Edit headers as fieldsSean Whitton2024-10-171-6/+11
* | vc-src-working-revision: Call string-trim-right on command outputAlex Bochannek2024-10-131-2/+3
* | ; Revise docstring from last changeSean Whitton2024-10-121-4/+4
* | Properly operate on current fileset revision in vc-hg-print-logSpencer Baugh2024-10-121-3/+6
* | Make revision completion in vc-diff and vc-root-diff more predictableDmitry Gutov2024-10-101-17/+11
* | Detect Git version on remote hosts separately from the local oneDmitry Gutov2024-10-081-5/+15
* | Support file creation and deletion in diff-apply-hunkDmitry Gutov2024-10-081-8/+29
* | * lisp/vc/diff-mode.el (diff-apply-buffer): Add more failures.Juri Linkov2024-10-061-1/+2
* | Fix two warnings in smerge.elStefan Kangas2024-10-041-2/+2
* | Prefer defcustom :local specifierStefan Kangas2024-10-042-11/+7
* | ; Rework documentation for diff-delete-other-hunksSean Whitton2024-10-031-4/+6
* | Move error check from vc-next-action to diff-vc-deduce-filesetSean Whitton2024-10-022-11/+11
* | New command diff-delete-other-hunksSean Whitton2024-10-012-0/+45