summaryrefslogtreecommitdiff
path: root/lisp/vc/vc.el
AgeCommit message (Expand)Author
2026-05-13vc-next-action: Call vc-delete-file on FILESET-ONLY-FILESSean Whitton
2026-05-08vc-switch-working-tree: Use project-current againDmitry Gutov
2026-05-05vc-switch-working-tree: Don't find non-VC projectsSean Whitton
2026-05-02Project prompters always default to current project, if anySean Whitton
2026-04-29; Spelling fixes.Paul Eggert
2026-04-29New VC commands for remote unintegrated changesSean Whitton
2026-04-29New commands to report diffs of all local changesSean Whitton
2026-04-27Rename outstanding changes commands to "unintegrated changes"Sean Whitton
2026-04-26vc-delete-file: Narrow binding of default-directorySean Whitton
2026-04-26VC: Support deleting directoriesSean Whitton
2026-04-16vc-file-tree-walk: Stop emitting messagesSean Whitton
2026-04-16vc-file-tree-walk-internal: Use vc-registeredSean Whitton
2026-04-16; Fix formatting.Sean Whitton
2026-04-16; Fix last change.Sean Whitton
2026-04-16vc-rename-file: Fix skipping calling into the backendSean Whitton
2026-04-15vc-rename-file: Fix case of directory with only untracked filesSean Whitton
2026-04-15; * lisp/vc/vc.el (vc-rename-file): Delete old FIXME.Sean Whitton
2026-04-15vc-rename-file: New OK-IF-ALREADY-EXISTS parameterSean Whitton
2026-04-13; * lisp/vc/vc.el: Note about different file name kinds (bug#80722).Sean Whitton
2026-04-09lisp/vc/vc.el (vc-checkin): Use `vc-dir-buffers` like we do everywhere elseStefan Monnier
2026-04-09* lisp/vc/vc.el (vc-checkin): Don't assume vc-dir is loaded.Sean Whitton
2026-04-09with-vc-properties: Don't substitute in a global valueSean Whitton
2026-04-06; * lisp/vc/vc.el (checkin): Specify the async case (bug#80723).Sean Whitton
2026-04-06; * lisp/vc/vc.el (dir-status-files): Clarifications (bug#80722).Sean Whitton
2026-04-05Fix vc-default-checkin-patch for vc-async-checkin non-nilSean Whitton
2026-04-05VC-Dir next action: Offer to hide up-to-date itemsSean Whitton
2026-03-10Use single-arg form of `signal` to re-throw an errorStefan Monnier
2026-03-10Use the new error API functionsStefan Monnier
2026-03-05New user option vc-display-failed-async-commandsSean Whitton
2026-03-04; * lisp/vc/vc.el (vc-print-change-log): Fix last change.Sean Whitton
2026-03-03; Fix docstring of vc-print-root-change-logFilipp Gunbin
2026-03-03Fix respecting vc-log-show-limit with new -change-log commandsSean Whitton
2026-02-27New 'log-outstanding' value for vc-log-view-typeSean Whitton
2026-02-27Fix renaming directories in VC repositoriesSean Whitton
2026-02-23; * lisp/vc/vc.el (revision-published-p): Disambiguate (bug#80396).Sean Whitton
2026-02-20Show "committing" pseudo-state in VC-Dir during an async checkinSean Whitton
2026-02-19Fix invalid vc-state after vc-revertSean Whitton
2026-02-18Fixes to with-vc-propertiesSean Whitton
2026-02-18New 'delete-files' VC backend function for faster mass deletionsSean Whitton
2026-02-17; Docstring fix for outstanding changes commands.Sean Whitton
2026-02-17Use -outstanding not -outgoing-base in VC command namesSean Whitton
2026-02-14vc-pull-and-push: Fix when visiting untracked filesSean Whitton
2026-02-14* lisp/vc/vc.el (vc-push): Fix when visiting untracked files.Sean Whitton
2026-02-14Fix vc-pull from buffers visiting untracked filesSean Whitton
2026-02-14Improve vc-git-topic-outgoing-base fallback algorithmSean Whitton
2026-02-14vc-log-show-limit: Change default to 500, and the button to 4XDmitry Gutov
2026-02-06Separate input histories for 'C-x v !' and Git pulling & pushingSean Whitton
2026-02-05; Improve outgoing base command docstrings.Sean Whitton
2026-01-30vc--incoming-revision: Signal error on cache hitSean Whitton
2026-01-29New C-x v T l and C-x v T L commandsSean Whitton