aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc/vc.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* New user option vc-display-failed-async-commandsSean Whitton5 days1-3/+8
* ; * lisp/vc/vc.el (vc-print-change-log): Fix last change.Sean Whitton7 days1-1/+1
* ; Fix docstring of vc-print-root-change-logFilipp Gunbin7 days1-1/+1
* Fix respecting vc-log-show-limit with new -change-log commandsSean Whitton7 days1-2/+2
* New 'log-outstanding' value for vc-log-view-typeSean Whitton11 days1-8/+10
* Fix renaming directories in VC repositoriesSean Whitton12 days1-6/+11
* ; * lisp/vc/vc.el (revision-published-p): Disambiguate (bug#80396).Sean Whitton2026-02-231-1/+1
* Show "committing" pseudo-state in VC-Dir during an async checkinSean Whitton2026-02-201-26/+35
* Fix invalid vc-state after vc-revertSean Whitton2026-02-191-19/+30
* Fixes to with-vc-propertiesSean Whitton2026-02-181-5/+7
* New 'delete-files' VC backend function for faster mass deletionsSean Whitton2026-02-181-22/+49
* ; Docstring fix for outstanding changes commands.Sean Whitton2026-02-171-16/+8
* Use -outstanding not -outgoing-base in VC command namesSean Whitton2026-02-171-8/+8
* vc-pull-and-push: Fix when visiting untracked filesSean Whitton2026-02-141-4/+2
* * lisp/vc/vc.el (vc-push): Fix when visiting untracked files.Sean Whitton2026-02-141-3/+2
* Fix vc-pull from buffers visiting untracked filesSean Whitton2026-02-141-7/+19
* Improve vc-git-topic-outgoing-base fallback algorithmSean Whitton2026-02-141-53/+67
* vc-log-show-limit: Change default to 500, and the button to 4XDmitry Gutov2026-02-141-6/+8
* Separate input histories for 'C-x v !' and Git pulling & pushingSean Whitton2026-02-061-1/+5
* ; Improve outgoing base command docstrings.Sean Whitton2026-02-051-4/+12
* vc--incoming-revision: Signal error on cache hitSean Whitton2026-01-301-23/+24
* New C-x v T l and C-x v T L commandsSean Whitton2026-01-291-0/+57
* ; Fix/improve two comments.Sean Whitton2026-01-291-5/+13
* Automatically detect the VC outgoing base (bug#80006)Sean Whitton2026-01-171-33/+272
* Rename VC outgoing and incoming log commands to include "-root-"Sean Whitton2026-01-141-2/+10
* ; * 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
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* ; * 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
* 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
* New commands vc-print-change-log & vc-print-root-change-logSean Whitton2025-12-291-6/+55
* New command 'C-x v b l'Sean Whitton2025-12-281-16/+38
* ; * 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-281-1/+7
* Move vc-cloneable-backends-custom-type alias upPaul Eggert2025-12-261-3/+3
* December 2025 spelling fixesPaul Eggert2025-12-261-3/+6
* ; Annotate VC backend functions regarding vc-use-short-revisionSean Whitton2025-12-211-0/+2
* Make VC-Dir's 'd' able to delete unregistered filesSean Whitton2025-12-181-9/+9
* vc-diff-internal: Call into backend with old current bufferSean Whitton2025-12-181-11/+18
* Fix outgoing diff commands including uncommitted changesSean Whitton2025-12-161-2/+3
* * 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