aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc/vc-git.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-29Stefan Kangas2023-01-271-0/+1
|\
| * * lisp/vc/vc-bzr.el (vc-bzr--pushpull): Return buffer's process.Juri Linkov2023-01-241-0/+1
* | Merge from origin/emacs-29Stefan Kangas2023-01-231-19/+0
|\ \ | |/
| * Generalize vc-pull-and-push to support more backends (bug#60569)Juri Linkov2023-01-221-19/+0
* | Merge from origin/emacs-29Stefan Kangas2023-01-041-3/+10
|\ \ | |/
| * * lisp/vc/vc-git.el (vc-git-checkin): Pass vc-git-diff-switches.Sean Whitton2023-01-021-3/+10
* | Merge from origin/emacs-29Eli Zaretskii2023-01-011-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
| * vc-git-checkin: Don't try to apply an empty patchSean Whitton2022-12-221-6/+7
* | vc-git-dir-extra-headers: Improve detection of rebasesSean Whitton2022-12-311-3/+22
* | vc-git: Don't assume .git is a directorySean Whitton2022-12-311-6/+22
* | vc-git-checkin: Stash other staged changesSean Whitton2022-12-231-14/+83
* | vc-git-checkin: Don't try to apply an empty patchSean Whitton2022-12-201-6/+7
* | vc-git-checkin: Offer to unstage conflicting changesSean Whitton2022-12-201-12/+20
* | Use equal and member instead of eq and memqMattias Engdegård2022-12-191-1/+2
* | Merge from origin/emacs-29Stefan Kangas2022-12-191-2/+1
|\ \ | |/
| * Revert "Use equal and member instead of eq and memq"Eli Zaretskii2022-12-161-2/+1
| * Use equal and member instead of eq and memqMattias Engdegård2022-12-161-1/+2
* | Use equal and member instead of eq and memqMattias Engdegård2022-12-161-1/+2
* | Merge from origin/emacs-29Stefan Kangas2022-12-151-1/+1
|\ \ | |/
| * * lisp/vc/vc-git.el (vc-git-checkin): Use make-nearby-temp-file (bug#60011)Juri Linkov2022-12-141-1/+1
* | Font lock Commit: and CommitDate: lines in Git logsSean Whitton2022-12-071-3/+3
* | Improve passing user switches to Git log commands (bug#59414)Sean Whitton2022-12-041-22/+35
|/
* vc-git-print-log: Don't assume vc-git-log-switches is a listSean Whitton2022-12-021-1/+1
* vc-git: Ensure git doesn't try to colorize stashesMorgan Smith2022-11-121-1/+2
* Revert "* lisp/vc/vc-git.el (vc-git--rev-parse): Allow abbreviating commits"Philip Kaludercic2022-11-061-10/+5
* Have 'last-change' accept a line number instead of a rangePhilip Kaludercic2022-10-301-7/+3
* Extract last source package release from local VCS dataPhilip Kaludercic2022-10-301-0/+17
* Immediately check out the right branch or revisionPhilip Kaludercic2022-10-231-2/+4
* Have 'vc-clone' return a directoryPhilip Kaludercic2022-10-181-1/+2
* Merge branch 'master' into feature/package+vcPhilip Kaludercic2022-10-151-18/+27
|\
| * * lisp/vc/vc-git.el (vc-git-symbolic-commit): Use --no-undefinedPhilip Kaludercic2022-10-151-10/+9
| * * lisp/vc/vc-git.el (vc-git-symbolic-commit): Add argument FORCEPhilip Kaludercic2022-10-151-3/+8
| * * lisp/vc/vc-git.el (vc-git--rev-parse): Allow abbreviating commitsPhilip Kaludercic2022-10-151-5/+10
| * Fix misleading prompt in vc-git-create-tagVisuwesh2022-10-081-1/+1
* | Merge branch 'master' into feature/package+vcPhilip Kaludercic2022-10-081-30/+208
|\ \ | |/
| * Add a VC command to prepare patchesPhilip Kaludercic2022-10-081-0/+24
| * * lisp/vc/vc-git.el (vc-git-checkin): Add more checks for vc-git-patch-stringJuri Linkov2022-10-021-1/+25
| * In vc-git-log-incoming use the repository in the command "fetch" (bug#50340)Juri Linkov2022-10-021-1/+6
| * Make "git pull" output slightly prettierLars Ingebrigtsen2022-10-011-0/+8
| * Tweak window handling in vc-pull-and-pushLars Ingebrigtsen2022-09-241-2/+2
| * ; Drop two obsolete defvarsSean Whitton2022-09-241-1/+0
| * Generalize & simplify implementation of user edits to VC commandsSean Whitton2022-09-241-13/+13
| * Add a new command vc-pull-and-pushLars Ingebrigtsen2022-09-241-5/+26
| * vc-git--pushpull: Restore handling of vc-git-programSean Whitton2022-09-231-4/+7
| * Add support for user edits to VC command argumentsSean Whitton2022-09-211-18/+13
| * Don't use autoloaded functions for safe-local-variableLars Ingebrigtsen2022-09-161-13/+6
| * Speed up Emacs build by autoloading vc-git-annotate-switches-safe-pLars Ingebrigtsen2022-09-141-4/+8
| * 'C-x v b' prefix key is used for branch commands to create/switch/print branchJuri Linkov2022-09-121-5/+17
| * Accept "-w" as safe value for vc-git-annotate-switchesStefan Kangas2022-09-101-0/+9