aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc/vc-git.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* New 'log-outstanding' value for vc-log-view-typeSean Whitton11 days1-1/+2
* Fix VC Git error when patch matches staged changesPaul Nelson2026-02-231-1/+1
* Show "committing" pseudo-state in VC-Dir during an async checkinSean Whitton2026-02-201-5/+11
* New 'delete-files' VC backend function for faster mass deletionsSean Whitton2026-02-181-0/+3
* vc-git-pull, vc-git-incoming-revision: Use push remotesSean Whitton2026-02-181-4/+18
* Improve vc-git-topic-outgoing-base fallback algorithmSean Whitton2026-02-141-9/+22
* ; vc-git-topic-outgoing-base: Preparatory refactoring.Sean Whitton2026-02-131-33/+70
* vc-git--deduce-files-for-stash: Use file-relative-name (bug#80278)Sean Whitton2026-02-101-3/+3
* Separate input histories for 'C-x v !' and Git pulling & pushingSean Whitton2026-02-061-1/+3
* vc-git--mailinfo: Use file-local-name (bug#80295, bug#80320)Visuwesh2026-02-051-1/+3
* Make diff-hunk-kill respect an active regionSean Whitton2026-01-301-1/+1
* ; vc-git-topic-outgoing-base: Merge let into if-let*.Sean Whitton2026-01-301-32/+32
* vc-git-topic-outgoing-base: Respect a configure push remoteSean Whitton2026-01-301-40/+47
* ; Fix last change.Sean Whitton2026-01-301-1/+3
* Factor out vc-git--branch-remotesSean Whitton2026-01-301-15/+27
* Automatically detect the VC outgoing base (bug#80006)Sean Whitton2026-01-171-7/+73
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* ; * lisp/vc/vc-git.el (vc-git-registered): Fix remote files (bug#80035).Eli Zaretskii2025-12-201-1/+1
* ; * lisp/vc/vc-git.el (vc-git-region-history): Fix backend name.Sean Whitton2025-12-181-1/+1
* vc-git-dir-status-goto-stage: Accept exit 128 from git-addSean Whitton2025-12-131-3/+8
* Check for successful exit when parsing output with vc-exec-afterSean Whitton2025-12-071-2/+2
* vc-git-incoming-revision: Don't fetch when branch has no upstreamSean Whitton2025-12-061-1/+9
* Query-on-exit for VC push, pull and async checkin commandsSean Whitton2025-12-031-10/+13
* Fix vc-git-uncommit-revisions-from-endSean Whitton2025-11-291-2/+2
* vc-git-revision-published-p: Resolve REVSean Whitton2025-11-221-1/+2
* Fix '(vc-revert-file (vc-git-root)'Sean Whitton2025-11-201-36/+48
* New *-revisions-from-end VC backend API functions (bug#79408)Sean Whitton2025-10-311-0/+12
* New delete-revision VC backend API function (bug#79408)Sean Whitton2025-10-271-5/+26
* New revision-published-p VC backend API function (bug#79408)Sean Whitton2025-10-261-15/+28
* * lisp/vc/vc-git.el (vc-git-branches): Use 'git for-each-ref'.Sean Whitton2025-10-241-1/+4
* Make UPSTREAM-LOCATION argument to incoming-revision optionalSean Whitton2025-10-241-6/+4
* vc-git-registered: Be quieter when Git is not installedSean Whitton2025-10-191-21/+28
* VC: Use symbolic names for the working revisionSean Whitton2025-10-051-20/+27
* VC prepare-patch: New :patch-start & :patch-end plist entriesSean Whitton2025-09-271-20/+33
* ; * lisp/vc/vc-git.el (vc-git-cherry-pick-comment): Fix logic.Sean Whitton2025-09-261-6/+6
* vc-git--checkin: Ignore 'git apply --3way' exiting 1Sean Whitton2025-09-251-3/+4
* vc-git--checkin: Avoid passing --ours to git-applySean Whitton2025-09-251-5/+23
* VC: New cherry-pick-comment API functionSean Whitton2025-09-241-0/+19
* vc-git--checkin: Apply PATCH-STRING to working treeSean Whitton2025-09-241-6/+28
* vc-git--checkin: Restore dropping stash of staged changesSean Whitton2025-09-241-1/+2
* ; * lisp/vc/vc-git.el (vc-git--checkin): Fix error message.Sean Whitton2025-09-221-1/+1
* VC checkin-patch: Support extracting commit metadata from patchesSean Whitton2025-09-211-10/+86
* * lisp/vc/vc-git.el (vc-git--checkin): Validate parameters.Sean Whitton2025-09-211-0/+2
* Refactor vc-git checkin functionsSean Whitton2025-09-181-21/+29
* ; vc-git--log-edit-summary-check: Use and-let*.Sean Whitton2025-09-121-15/+15
* Rename arg REMOTE-LOCATION -> UPSTREAM-LOCATIONSean Whitton2025-09-011-6/+6
* VC outgoing commands for Git: Don't unconditionally fetchSean Whitton2025-09-011-14/+15
* ; vc-git-command, vc-hg-command: Comments about MS-Windows encoding.Sean Whitton2025-08-161-0/+11
* vc-git-modify-change-comment: Bind c-s-f-w for command arguments tooSean Whitton2025-08-141-10/+12
* Fix some 'git worktree' compatibility issuesSean Whitton2025-08-101-7/+18