aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'track-changes'Stefan Monnier2024-04-131-49/+40
|\
| * lisp/emacs-lisp/track-changes.el: New file (bug#70077)Stefan Monnier2024-04-131-49/+40
* | Fix file names with embedded whitespace in EdiffEli Zaretskii2024-04-111-2/+3
|/
* Disable VC in special directories on AndroidPo Lu2024-03-301-33/+47
* * lisp/vc/diff-mode.el (diff-setup-buffer-type): Remove "\n" from regexp.Juri Linkov2024-03-251-1/+1
* ; * lisp/vc/vc-git.el (vc-git--out-str): Doc fix.Eli Zaretskii2024-03-181-1/+1
* ; Re-apply accidentally reverted commitKévin Le Gouguec2024-03-171-14/+32
* Update modus-themes to their 4.4.0 versionProtesilaos Stavrou2024-03-171-32/+14
* Fix vc-dir when "remote" Git branch is localKévin Le Gouguec2024-03-171-14/+32
* * lisp/vc/diff-mode.el (diff-mode-menu): Add menu item "Apply all hunks".Juri Linkov2024-03-151-0/+2
* ; Simplify (with-current-buffer (get-buffer ...) ...)Tim Landscheidt2024-03-143-5/+5
* ; * lisp/vc/diff-mode.el (diff--refine-hunk): Escape literal `+`.Mattias Engdegård2024-03-041-1/+1
* Merge from origin/emacs-29Eli Zaretskii2024-03-021-5/+10
|\
| * ; * lisp/vc/vc.el (vc-clone): Fix wording of doc string.Eli Zaretskii2024-02-271-5/+10
* | Allow vc-git-clone to check-out arbitrary revisionsPhilip Kaludercic2024-02-271-2/+9
* | * lisp/vc/vc-hooks.el (vc-mode): Give a body to the function (bug#69387)Stefan Monnier2024-02-251-1/+2
* | (diff-refine-nonmodified): Complete the implementationStefan Monnier2024-02-241-15/+32
* | ; Fix a recent change in diff-mode.elEli Zaretskii2024-02-241-2/+8
* | diff-mode.el (diff-refine-nonmodified): New optionStefan Monnier2024-02-231-14/+37
* | Add obarray-clear and use itMattias Engdegård2024-02-231-1/+1
* | Use obarray-make instead of make-vector to create obarraysMattias Engdegård2024-02-231-1/+1
* | Reuse commit message when preparing a single patchPhilip Kaludercic2024-02-131-2/+10
* | Allow using 'vc-prepare-patch' in non-VC buffersPhilip Kaludercic2024-02-121-1/+0
* | Prevent cache of diff-mode buffers to grow without boundsMattias Engdegård2024-02-041-16/+53
* | Don't open a new line for long defuns being inserted at column 0Po Lu2024-01-291-2/+4
* | Prevent filling from mangling ChangeLog defun listsPo Lu2024-01-291-2/+35
* | ; * lisp/vc/log-edit.el (log-edit--insert-filled-defuns): Fix typos.Po Lu2024-01-281-5/+6
* | ; Correct typoPo Lu2024-01-281-3/+3
* | Improve filling of ChangeLog entriesPo Lu2024-01-281-32/+101
* | Merge from origin/emacs-29Eli Zaretskii2024-01-271-1/+1
|\ \ | |/
| * diff-mode: Support committing diff with file deletionsDmitry Gutov2024-01-181-1/+1
* | doc: Delete extraneous quotes around keysStefan Kangas2024-01-211-1/+1
* | Add autoload cookie to vc-git-grepAlyssa Ross2024-01-111-0/+1
* | ; (vc-print-log-internal): Update docstring furtherDmitry Gutov2024-01-111-1/+1
* | vc-log-mergebase: Fix the printing of buttons at the bottomDmitry Gutov2024-01-111-6/+9
* | ; * lisp/vc/vc.el (vc-deduce-fileset): Add commentary for bug#68174.Eli Zaretskii2024-01-031-0/+3
* | (vc-deduce-fileset): Handle log-view-mode derivatives speciallyDmitry Gutov2024-01-031-0/+3
* | Merge from savannah/emacs-29Po Lu2024-01-0239-39/+39
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-0239-39/+39
* | Fix vg-hg-annotate-time bugKjetil Orbekk2024-01-011-2/+2
* | Abbreviate the VC revision in vc-annotate's buffer nameJim Porter2023-12-273-3/+26
* | Fix toolbar for Log Edit modeEli Zaretskii2023-12-241-11/+6
* | Introduce a toolbar for Log Edit modePo Lu2023-12-241-1/+64
* | Add "back" button on top of the pre-rename vc-print-log bufferDmitry Gutov2023-12-201-33/+69
* | Using remap for binding of log-edit-beginning-of-line.Jared Finder2023-12-161-2/+2
* | ; * lisp/vc/vc-git.el (vc-git-print-log-follow): Doc fix.Eli Zaretskii2023-12-161-6/+7
* | ; vc-print-log-setup-buttons: Update a TODO commentDmitry Gutov2023-12-161-2/+3
* | (vc-print-log-setup-buttons): Start "previous" history with specified revisionDmitry Gutov2023-12-162-3/+10
* | Show buttons below vc-log even when REVISION is specifiedDmitry Gutov2023-12-161-7/+8
* | Support viewing VC change history across renames (Git, Hg)Dmitry Gutov2023-12-154-6/+118