<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/vc, branch scratch/tty-child-frames</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>; Insert "Stealing lock" at the beginning of a message</title>
<updated>2024-11-08T16:29:41+00:00</updated>
<author>
<name>Philip Kaludercic</name>
</author>
<published>2024-10-26T07:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=551d1a2cd73bb3df2cad0f1f5b5d1628bb138483'/>
<id>551d1a2cd73bb3df2cad0f1f5b5d1628bb138483</id>
<content type='text'>
* lisp/vc/vc.el (vc-steal-lock): Use 'mail-text' instead of
jumping to 'point-max', to avoid inserting the message after
signatures.  (Bug#74027)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc.el (vc-steal-lock): Use 'mail-text' instead of
jumping to 'point-max', to avoid inserting the message after
signatures.  (Bug#74027)
</pre>
</div>
</content>
</entry>
<entry>
<title>; * lisp/vc/smerge-mode.el: Fix typo in comment.</title>
<updated>2024-10-31T15:28:44+00:00</updated>
<author>
<name>Robert Pluim</name>
</author>
<published>2024-10-31T15:26:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9fe7b8ca418002c6b253a8cb154edb1da24a8643'/>
<id>9fe7b8ca418002c6b253a8cb154edb1da24a8643</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Revise improvements to vc-git-stash-read</title>
<updated>2024-10-30T01:34:12+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2024-10-30T01:34:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=679c0c7b940687a63937a361d0439c68b7bf4d51'/>
<id>679c0c7b940687a63937a361d0439c68b7bf4d51</id>
<content type='text'>
* lisp/vc/vc-git.el (vc-git-stash-read): Use a keyword argument.
Abbreviate the prompt reference to the most recent stash.
(vc-git-stash-pop): Update call to vc-git-stash-read.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc-git.el (vc-git-stash-read): Use a keyword argument.
Abbreviate the prompt reference to the most recent stash.
(vc-git-stash-pop): Update call to vc-git-stash-read.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * lisp/vc/vc-git.el (vc-git-stash-read): Use string-empty-p.</title>
<updated>2024-10-29T12:55:03+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2024-10-29T12:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6a2e49e53f1072bf1b41e113531627024d8b9845'/>
<id>6a2e49e53f1072bf1b41e113531627024d8b9845</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * lisp/vc/vc-git.el (vc-deduce-fileset): Declare.</title>
<updated>2024-10-29T12:32:21+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2024-10-29T12:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4024c5db892b910ee66167479596131c8d64841f'/>
<id>4024c5db892b910ee66167479596131c8d64841f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve prompting for git stashes</title>
<updated>2024-10-29T12:06:48+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2024-10-29T11:55:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=90ffe8a36b16801eaf0ca9b0ffca07156cf3c26d'/>
<id>90ffe8a36b16801eaf0ca9b0ffca07156cf3c26d</id>
<content type='text'>
* lisp/vc/vc-git.el (vc-git-stash-read): New DEFAULT-MOST-RECENT
optional argument.  Use format-prompt.  Signal user-error
immediately if there are no stashes.  Rewrite docstring.
(vc-git-stash-show, vc-git-stash-apply, vc-git-stash-pop)
(vc-git-stash-delete): Drop trailing ": " from prompts.
(vc-git-stash-pop): Pass non-nil DEFAULT-MOST-RECENT to
vc-git-stash-read.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc-git.el (vc-git-stash-read): New DEFAULT-MOST-RECENT
optional argument.  Use format-prompt.  Signal user-error
immediately if there are no stashes.  Rewrite docstring.
(vc-git-stash-show, vc-git-stash-apply, vc-git-stash-pop)
(vc-git-stash-delete): Drop trailing ": " from prompts.
(vc-git-stash-pop): Pass non-nil DEFAULT-MOST-RECENT to
vc-git-stash-read.
</pre>
</div>
</content>
</entry>
<entry>
<title>VC Git: Use vc-deduce-fileset to determine what to stash</title>
<updated>2024-10-29T12:06:48+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2024-10-29T11:25:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4a49c50a4c351503a94c223da05888e5fd3d4fa1'/>
<id>4a49c50a4c351503a94c223da05888e5fd3d4fa1</id>
<content type='text'>
* lisp/vc/vc-git.el (vc-git--deduce-files-for-stash): New function.
(vc-git-stash, vc-git-stash-snapshot): Use it to determine what
to stash.  Update and expand docstrings.
(vc-git-stash-snapshot): No longer unconditionally snapshot all
uncommitted changes across the whole working tree.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc-git.el (vc-git--deduce-files-for-stash): New function.
(vc-git-stash, vc-git-stash-snapshot): Use it to determine what
to stash.  Update and expand docstrings.
(vc-git-stash-snapshot): No longer unconditionally snapshot all
uncommitted changes across the whole working tree.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * lisp/vc/log-edit.el (log-edit-diff-function): Tweak formatting.</title>
<updated>2024-10-29T04:58:08+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2024-10-29T04:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=15b9d99cef63f6743e49d350136157bd42d362e9'/>
<id>15b9d99cef63f6743e49d350136157bd42d362e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/vc/log-edit.el (log-edit-diff-function): Document.</title>
<updated>2024-10-29T04:56:06+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2024-10-29T04:52:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c7a1fafa992b217014430fb30fd09c8e037227e0'/>
<id>c7a1fafa992b217014430fb30fd09c8e037227e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix window selection after log-edit-show-diff</title>
<updated>2024-10-29T01:40:39+00:00</updated>
<author>
<name>Sean Whitton</name>
</author>
<published>2024-10-29T01:40:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=40cf6f9009209b8c3363d057882611cd5d56f853'/>
<id>40cf6f9009209b8c3363d057882611cd5d56f853</id>
<content type='text'>
* lisp/vc/vc.el (vc-diff-patch-string): Use display-buffer, not
pop-to-buffer, for consistency with log-edit-diff-fileset.
(vc-modify-change-comment): Use save-selected-window around
vc-diff-internal to avoid leaving the *vc-diff* window selected,
for consistency with log-edit-diff-fileset.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/vc/vc.el (vc-diff-patch-string): Use display-buffer, not
pop-to-buffer, for consistency with log-edit-diff-fileset.
(vc-modify-change-comment): Use save-selected-window around
vc-diff-internal to avoid leaving the *vc-diff* window selected,
for consistency with log-edit-diff-fileset.
</pre>
</div>
</content>
</entry>
</feed>
