aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/vc/vc-hg.el (vc-hg-checkin): Pass '-A' to 'hg commit'.Sean Whitton2025-08-122-2/+2
* vc-buffer-sync-fileset: Optimization when NOT-ESSENTIAL is non-nilSean Whitton2025-08-121-3/+7
* vc-do-command: In batch mode, print the output of failed commandsSean Whitton2025-08-121-0/+3
* Fix some 'git worktree' compatibility issuesSean Whitton2025-08-102-8/+19
* ; Fix capitalization of VC-Dir.Sean Whitton2025-08-101-12/+12
* New command vc-working-tree-switch-project (bug#79024)Sean Whitton2025-08-102-0/+15
* New project-find-matching-buffer-function for VC-DirSean Whitton2025-08-101-0/+30
* Merge from origin/emacs-30Eli Zaretskii2025-08-091-1/+1
|\
| * * lisp/vc/vc.el (vc-register): Fix interactive spec (bug#79183).Sean Whitton2025-08-061-1/+1
* | Rename variables *-in-progress-p to *-in-progressMichael Albinus2025-08-092-3/+3
* | vc-move-working-tree: Improve updating VC-Dir buffersSean Whitton2025-08-091-20/+23
* | VC: Do move new working trees to the beginning of the project listSean Whitton2025-08-091-2/+2
* | VC other working trees: avoid reordering project--listSean Whitton2025-08-081-4/+4
* | vc-move-working-tree: Also update VC-Dir buffersSean Whitton2025-08-082-5/+26
* | vc-buffer-sync-fileset: Bind 'non-essential' (bug#79137)Sean Whitton2025-08-081-1/+2
* | Generalize finding project matching files to other major modesSean Whitton2025-08-081-2/+1
* | * lisp/vc/vc-hg.el (vc-hg-print-log): Revise log-outgoing revset.Sean Whitton2025-08-062-12/+10
* | vc-annotate-warp-revision: Fix going through renamesDmitry Gutov2025-08-051-0/+26
* | ; * lisp/vc/vc.el (vc--prompt-other-working-tree): Reorder.Sean Whitton2025-08-041-1/+1
* | vc--prompt-other-working-tree: Remember all the working treesSean Whitton2025-08-041-0/+3
* | project-prompter: New PREDICATE and REQUIRE-KNOWN argumentsSean Whitton2025-08-041-13/+17
* | Fix vc-git worktrees and vc-tests for directories with symlinksMattias EngdegÄrd2025-08-041-1/+2
* | * lisp/vc/vc-git.el (vc-git--worktrees): Don't pass -z to older Git.Mattias EngdegÄrd2025-08-041-19/+26
* | vc-git-modify-change-comment: Error out for merge commitsSean Whitton2025-07-271-0/+4
* | ; * lisp/vc/vc.el (vc-switch-working-tree): Improve docstring.Sean Whitton2025-07-271-1/+1
* | vc-do-command: Fix last part of 'full-command'Sean Whitton2025-07-261-1/+1
* | ; VC: Improve documentation of other working trees features.Sean Whitton2025-07-263-21/+48
* | * lisp/vc/vc.el (vc-dir-status-files): Fix filtering on VC status.Sean Whitton2025-07-261-5/+8
* | VC: New support for other working treesSean Whitton2025-07-255-23/+304
* | Bind vc-rename-file to C-x v RSean Whitton2025-07-251-0/+1
* | * lisp/vc/vc-git.el (vc-git-diff): Don't pass --textconv.Sean Whitton2025-07-221-1/+1
* | ; * lisp/vc/vc-cvs.el (vc-cvs-file-to-string): Simplify slightly.Sean Whitton2025-07-211-3/+2
* | * lisp/vc/vc-git.el (vc-git-diff): Pass --textconv (bug#79050).Sean Whitton2025-07-211-1/+1
* | lisp/vc: Try and avoid quoting lambdasStefan Monnier2025-07-193-15/+16
* | Include shorter bindings in diff-mode docstringSean Whitton2025-07-191-9/+18
* | VC: Tighten up switching branchesSean Whitton2025-07-181-20/+22
* | Merge from origin/emacs-30Sean Whitton2025-07-161-2/+3
|\ \ | |/
| * ; * lisp/vc/diff-mode.el (diff-mode): Scare-quote 'normal'.Sean Whitton2025-07-161-2/+3
* | ; vc-revert-buffer-internal: Capitalization fix.Sean Whitton2025-07-161-1/+1
* | vc-git-diff: Fix case where REV1 & REV2 are nil and no commits yetSean Whitton2025-07-161-3/+8
* | vc-resynch-window: Check whether auto-revert-mode is boundSean Whitton2025-07-151-2/+1
* | New global minor mode vc-auto-revert-modeSean Whitton2025-07-133-31/+58
* | vc-register: Fix setting backup-inhibitedSean Whitton2025-07-131-25/+18
* | ; Delete unnecessary global autoload from last change.Sean Whitton2025-07-121-1/+0
* | dired-vc-deduce-fileset: Call vc-backend-for-registrationStephen Berman2025-07-121-0/+1
* | ; vc-git-find-revision: Fix last change to this function.Sean Whitton2025-07-111-1/+1
* | VC: Fix displaying the async command buffer during async checkinsSean Whitton2025-07-111-6/+19
* | Apply vc-use-incoming-outgoing-prefixes to vc-dir-mode-map tooSean Whitton2025-07-112-5/+14
* | vc-git-find-revision: Pass --filters to git-cat-fileSean Whitton2025-07-111-4/+2
* | * lisp/vc/vc.el (vc-find-revision-no-save): Call read-only-mode.Sean Whitton2025-07-091-6/+1