aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * lisp/vc/vc-git.el (vc-git-registered): Fix remote files (bug#80035).Eli Zaretskii2025-12-201-1/+1
* Make VC-Dir's 'd' able to delete unregistered filesSean Whitton2025-12-182-14/+13
* ; * lisp/vc/vc-dir.el (vc-dir-menu-map): Delete obsolete comment.Sean Whitton2025-12-181-2/+0
* vc-diff-internal: Call into backend with old current bufferSean Whitton2025-12-181-11/+18
* ; * lisp/vc/vc-git.el (vc-git-region-history): Fix backend name.Sean Whitton2025-12-181-1/+1
* New M-RET, M-p, M-n commands in Log View modeSean Whitton2025-12-171-1/+33
* log-view-toggle-entry-display: Don't deactivate the markSean Whitton2025-12-171-1/+2
* ; Log View beg and end of defun functions: Style improvements.Sean Whitton2025-12-171-20/+18
* Fix outgoing diff commands including uncommitted changesSean Whitton2025-12-162-8/+17
* * lisp/vc/vc.el (vc-diff-internal): Reuse the buffer object (bug#80005).Juri Linkov2025-12-151-10/+8
* * lisp/vc/vc.el (vc-diff-internal): Use delay-mode-hooks.Sean Whitton2025-12-141-7/+9
* vc-diff-internal: Call into backend after setting up the major modeSean Whitton2025-12-131-1/+1
* vc-git-dir-status-goto-stage: Accept exit 128 from git-addSean Whitton2025-12-131-3/+8
* Display done message for async checkins tooSean Whitton2025-12-091-3/+8
* Make C-g skip counting outgoing revisions for VC-DirSean Whitton2025-12-091-6/+14
* New 'R' code letter for 'interactive' formsSean Whitton2025-12-082-14/+6
* vc-dir-headers: Set a delayed message during vc--count-outgoingSean Whitton2025-12-071-1/+6
* Check for successful exit when parsing output with vc-exec-afterSean Whitton2025-12-077-29/+54
* New user option vc-dir-show-outgoing-countSean Whitton2025-12-061-1/+13
* vc-git-incoming-revision: Don't fetch when branch has no upstreamSean Whitton2025-12-061-1/+9
* Merge from origin/emacs-30Eli Zaretskii2025-12-061-5/+7
|\
| * ; vc-dir-clean-files: Improve docstring and message (bug#79914).Eli Zaretskii2025-11-301-5/+7
* | * lisp/vc/diff-mode.el (diff-revert-and-kill-hunk): Fix finding END.Sean Whitton2025-12-051-1/+2
* | * lisp/vc/diff-mode.el (diff-revert-and-kill-hunk): Fix killing.Sean Whitton2025-12-041-14/+12
* | Query-on-exit for VC push, pull and async checkin commandsSean Whitton2025-12-033-13/+22
* | * lisp/vc/vc.el (vc-pull): Clear cached incoming revisions.Sean Whitton2025-12-031-2/+6
* | Pass the VC backend down through fns called by vc--count-revisionsSean Whitton2025-12-032-32/+34
* | * lisp/vc/vc.el (vc-push): Delay clearing incoming revisions cache.Sean Whitton2025-12-021-1/+2
* | * lisp/vc/vc.el (vc--incoming-revision): Do store 'nil'.Sean Whitton2025-12-021-12/+17
* | vc-dir-headers: Use ngettext, move the newline out of 'propertize'Sean Whitton2025-12-011-2/+6
* | * lisp/vc/vc-dir.el (vc-dir-headers): Put newlines in better places.Sean Whitton2025-12-011-3/+3
* | log-edit-show-files: Respect display-buffer-alistKristoffer Balintona2025-12-011-5/+6
* | Fix log-view-vc-fileset in *vc-incoming* and *vc-outgoing* buffersSean Whitton2025-12-011-1/+1
* | log-edit-generate-changelog-from-diff: Special-case Summary fieldSean Whitton2025-12-012-15/+23
* | New display of outgoing revisions count in VC-DirSean Whitton2025-11-302-3/+31
* | * lisp/vc/vc.el (vc-push): Clear cached incoming revision.Sean Whitton2025-11-301-1/+4
* | * lisp/vc/vc.el (vc--incoming-revision): Don't cache 'nil'.Sean Whitton2025-11-301-2/+2
* | Cache VC incoming revisionsSean Whitton2025-11-302-12/+47
* | * lisp/vc/diff-mode.el (diff-filename-drop-dir): Match backslashes.Sean Whitton2025-11-291-1/+1
* | Handle copying additions & removals between working treesSean Whitton2025-11-292-35/+180
* | Fix vc-git-uncommit-revisions-from-endSean Whitton2025-11-291-2/+2
* | * lisp/vc/vc-svn.el (vc-svn-state): Handle FILE with no directory.Sean Whitton2025-11-291-1/+2
* | ; Rename a variable.Eli Zaretskii2025-11-281-2/+2
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2025-11-271-1/+1
|\ \
| * | * lisp/vc/vc.el (vc--apply-to-other-working-tree): Use y-or-n-p.Sean Whitton2025-11-271-1/+1
* | | Improve the fix for 'd' command in 'query-replace'Eli Zaretskii2025-11-271-1/+2
|/ /
* | Refine VC-Dir mass mark changesSean Whitton2025-11-251-23/+26
* | Make diff-revert-and-kill-hunk consider an active regionSean Whitton2025-11-251-7/+35
* | ; * lisp/vc/diff-mode.el (diff-goto-source): Revise docstring again.Sean Whitton2025-11-251-6/+8
* | Make diff-apply-hunk consider an active regionSean Whitton2025-11-251-69/+100