| Commit message (Expand) | Author | Age | Files | Lines |
* | ; More minor docfixes found by checkdoc | Stefan Kangas | 2021-09-14 | 24 | -68/+68 |
* | ; Minor doc fixes found by checkdoc | Stefan Kangas | 2021-09-13 | 1 | -2/+2 |
* | Remove some remaining references to XEmacs | Stefan Kangas | 2021-09-13 | 2 | -6/+3 |
* | ; Fix symbol quoting typos | Stefan Kangas | 2021-09-12 | 1 | -1/+1 |
* | Re-fix bug#16897 | Dmitry Gutov | 2021-09-12 | 1 | -10/+14 |
* | Have Git backend actions accept nil filenames again | Dmitry Gutov | 2021-09-08 | 1 | -5/+6 |
* | Allow killing the diff buffer after `C-x v u' | Lars Ingebrigtsen | 2021-09-04 | 1 | -2/+4 |
* | Fix recently broken vc-delete-file with Git | Dmitry Gutov | 2021-09-03 | 1 | -1/+1 |
* | Move the expansion of abbreviated names to vc-git.el | Dmitry Gutov | 2021-08-31 | 2 | -6/+10 |
* | Move vc-branch-p and vc-branch-part from vc.el to vc-rcs.el and rename | Lars Ingebrigtsen | 2021-08-29 | 3 | -38/+34 |
* | Revert part of 3572613550f5d1d0b3392dbc809b32f3989e2981 (bug#39452) | Juri Linkov | 2021-08-27 | 1 | -1/+1 |
* | Rename arguments for clarity | Dmitry Gutov | 2021-08-26 | 1 | -8/+8 |
* | Make sure to remove the remote specification before adding :(literal) | Dmitry Gutov | 2021-08-26 | 1 | -1/+1 |
* | Fix vc-root-diff broken with Git as well | Dmitry Gutov | 2021-08-19 | 1 | -1/+1 |
* | Fix ediff3 layouts with window-combination-resize non-nil (Bug#49277) | pillule | 2021-08-18 | 1 | -24/+10 |
* | vc-git-region-history: Fix to call 'diff' more correctly | Dmitry Gutov | 2021-08-17 | 1 | -1/+1 |
* | Fix regressions in the last change | Dmitry Gutov | 2021-08-16 | 2 | -3/+3 |
* | Fix vc-git-state for filenames with wildcards | Wolfgang Scherer | 2021-08-15 | 1 | -27/+36 |
* | Revert "Bind the GIT_LITERAL_PATHSPECS environment variable" | Dmitry Gutov | 2021-08-15 | 1 | -2/+0 |
* | Filter out -L foo labels in diff-hunk-file-names | Lars Ingebrigtsen | 2021-08-14 | 1 | -5/+5 |
* | Adjust previous diff-changed-unspecified change | Lars Ingebrigtsen | 2021-08-13 | 1 | -4/+6 |
* | Add new face diff-changed-unspecified | Lars Ingebrigtsen | 2021-08-13 | 1 | -4/+15 |
* | Mention `find-ignore-file' in the vc.el commentary | Omar Polo | 2021-08-12 | 1 | -0/+8 |
* | Use string-search instead of string-match[-p] | Mattias EngdegÄrd | 2021-08-09 | 1 | -1/+1 |
* | Use string-replace instead of replace-regexp-in-string | Mattias EngdegÄrd | 2021-08-08 | 4 | -6/+6 |
* | * lisp/vc/smerge-mode.el (smerge-mode-menu): Add menu item for smerge-refine. | Juri Linkov | 2021-08-04 | 1 | -0/+3 |
* | Bind the GIT_LITERAL_PATHSPECS environment variable | Dmitry Gutov | 2021-07-22 | 1 | -0/+2 |
* | Make vc-git-mode-line-string more robust | Yan Gajdos | 2021-07-21 | 1 | -1/+1 |
* | Avoid making backup files in ediff when `make-backup-files' is nil | Lars Ingebrigtsen | 2021-07-08 | 1 | -2/+3 |
* | Ignore file-missing errors during diff-refined font-locking | Jim Porter | 2021-06-24 | 1 | -11/+14 |
* | Simplify vc-git-log-switches's usage; change default value to nil | Dmitry Gutov | 2021-06-11 | 1 | -6/+6 |
* | New user option for Git log switches | Utkarsh Singh | 2021-06-09 | 1 | -2/+10 |
* | Remove messaging in ediff-make-diff2-buffer | Lars Ingebrigtsen | 2021-05-31 | 1 | -4/+1 |
* | Fix ediff message parsing in non-English locales | Lars Ingebrigtsen | 2021-05-27 | 1 | -1/+4 |
* | * lisp/vc/diff-mode.el (diff-hunk-text): Test-driven fix for newlines. | Juri Linkov | 2021-05-27 | 1 | -6/+12 |
* | * lisp/vc/diff-mode.el (diff-hunk-text): Handle better "\ No newline at end". | Juri Linkov | 2021-05-20 | 1 | -1/+8 |
* | Fix a few Edebug specifications where code is wrapped in lambdas. | Philipp Stephani | 2021-05-17 | 1 | -1/+1 |
* | Improve doc string of 'log-edit-generate-changelog-from-diff' | Eli Zaretskii | 2021-05-15 | 1 | -5/+9 |
* | Merge from origin/emacs-27 | Glenn Morris | 2021-05-13 | 1 | -60/+74 |
|\ |
|
| * | Improve doc strings in log-edit.el | Eli Zaretskii | 2021-05-07 | 1 | -60/+74 |
| * | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 40 | -40/+40 |
* | | Base the "extraclean" Make rule on "maintainer-clean" | Glenn Morris | 2021-05-09 | 1 | -0/+3 |
* | | ediff shouldn't alter the kill ring when copying a diff | Lars Ingebrigtsen | 2021-05-03 | 1 | -5/+4 |
* | | Improve add-log-current-defun-header-regexp | Michael Albinus | 2021-04-28 | 1 | -1/+1 |
* | | ; Normalize and add missing first and last lines | Stefan Kangas | 2021-04-19 | 2 | -1/+3 |
* | | ; Remove some useless comments | Stefan Kangas | 2021-04-16 | 1 | -4/+0 |
* | | * lisp/**/*.el: Avoid positional args to `define-minor-mode` | Stefan Monnier | 2021-04-11 | 1 | -1/+1 |
* | | * lisp/vc/log-edit.el (log-edit-diff-function): Give non-nil default | Stefan Monnier | 2021-04-11 | 1 | -4/+3 |
* | | Remove code commented out since 1995 from ediff-util.el | Stefan Kangas | 2021-04-05 | 1 | -4/+0 |
* | | Make ediff-copy-list alias obsolete | Stefan Kangas | 2021-04-05 | 2 | -5/+4 |