summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-git.el
AgeCommit message (Expand)Author
2026-04-27Rename outstanding changes commands to "unintegrated changes"Sean Whitton
2026-04-26VC: Support deleting directoriesSean Whitton
2026-02-27New 'log-outstanding' value for vc-log-view-typeSean Whitton
2026-02-23Fix VC Git error when patch matches staged changesPaul Nelson
2026-02-20Show "committing" pseudo-state in VC-Dir during an async checkinSean Whitton
2026-02-18New 'delete-files' VC backend function for faster mass deletionsSean Whitton
2026-02-18vc-git-pull, vc-git-incoming-revision: Use push remotesSean Whitton
2026-02-14Improve vc-git-topic-outgoing-base fallback algorithmSean Whitton
2026-02-13; vc-git-topic-outgoing-base: Preparatory refactoring.Sean Whitton
2026-02-10vc-git--deduce-files-for-stash: Use file-relative-name (bug#80278)Sean Whitton
2026-02-06Separate input histories for 'C-x v !' and Git pulling & pushingSean Whitton
2026-02-05vc-git--mailinfo: Use file-local-name (bug#80295, bug#80320)Visuwesh
2026-01-30Make diff-hunk-kill respect an active regionSean Whitton
2026-01-30; vc-git-topic-outgoing-base: Merge let into if-let*.Sean Whitton
2026-01-30vc-git-topic-outgoing-base: Respect a configure push remoteSean Whitton
2026-01-30; Fix last change.Sean Whitton
2026-01-30Factor out vc-git--branch-remotesSean Whitton
2026-01-17Automatically detect the VC outgoing base (bug#80006)Sean Whitton
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-20; * lisp/vc/vc-git.el (vc-git-registered): Fix remote files (bug#80035).Eli Zaretskii
2025-12-18; * lisp/vc/vc-git.el (vc-git-region-history): Fix backend name.Sean Whitton
2025-12-13vc-git-dir-status-goto-stage: Accept exit 128 from git-addSean Whitton
2025-12-07Check for successful exit when parsing output with vc-exec-afterSean Whitton
2025-12-06vc-git-incoming-revision: Don't fetch when branch has no upstreamSean Whitton
2025-12-03Query-on-exit for VC push, pull and async checkin commandsSean Whitton
2025-11-29Fix vc-git-uncommit-revisions-from-endSean Whitton
2025-11-22vc-git-revision-published-p: Resolve REVSean Whitton
2025-11-20Fix '(vc-revert-file (vc-git-root)'Sean Whitton
2025-10-31New *-revisions-from-end VC backend API functions (bug#79408)Sean Whitton
2025-10-27New delete-revision VC backend API function (bug#79408)Sean Whitton
2025-10-26New revision-published-p VC backend API function (bug#79408)Sean Whitton
2025-10-24* lisp/vc/vc-git.el (vc-git-branches): Use 'git for-each-ref'.Sean Whitton
2025-10-24Make UPSTREAM-LOCATION argument to incoming-revision optionalSean Whitton
2025-10-19vc-git-registered: Be quieter when Git is not installedSean Whitton
2025-10-05VC: Use symbolic names for the working revisionSean Whitton
2025-09-27VC prepare-patch: New :patch-start & :patch-end plist entriesSean Whitton
2025-09-26; * lisp/vc/vc-git.el (vc-git-cherry-pick-comment): Fix logic.Sean Whitton
2025-09-25vc-git--checkin: Ignore 'git apply --3way' exiting 1Sean Whitton
2025-09-25vc-git--checkin: Avoid passing --ours to git-applySean Whitton
2025-09-24VC: New cherry-pick-comment API functionSean Whitton
2025-09-24vc-git--checkin: Apply PATCH-STRING to working treeSean Whitton
2025-09-24vc-git--checkin: Restore dropping stash of staged changesSean Whitton
2025-09-22; * lisp/vc/vc-git.el (vc-git--checkin): Fix error message.Sean Whitton
2025-09-21VC checkin-patch: Support extracting commit metadata from patchesSean Whitton
2025-09-21* lisp/vc/vc-git.el (vc-git--checkin): Validate parameters.Sean Whitton
2025-09-18Refactor vc-git checkin functionsSean Whitton
2025-09-12; vc-git--log-edit-summary-check: Use and-let*.Sean Whitton
2025-09-01Rename arg REMOTE-LOCATION -> UPSTREAM-LOCATIONSean Whitton
2025-09-01VC outgoing commands for Git: Don't unconditionally fetchSean Whitton
2025-08-16; vc-git-command, vc-hg-command: Comments about MS-Windows encoding.Sean Whitton