branch: externals/minuet
commit 978c8c6f2f01bdd6878e5569fa0941f889f28a2e
Author: Milan Glacier
Commit: Milan Glacier
fix: send SIGTERM signal to cancel requests instead of `delete-process`.
---
minuet.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/minuet.el b/min
elpasync pushed a change to branch externals/diff-hl.
from c2852b0e4b diff-hl-temporary-directory: New variable
new ca35cfaf72 Unify behavior between diff-hl-show-hunk-function's
new e42d015312 diff-hl-show-hunk--posframe-hide: Remove GNOME workaround
new a4913bb3ef
branch: externals/diff-hl
commit b5547efdd4196cc12109dee92c67ec8a804d92b1
Author: Dmitry Gutov
Commit: Dmitry Gutov
Stop cursor jumping during diff-hl-show-hunk-next
---
diff-hl-show-hunk.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/diff-hl-show-hunk.el b/diff-hl
branch: externals/diff-hl
commit 47b33048be01cfa62a1dd2e60e3afb8f076395c6
Author: Dmitry Gutov
Commit: Dmitry Gutov
diff-hl-show-hunk-posframe: Don't specify min-height
The avoids the big blank space when the hunk is short.
---
diff-hl-show-hunk-posframe.el | 1 -
1 file changed, 1
branch: externals/diff-hl
commit d3b4a4008a8b4872fad48c78ec87796e0e3490df
Merge: c2852b0e4b 47b33048be
Author: Dmitry Gutov
Commit: GitHub
Merge pull request #239 from dgutov/show-hunk-updates
Some polish for `diff-hl-show-hunk`
---
diff-hl-inline-popup.el | 3 ++-
diff-hl-s
branch: externals/diff-hl
commit a4913bb3ef54efe52990cbcd0a20ce6cc5235fba
Author: Dmitry Gutov
Commit: Dmitry Gutov
Reduce blinkiness during show-hunk's next/previous jumps
* Don't call diff-hl-show-hunk--posframe-hide when (re)showing hunk, let the
rendering code take care of t
branch: externals/diff-hl
commit ca35cfaf725f5b34f164f37de7637f17681fe2a4
Author: Dmitry Gutov
Commit: Dmitry Gutov
Unify behavior between diff-hl-show-hunk-function's
* Move posframe one line up, so its popup starts right after the hunk.
* Add the same exception for `deletion`
branch: externals/diff-hl
commit e42d0153123d89779191bec6f15697c99c1eea6f
Author: Dmitry Gutov
Commit: Dmitry Gutov
diff-hl-show-hunk--posframe-hide: Remove GNOME workaround
Couldn't reproduce the problem, and this code caused the original frame to
be
selected after several cal
branch: externals/hyperbole
commit 31a501760de9c46782cefad5166f54749e9657ce
Author: bw
Commit: bw
hypb:in-string-p - Improve performance in large docs
Add support for Python and ``Texinfo'' strings.
---
ChangeLog | 10 +
hypb.el | 71 ++
elpasync pushed a change to branch externals/hyperbole.
from 2d2b23c3d5 refactor hkey execute (#727)
new f69d50be0e kotl-mode:add-prior-cell - Fix to send raw C-u value
with "*P"
new 31a501760d hypb:in-string-p - Improve performance in large docs
new 537e70b48b Merg
branch: externals/hyperbole
commit 2e4857aef4957eb4e1967c09b199385540c52d27
Merge: 2d2b23c3d5 537e70b48b
Author: Robert Weiner
Commit: GitHub
Merge pull request #730 from rswgnu/rsw
hypb:in-string-p - Improve performance in large docs;
kotl-mode:add-prior-cell - Fix to send raw C-u
branch: externals/hyperbole
commit f69d50be0eeb99829455e4ce78773e2c5352d13a
Author: bw
Commit: bw
kotl-mode:add-prior-cell - Fix to send raw C-u value with "*P"
---
ChangeLog | 3 +++
kotl/kotl-mode.el | 14 --
2 files changed, 11 insertions(+), 6 deletions(-)
diff --g
branch: externals/hyperbole
commit 537e70b48bf28a3f9e9126db3cf2a42e356f991d
Merge: 31a501760d 2d2b23c3d5
Author: bw
Commit: bw
Merge branch 'master' into rsw
---
ChangeLog| 18 +++
hmouse-drv.el| 81 +--
hui-mouse.el | 4 +-
test/hmouse-dr
branch: externals/a68-mode
commit e96c5ccbbe94d0c5c5bedbb62efc0f55b775aaa1
Author: Jose E. Marchesi
Commit: Jose E. Marchesi
SUPPER stropping only supports { .. } comments
---
a68-mode.el | 33 +
1 file changed, 5 insertions(+), 28 deletions(-)
diff --git a/
branch: externals/llm
commit 1bd69ed78184596e3389cd115688b055888e71cb
Author: Andrew Hyatt
Commit: GitHub
Fix bug in streaming with reasoning models (#195)
When only reasoning results have come in, we shouldn't call callbacks
with `nil` values when `multi-output` is off.
branch: elpa/magit
commit 621e69eb9bc3379511d5e6b8bb82094ef8e71cfa
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-rebase-insert-merge-sequence: Skip over empty lines
---
lisp/magit-sequence.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-sequence.el
branch: externals/llm
commit 6a7e1dc5cce8591e2af568b3ee10e441785d28fa
Author: Andrew Hyatt
Commit: GitHub
Fix ollama batch embeddings (#194)
These errored out on ollama calls previously.
---
NEWS.org | 3 ++-
llm-ollama.el | 2 +-
2 files changed, 3 insertions(+), 2 deletions(
branch: externals/org
commit 7eafc194d2c3a42b84a319847f66ec6bdfea183c
Author: Rohit Patnaik
Commit: Ihor Radchenko
org-clock: Make headline truncation behave better
* lisp/org-clock.el (org-clock-get-clock-string): Move the headline
truncation
logic into `org-clock-get-clock-st
elpasync pushed a change to branch externals/llm.
from 5cd44b15f2 Add Qwen3, Gemma3 and fix broken missing model warning
(#193)
new 6a7e1dc5cc Fix ollama batch embeddings (#194)
new 1bd69ed781 Fix bug in streaming with reasoning models (#195)
new 01d789fc9d Set vers
branch: externals/llm
commit 01d789fc9d6f18bbc7441a8d63972bf38fe47b59
Author: Andrew Hyatt
Commit: Andrew Hyatt
Set version to 0.26.0
---
llm.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llm.el b/llm.el
index 773be2ed18..f0c0a5dd12 100644
--- a/llm.el
+++ b/llm.el
branch: externals/a68-mode
commit 62e3451fea222d71de579cecaa279245b76f99bc
Author: Jose E. Marchesi
Commit: Jose E. Marchesi
Support for nestable comments as defined by GNU68-2025-005
---
a68-mode.el | 47 +++
1 file changed, 27 insertions(+), 20
branch: elpa/magit
commit b0e7f0efcedb04233b5103c4017e4a2917bb4f34
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Regenerate manual
---
docs/magit.texi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/magit.texi b/docs/magit.texi
index e07e147787..2a5a33de04 10064
branch: externals/transient
commit 8a4f713087e09f09ead32bf15726542a5fd6df52
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
transient-define-prefix: Rename a local variable
---
lisp/transient.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/lisp/transient.el b/lis
branch: externals/transient
commit 3b780a10e60cbc0b9cc89d70a9633fd7f40b4eea
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
transient--group-member: Rename a local variable
---
lisp/transient.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/transient.el b/li
branch: elpa/magit
commit a53c4024f4625b6f5dc83bc2166b7e3f422390b3
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Replace magit-section-highlight-hook with two boolean options
Replace the hook `magit-section-highlight-hook' with a
generic function `magit-section-highlight'.
branch: elpa/magit
commit 17c831a2cd1118dd9e364d03209d83538926613b
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-rebase--todo: Don't abbreviate empty set of commits
When rebase stops at the last commit, then the list of commits yet
to be rebases is (obviously) empty.
branch: externals/transient
commit 9a44482fd8887ebdbe55abf9ec4ad0c7ff1673e2
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Add tests
---
.github/workflows/test.yml | 6 +
Makefile | 5 +
default.mk | 6 +-
lisp/Makefile | 4 -
test/Mak
branch: elpa/magit
commit 63f7c6d02e607b21565b9e08dbe56fdf988928e5
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Track highlighting and selection overlays separately
That isn't actually necessary but is conceptually cleaner.
---
lisp/magit-mode.el| 1 +
lisp/magit-section.el
branch: externals/transient
commit 5063654d7d98e11a92c74e6d560de5adc4b14d93
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
transient--insert-suffix: Cosmetics
---
lisp/transient.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/lisp/transient.el b/lisp/transient.e
branch: externals/transient
commit 7ba243e301f702bf8071ef394ceb7bb58321e6d1
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
make: Cosmetics
---
lisp/Makefile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lisp/Makefile b/lisp/Makefile
index eb41ee353c..2e9b7d5b42 100
branch: elpa/magit
commit 424af9bbc611f95c48780c25105d8abbba5abc33
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-refresh: Mention magit-unwind-refresh-hook in docstring
It was added in [1: 9f838cc041] and unlike `magit-post-refresh-hook'
it is run even in case of an erro
branch: elpa/magit
commit 084f749a7e090d2cdb67d68bc6f3d4be7a7f1587
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-apply--get-selection: Return t for untracked type
When "Untracked files" has not been expanded yet, then its children
slot is nil, for performance reasons. F
branch: elpa/magit
commit 8266e331fc469aa2d4804beb1b61006dad58ea83
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
AUTHORS.md: Update list of contributors
---
docs/AUTHORS.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/AUTHORS.md b/docs/AUTHORS.md
index e0a1aea440..e0b88d9200
branch: externals/transient
commit 41b6e06cf56c029465fae72dc4c6e16cfd304e47
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Regenerate manual
---
docs/transient.texi | 86 +++--
1 file changed, 71 insertions(+), 15 deletions(-)
diff --git a/d
branch: elpa/magit
commit 48b158500dcdfe51ac6ff0dfa9066a368a322069
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-insert-revision-headers: Fix regression
Fixes a regression introduced in [1: 9a5228e2a9]. I found it rather
funny, and won't spoil the joke by explaining it,
branch: elpa/magit
commit ba03ed6d6b85f4a3839e55abd9f3f7c295548421
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-section-highlight-range: Tweak renamed function
Now that this isn't used for the selection anymore, just section
highlighting, rename it accordingly. Do not
branch: elpa/magit
commit 8e7276726242ed7040a9c721a247a6d52397da95
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Speed-up inserting rebase sequences
---
lisp/git-rebase.el | 3 +-
lisp/magit-sequence.el | 77 --
2 files changed, 46 inse
branch: elpa/magit
commit 716b9e64374cdd9b0551c4befd3691d8daee4b20
Author: Martin Joerg
Commit: Jonas Bernoulli
magit-refs--format-margin: Do not assume fixes length of timestamps
UNIX timestamps do not have a fixed length.
Co-authored-by: Jonas Bernoulli
---
lisp/magit-r
branch: elpa/magit
commit 7db107c03a1d52f1de3bca4282e3dc9ca2ddeed7
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Use ## more
---
lisp/git-commit.el | 5 ++---
lisp/magit-apply.el | 8 +++-
lisp/magit-blame.el | 5 ++---
lisp/magit-branch.el| 16 +++-
li
branch: elpa/magit
commit 5469cbcf40fa542adbb9e9ca5b529a06d62cc607
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Call magit-status-goto-initial-section before highlighting
`magit-post-create-buffer-hook' is called right after
`magit-refresh-buffer' returned, i.e., after that c
branch: elpa/magit
commit 81897707813956396b4db6ae56070b51d79cf762
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Update pull-request template
---
.github/PULL_REQUEST_TEMPLATE | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_
branch: elpa/magit
commit cd79c7be4c817cfc22d9e4cfbce53b3ce6fb89ee
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Coordinate highlighting between refresh and post-command phases
1. When a buffer is refreshed, section highlighting has to be updated.
2. More than one buffer may b
branch: elpa/magit
commit b18dbb0e31be2efd9cf9db7eafb01cf24633e8cf
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Update changelog
---
CHANGELOG | 32
1 file changed, 32 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG
index 0b8b5285d9..9b51449bd1 100644
-
branch: elpa/magit
commit bafac417b5a9c3dd3f9e9af5fa3c16f75b4afe1d
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit--insert-related-refs: Use a single section
Use one section per category, instead of one section per ref on the
line. This is the only place where we violated
branch: elpa/magit
commit d1ac84ab23b639ff84eb7f7d02d45066cb6f77ba
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Finalize inserted sections after moving to the current section
After refreshing a buffer, and thus (re-)creating all sections,
`magit-section-show' has to be called
branch: elpa/magit
commit 95ee9d8c5102bc5619f0e2c6d50104cae17b2009
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-diff-paint-hunk: Only refine if actually painting
---
lisp/magit-diff.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/magit-diff.el b/lisp
branch: elpa/magit
commit 1762e7f3d96a66286e253c0648a24ac989a955e3
Author: X4lldux
Commit: Jonas Bernoulli
magit-section-show-level: Support acting on selected sections
---
lisp/magit-section.el | 22 +-
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/lisp
branch: elpa/magit
commit 542c2f8a75de5a6591064c6176ccf69b75064df4
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-dired-{stage,unstage}: New commands
---
lisp/magit-dired.el | 12
lisp/magit-files.el | 6 --
2 files changed, 16 insertions(+), 2 deletions(-)
diff --
branch: elpa/magit
commit d1882ac9d013d29a3c99e006d674a49e8eb85865
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-get-local-upstream-branch: New function
---
lisp/magit-git.el | 5 +
lisp/magit-merge.el | 4 +---
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/li
branch: elpa/magit
commit b54b18b34ed7853e08aa48574f78f5a3cffde075
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Update changelog
---
CHANGELOG | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG
index 71960170e9..76f994b510 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@
branch: elpa/magit
commit 75c61919994a23494152f726102898456a6055b7
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-stash-read-message: Also offer "On branch: " as history element
---
lisp/magit-stash.el | 18 ++
1 file changed, 10 insertions(+), 8 deletions(-)
diff --
branch: elpa/magit
commit ee0d9b90c3f38dd0604190b2ba9da81c6009729e
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-section--opportunistic-wash: Move renamed function
---
lisp/magit-section.el | 34 +-
1 file changed, 17 insertions(+), 17 deletions(-)
d
branch: elpa/magit
commit 04863968467597cf4e2e9ba6c0cd429fb3e86636
Author: Kyle Meyer
Commit: Kyle Meyer
magit-rebase--todo: Fix handling of merge actions
Inserting rebase actions into the status buffer when --rebase-merges
is specified triggers two errors with the v4.3.3 releas
branch: elpa/magit
commit 415bd700992a70e50fd6fdf8e37519bf22fa2aa7
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-make-margin-overlay: At bol set margin of previous line
That is actually what all but one caller need.
For `magit-log-wash-rev', which unlike the other c
branch: elpa/magit
commit 4d8642e407b646964e97d28ebd4adc1d566fb810
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-refs--format-margin: Handle tags referring to non-commits
If a tag refers to a non-commit objects, then our `magit-ref-format'
call returns nil. Use a blank
branch: elpa/magit
commit dd14711edf616382d0fd103b09ce590304b0ebd5
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-{branch-unshelve,insert-shelved-branches}: List newest first
---
CHANGELOG| 4 ++--
lisp/magit-branch.el | 2 +-
lisp/magit-refs.el | 2 +-
3 files changed,
branch: externals/transient
commit 45de8e46f066eab3160f62cbcc76859022c9c1cc
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
transient-parse-suffix: Accept object as prefix
And if PREFIX is a symbol, actually assert that it identifies a
prefix.
---
lisp/transient.el | 12 +++
branch: elpa/magit
commit d5e0f3a6391f38fc5bd6df875ce58c85805276ed
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-wip-purge: New command
---
lisp/magit-wip.el | 21 +
1 file changed, 21 insertions(+)
diff --git a/lisp/magit-wip.el b/lisp/magit-wip.el
index 3a6c32
branch: elpa/magit
commit d01d77204f727f5d814186d287180046039270e1
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit--refresh-start-time: Make private and only let-bind
---
lisp/magit-diff.el | 2 +-
lisp/magit-mode.el | 12 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
branch: elpa/magit
commit 3a8d12b7b823d0a4bb0eeabd0a82a3b05c911343
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-sequence-insert-step: Use more appropriate face
---
lisp/magit-sequence.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-sequence.el b/li
branch: externals/transient
commit 4469c309ee8eaf8d1eac012eef1e79129ce675d1
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
transient--get-children: New alias
It won't remain an alias for long.
---
lisp/transient.el | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff
branch: elpa/magit
commit 69b310e1096265579399ec3be9af73182e7895cc
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-rebase-insert-merge-sequence: Insert sections for all steps
---
lisp/magit-sequence.el | 12 +---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/li
branch: elpa/magit
commit 04ee83d93fabbfbe202e9e7dc781b0dcd4d5b502
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Release version 4.3.5
---
CHANGELOG | 7 +++
docs/magit-section.org | 4 ++--
docs/magit-section.texi | 4 ++--
docs/magit.org | 4 ++--
docs/magit.
branch: externals/transient
commit 8b6523199b4f251b275401f7f1afc1344d4800b8
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
transient--suffix-props: New alias
That's preferable to hardcoding a magical number in several places,
and makes it possible to identify all places where w
branch: elpa/magit
commit cfe4faaaf6791e6f0aa64108b16b9b0074251fb8
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-log-refresh: Avoid wrapping magit-log-infix-arguments
If we wrap an included group that leads to surprising coordinates
when addressing groups/suffixes in the
branch: elpa/magit
commit 9f0ab85903ee024f9e29d740ecf0525c9d96da6e
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Use new transient-define-group
---
lisp/magit-diff.el | 50 +++
lisp/magit-log.el | 88 ++
2 fi
branch: elpa/magit
commit d3f275373322e8c97d9cf9adcbae76b022e5a83e
Author: Richard Sent
Commit: Jonas Bernoulli
magit-diff-visit-file: Remove inaccurate sentence from documentation
Co-authored-by: Jonas Bernoulli
---
docs/magit.org | 9 +++--
docs/magit.texi| 9 +++
branch: elpa/magit
commit 4a5a8068d35f3309d0c447487f4cc98fa1e39ed8
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-merge-dissolve: Avoid duplicating work
---
lisp/magit-merge.el | 11 +--
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/lisp/magit-merge.el b/lisp/
branch: elpa/magit
commit 312c544ffc87e56e4e62a6341c80d6106db16d09
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-section-cycle: On root section use global cycling
I recommend using `magit-section-cycle-global' instead, but if one
happened to invoke the local variant at t
branch: elpa/magit
commit 69f4c9893c8238696f8e412e35e84b0facfb5f11
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Remove unnecessary quoting from a string
---
lisp/magit-section.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-section.el b/lisp/magit-sectio
branch: elpa/magit
commit 730add35f75632bb52c1121b732c4356cfd519fe
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-section-update-highlight: Always unhighlight sections
Start doing so even after long-lines shortcuts kick in and even if the
new current section is the root s
branch: elpa/magit
commit 6acb4fff51707a7097d3b8f92d34f8ed55eadaf7
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-section-make-overlay: Remove kludge for bad user setting
We strongly discourage setting `magit-section-keep-region-overlay'
to t. If a user did that anyway t
branch: externals/transient
commit 696b7efda21336f7225e970e692ac404bf535774
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Update manual
---
docs/transient.org | 70 ++
1 file changed, 55 insertions(+), 15 deletions(-)
diff --git a/docs/
branch: elpa/magit
commit d111925220db9f93ef5ccaa32de48695f0cb8968
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
make: Do not needlessly quote every comma in generated texi files
This counters Org commit 39264d3d41213085502dc0c2572f50855ea587a1.
---
docs/Makefile | 3 +++
1 file
branch: elpa/magit
commit b382fd68722d0a5069b1367c1a807fcc05da62d4
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Update changelog
---
CHANGELOG | 12
1 file changed, 12 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG
index d79074b1ba..901caff0d7 100644
--- a/CHANGELOG
+++ b
branch: elpa/magit
commit 531e7ca6190e71e6d500ddd1a1f6e5cf8402aeca
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Release version 4.3.3
---
CHANGELOG | 2 +-
docs/magit-section.org | 4 ++--
docs/magit-section.texi | 4 ++--
docs/magit.org | 4 ++--
docs/magit.texi
branch: elpa/magit
commit deb8ff710389382fcb73d2552587f04f4b92beed
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-credential-cache-daemon-socket: Cosmetics
---
lisp/magit-process.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lisp/magit-process.el b/lisp/ma
branch: elpa/magit
commit 9040f4ba0379b8ccc6ef87030abaf904fe3cbbc3
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-diff--goto-position: Do not needlessly update highlighting
---
lisp/magit-diff.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/lisp/magit-diff.el b/lisp/magit-diff.
branch: elpa/magit
commit 58cc6d6c9b0ecf19096b2ce1185f434d9f68d4d1
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-section-hidden: New function
---
lisp/magit-section.el | 7 +++
1 file changed, 7 insertions(+)
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 9410
branch: elpa/magit
commit 3416660e2e4dfa7cd8b51c749eb7359dd85cb3d9
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-insert-shelved-branches: Fix margin highlighting
---
lisp/magit-margin.el | 1 +
lisp/magit-refs.el | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git
branch: elpa/magit
commit f88225f6a8731a5f950e7c6e4c955eddbf820c87
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Release version 4.3.4
---
CHANGELOG | 2 +-
docs/magit-section.org | 4 ++--
docs/magit-section.texi | 4 ++--
docs/magit.org | 4 ++--
docs/magit.texi
branch: elpa/magit
commit 9dbc5493bda71200afbad6b41954136d2e1fb391
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-revert-buffer: New function
Let's not complicate `magit-refresh-buffer' just because `revert-buffer'
takes additional arguments, which aren't relevant for Mag
branch: elpa/magit
commit 5876192dc6e048ba2ad5576e7a4789e22beb9877
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Update .dir-locals.el
---
.dir-locals.el | 22 --
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index 4f46
branch: elpa/magit
commit a634cf7b3ce3c578930d76df92eba59356e2399b
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-rebase--todo: Fix order of value
The order was reversed in the recent [1: 8e72767262].
1: 2025-04-15 8e7276726242ed7040a9c721a247a6d52397da95
Spee
branch: elpa/magit
commit ea5a446741110b4c3df7d89b05bf986e82685500
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Generalize selective section highlighting
Most sections are highlighted using a single overlay that covers the
complete section, including child sections, if any.
branch: elpa/magit
commit 64d3aca420254b95cd70e0943a0c1c7c98f06b1b
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit--merge-absorb: Add MESSAGE argument
`forge-pullreq-state-set-merged' is going to use this.
---
lisp/magit-merge.el | 6 --
1 file changed, 4 insertions(+), 2
branch: elpa/magit
commit 6c4c16942ab2f6a12b4670508ba7f8b9df541020
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Require empty region for single-section selection
Provided single-section selection is enabled, the selection
still becomes immediately active and visualized after
branch: elpa/magit
commit a6b968f82f0d68890d5299a4193cfbdaadf62a16
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Fix typo
---
CHANGELOG | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
index 8c1f7c04f8..52ec379b3b 100644
--- a/CHANGELOG
+++ b/CHANG
branch: elpa/magit
commit 3c9e519197931ab491ff72e0a12da64f6c923fa6
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-mouse-set-point: New command
---
lisp/magit-section.el | 6 ++
1 file changed, 6 insertions(+)
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 1ebe9
branch: elpa/magit
commit d622b408bdac0659d2f42410423915e24c2f48b0
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Bump dependencies
---
lisp/magit.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/magit.el b/lisp/magit.el
index d26faf60ab..ce633f04a6 100644
--
branch: externals/transient
commit 60d8dc4bdc68f5ce3648863ceb163cd7930bacc2
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Update changelog
---
CHANGELOG | 25 +
1 file changed, 25 insertions(+)
diff --git a/CHANGELOG b/CHANGELOG
index 18b0dd5fe0..492fdf836a 100644
branch: externals/transient
commit bcc0bf836808e156262d9ff631be7d91a0ec201d
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Improve format of layout and handling of included groups
- Improve the internal format used to store layouts. This makes
handling easier and results in
branch: elpa/magit
commit 9351171c37935a0e84c2f79bfe8e75c8fab50150
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Update texi instructions in pull-request template
---
.github/PULL_REQUEST_TEMPLATE | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/PULL_REQUEST_
branch: elpa/magit
commit bd7b7f143c006f698e6e3d1901d1948eb78eddf6
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-focused-sections: New function
---
lisp/magit-section.el | 21 -
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/lisp/magit-section.el b
branch: elpa/magit
commit dc60dbb97984e37e0f9ffae0277b2b4e448811d9
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-section-cache{,d}-visibility: Correct/add docstrings
---
lisp/magit-section.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lisp/magit-section
branch: elpa/magit
commit 2b293e69f9c351f9d8d518a25621e0295bb7f226
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-region-sections: Prevent flashing the selection overlay here
This improves upon [1: 2d5ad5d2f9]. When clicking on a diff related
list heading, that section i
branch: elpa/magit
commit c556fee1bd3ccc44da9f2322ec17dc5c3f0ef5be
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
Generalize section painting
Hunks are still the only sections whose bodies have to painted when
they are highlighted and unhighlighted. The reason this is necessar
branch: elpa/magit
commit 4fc60fdb36b74baca7421719f3a2e203ed16e6ed
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-rebase--todo: Deal with duplicated commits
Closes #5365.
---
lisp/magit-sequence.el | 12
1 file changed, 8 insertions(+), 4 deletions(-)
diff --gi
branch: elpa/magit
commit bc2a5172d267cd780bd252932093b36eebc33f45
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-section-highlight-selection: Cosmetics
---
lisp/magit-section.el | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/lisp/magit-section.el b/lisp
branch: elpa/magit
commit fa6e183b65f92ee0bd4e48a9d80b8f51587beb38
Author: Jonas Bernoulli
Commit: Jonas Bernoulli
magit-diff-scope: Fix alignment
---
lisp/magit-diff.el | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
in
1 - 100 of 132 matches
Mail list logo