summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-git.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/vc/vc-bzr.el (vc-bzr--pushpull): Return buffer's process.Juri Linkov2023-01-241-0/+1
* Generalize vc-pull-and-push to support more backends (bug#60569)Juri Linkov2023-01-221-19/+0
* * lisp/vc/vc-git.el (vc-git-checkin): Pass vc-git-diff-switches.Sean Whitton2023-01-021-3/+10
* ; 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
* 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
* * lisp/vc/vc-git.el (vc-git-checkin): Use make-nearby-temp-file (bug#60011)Juri Linkov2022-12-141-1/+1
* 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
| * ; Document that a value of any other type means no highlightingSean Whitton2022-09-051-0/+2
| * Font lock long Git commit summary linesSean Whitton2022-09-051-1/+63
| * 'C-x v v' on a diff buffer commits it as a patch (bug#52349)Juri Linkov2022-08-281-3/+20
* | Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-08-121-32/+25
|\ \ | |/
| * Prefer defvar-keymap in vc/*.elStefan Kangas2022-08-101-32/+25
* | Merge remote-tracking branch 'origin/master' into feature/package+vcPhilip Kaludercic2022-07-311-1/+1
|\ \ | |/
| * ; Fix mistakes in 'declare function' formsEli Zaretskii2022-05-141-1/+1
* | Implement vc-clone for gitPhilip Kaludercic2022-02-141-0/+3
|/
* Add diff-mode-read-only to enable shorter keys in diff-modeJuri Linkov2022-01-101-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-01-051-39/+35
|\
| * Fix vc-git with old Git over Tramp and cygwin-mount.elDmitry Gutov2022-01-051-39/+35
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add vc-git-stash-pop to vc-dir-git-modeLars Ingebrigtsen2021-12-071-1/+2
* | Make the Git stash commands available in vc-dir Git buffersLars Ingebrigtsen2021-12-061-0/+10