| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | Fix minor bugs in vc-git and vc-hg on Windows uncovered by vc-tests | Eli Zaretskii | 2023-09-01 | 1 | -1/+2 |
* | Fix applying patches with Git on MS-Windows | Eli Zaretskii | 2023-08-27 | 1 | -1/+9 |
* | * lisp/vc/vc-bzr.el (vc-bzr--pushpull): Return buffer's process. | Juri Linkov | 2023-01-24 | 1 | -0/+1 |
* | Generalize vc-pull-and-push to support more backends (bug#60569) | Juri Linkov | 2023-01-22 | 1 | -19/+0 |
* | * lisp/vc/vc-git.el (vc-git-checkin): Pass vc-git-diff-switches. | Sean Whitton | 2023-01-02 | 1 | -3/+10 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | vc-git-checkin: Don't try to apply an empty patch | Sean Whitton | 2022-12-22 | 1 | -6/+7 |
* | Revert "Use equal and member instead of eq and memq" | Eli Zaretskii | 2022-12-16 | 1 | -2/+1 |
* | Use equal and member instead of eq and memq | Mattias EngdegÄrd | 2022-12-16 | 1 | -1/+2 |
* | * lisp/vc/vc-git.el (vc-git-checkin): Use make-nearby-temp-file (bug#60011) | Juri Linkov | 2022-12-14 | 1 | -1/+1 |
* | vc-git-print-log: Don't assume vc-git-log-switches is a list | Sean Whitton | 2022-12-02 | 1 | -1/+1 |
* | vc-git: Ensure git doesn't try to colorize stashes | Morgan Smith | 2022-11-12 | 1 | -1/+2 |
* | Revert "* lisp/vc/vc-git.el (vc-git--rev-parse): Allow abbreviating commits" | Philip Kaludercic | 2022-11-06 | 1 | -10/+5 |
* | Have 'last-change' accept a line number instead of a range | Philip Kaludercic | 2022-10-30 | 1 | -7/+3 |
* | Extract last source package release from local VCS data | Philip Kaludercic | 2022-10-30 | 1 | -0/+17 |
* | Immediately check out the right branch or revision | Philip Kaludercic | 2022-10-23 | 1 | -2/+4 |
* | Have 'vc-clone' return a directory | Philip Kaludercic | 2022-10-18 | 1 | -1/+2 |
* | Merge branch 'master' into feature/package+vc | Philip Kaludercic | 2022-10-15 | 1 | -18/+27 |
|\ |
|
| * | * lisp/vc/vc-git.el (vc-git-symbolic-commit): Use --no-undefined | Philip Kaludercic | 2022-10-15 | 1 | -10/+9 |
| * | * lisp/vc/vc-git.el (vc-git-symbolic-commit): Add argument FORCE | Philip Kaludercic | 2022-10-15 | 1 | -3/+8 |
| * | * lisp/vc/vc-git.el (vc-git--rev-parse): Allow abbreviating commits | Philip Kaludercic | 2022-10-15 | 1 | -5/+10 |
| * | Fix misleading prompt in vc-git-create-tag | Visuwesh | 2022-10-08 | 1 | -1/+1 |
* | | Merge branch 'master' into feature/package+vc | Philip Kaludercic | 2022-10-08 | 1 | -30/+208 |
|\| |
|
| * | Add a VC command to prepare patches | Philip Kaludercic | 2022-10-08 | 1 | -0/+24 |
| * | * lisp/vc/vc-git.el (vc-git-checkin): Add more checks for vc-git-patch-string | Juri Linkov | 2022-10-02 | 1 | -1/+25 |
| * | In vc-git-log-incoming use the repository in the command "fetch" (bug#50340) | Juri Linkov | 2022-10-02 | 1 | -1/+6 |
| * | Make "git pull" output slightly prettier | Lars Ingebrigtsen | 2022-10-01 | 1 | -0/+8 |
| * | Tweak window handling in vc-pull-and-push | Lars Ingebrigtsen | 2022-09-24 | 1 | -2/+2 |
| * | ; Drop two obsolete defvars | Sean Whitton | 2022-09-24 | 1 | -1/+0 |
| * | Generalize & simplify implementation of user edits to VC commands | Sean Whitton | 2022-09-24 | 1 | -13/+13 |
| * | Add a new command vc-pull-and-push | Lars Ingebrigtsen | 2022-09-24 | 1 | -5/+26 |
| * | vc-git--pushpull: Restore handling of vc-git-program | Sean Whitton | 2022-09-23 | 1 | -4/+7 |
| * | Add support for user edits to VC command arguments | Sean Whitton | 2022-09-21 | 1 | -18/+13 |
| * | Don't use autoloaded functions for safe-local-variable | Lars Ingebrigtsen | 2022-09-16 | 1 | -13/+6 |
| * | Speed up Emacs build by autoloading vc-git-annotate-switches-safe-p | Lars Ingebrigtsen | 2022-09-14 | 1 | -4/+8 |
| * | 'C-x v b' prefix key is used for branch commands to create/switch/print branch | Juri Linkov | 2022-09-12 | 1 | -5/+17 |
| * | Accept "-w" as safe value for vc-git-annotate-switches | Stefan Kangas | 2022-09-10 | 1 | -0/+9 |
| * | ; Document that a value of any other type means no highlighting | Sean Whitton | 2022-09-05 | 1 | -0/+2 |
| * | Font lock long Git commit summary lines | Sean Whitton | 2022-09-05 | 1 | -1/+63 |
| * | 'C-x v v' on a diff buffer commits it as a patch (bug#52349) | Juri Linkov | 2022-08-28 | 1 | -3/+20 |
* | | Merge remote-tracking branch 'origin/master' into feature/package+vc | Philip Kaludercic | 2022-08-12 | 1 | -32/+25 |
|\| |
|
| * | Prefer defvar-keymap in vc/*.el | Stefan Kangas | 2022-08-10 | 1 | -32/+25 |
* | | Merge remote-tracking branch 'origin/master' into feature/package+vc | Philip Kaludercic | 2022-07-31 | 1 | -1/+1 |
|\| |
|
| * | ; Fix mistakes in 'declare function' forms | Eli Zaretskii | 2022-05-14 | 1 | -1/+1 |
* | | Implement vc-clone for git | Philip Kaludercic | 2022-02-14 | 1 | -0/+3 |
|/ |
|
* | Add diff-mode-read-only to enable shorter keys in diff-mode | Juri Linkov | 2022-01-10 | 1 | -1/+1 |
* | Merge from origin/emacs-28 | Stefan Kangas | 2022-01-05 | 1 | -39/+35 |
|\ |
|
| * | Fix vc-git with old Git over Tramp and cygwin-mount.el | Dmitry Gutov | 2022-01-05 | 1 | -39/+35 |
* | | Merge from origin/emacs-28 | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
|\| |
|