aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Disable diff-restrict-view by defaultSean Whitton2026-01-171-0/+1
* Automatically detect the VC outgoing base (bug#80006)Sean Whitton2026-01-174-40/+389
* ; Remove redundant cl-lib runtime dependencies across lisp/USAMI Kenta2026-01-171-1/+0
* Rename VC outgoing and incoming log commands to include "-root-"Sean Whitton2026-01-143-19/+28
* ; * lisp/vc/vc.el (vc-diff-outgoing-base): Document FILESET param.Sean Whitton2026-01-141-0/+2
* vc--read-branch-to-log: Pass BACKEND to vc-read-revisionSean Whitton2026-01-121-3/+3
* vc--apply-to-other-working-tree: Handle 'diff-default-read-only'.Sean Whitton2026-01-101-1/+2
* ; Fix last change.Sean Whitton2026-01-101-1/+1
* * lisp/vc/vc.el (vc-deduce-fileset): Don't return empty FILESET.Sean Whitton2026-01-101-1/+1
* ; log-view-mode-map: Fix binding M-RET in text mode frames.Sean Whitton2026-01-101-1/+1
* ; Add 2026 to copyright years.Sean Whitton2026-01-0138-38/+38
* * lisp/vc/diff-mode.el (diff-undo): New obsolete function alias.Sean Whitton2026-01-011-0/+2
* ; * lisp/vc/vc.el (dir-status-files): Mention vc-dir-status-files.Sean Whitton2026-01-011-4/+5
* ; Mention the project-list-files backend method in vc.elDmitry Gutov2026-01-011-0/+6
* Factor out undo-ignore-read-only (bug#80049)Sean Whitton2025-12-311-7/+1
* Split diff-mode-shared-map into two mapsSean Whitton2025-12-311-15/+22
* Clarify the type of value that 'ignore-completion-table' returnsDmitry Gutov2025-12-311-1/+4
* vc--maybe-read-upstream-location: Default to returning nilSean Whitton2025-12-301-2/+3
* ; * lisp/vc/vc.el (vc-print-root-change-log): Fix copy/paste error.Sean Whitton2025-12-291-1/+1
* * lisp/vc/vc-hooks.el (vc-prefix-map): Move 'B' to 'o' (bug#80037).Sean Whitton2025-12-291-2/+2
* New commands vc-print-change-log & vc-print-root-change-logSean Whitton2025-12-291-6/+55
* track-changes.el (track-changes-undo-only): New varStefan Monnier2025-12-281-1/+2
* New command 'C-x v b l'Sean Whitton2025-12-283-18/+46
* ; * lisp/vc/vc.el (vc-print-branch-log): Fix declaration.Sean Whitton2025-12-281-1/+1
* Factor out vc--read-limitSean Whitton2025-12-281-22/+18
* Move 'C-x v b l' to 'C-x v b L', rename commandSean Whitton2025-12-283-5/+11
* Move vc-cloneable-backends-custom-type alias upPaul Eggert2025-12-261-3/+3
* December 2025 spelling fixesPaul Eggert2025-12-264-6/+9
* ; Annotate VC backend functions regarding vc-use-short-revisionSean Whitton2025-12-211-0/+2
* diff-sanity-check-hunk: Better handle incomplete lines (bug#80040)Sean Whitton2025-12-211-0/+1
* ; * 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