* What does mean of commits prefix ; ?
@ 2024-04-03 21:28 Feng Shu
2024-04-03 21:46 ` Stephen Berman
0 siblings, 1 reply; 3+ messages in thread
From: Feng Shu @ 2024-04-03 21:28 UTC (permalink / raw)
To: emacs-devel
Hello:
I have found that many commits prefix ';', is it has
special mean?
for example:
e95a8622263 ; * lisp/keymap.el (key-parse): Fix processing of "[TAB]". (Bug#69893)
afb7a23e7b9 ; Improve documentation of 'backup-by-copying'
--
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: What does mean of commits prefix ; ?
2024-04-03 21:28 What does mean of commits prefix ; ? Feng Shu
@ 2024-04-03 21:46 ` Stephen Berman
2024-04-03 22:16 ` Feng Shu
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Berman @ 2024-04-03 21:46 UTC (permalink / raw)
To: Feng Shu; +Cc: emacs-devel
On Thu, 04 Apr 2024 05:28:02 +0800 Feng Shu <tumashu@163.com> wrote:
> Hello:
>
> I have found that many commits prefix ';', is it has
> special mean?
>
> for example:
>
> e95a8622263 ; * lisp/keymap.el (key-parse): Fix processing of "[TAB]". (Bug#69893)
> afb7a23e7b9 ; Improve documentation of 'backup-by-copying'
This is explained the the CONTRIBUTE file in the Emacs sources:
If the summary line starts with a semicolon and a space "; ", the
commit message will be skipped and not added to the generated
ChangeLog file. Use this for minor commits that do not need to be
mentioned in the ChangeLog file, such as changes in etc/NEWS, typo
fixes, etc.
Steve Berman
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: What does mean of commits prefix ; ?
2024-04-03 21:46 ` Stephen Berman
@ 2024-04-03 22:16 ` Feng Shu
0 siblings, 0 replies; 3+ messages in thread
From: Feng Shu @ 2024-04-03 22:16 UTC (permalink / raw)
To: Stephen Berman; +Cc: emacs-devel
Stephen Berman <stephen.berman@gmx.net> writes:
> On Thu, 04 Apr 2024 05:28:02 +0800 Feng Shu <tumashu@163.com> wrote:
>
>> Hello:
>>
>> I have found that many commits prefix ';', is it has
>> special mean?
>>
>> for example:
>>
>> e95a8622263 ; * lisp/keymap.el (key-parse): Fix processing of "[TAB]". (Bug#69893)
>> afb7a23e7b9 ; Improve documentation of 'backup-by-copying'
>
> This is explained the the CONTRIBUTE file in the Emacs sources:
>
> If the summary line starts with a semicolon and a space "; ", the
> commit message will be skipped and not added to the generated
> ChangeLog file. Use this for minor commits that do not need to be
> mentioned in the ChangeLog file, such as changes in etc/NEWS, typo
> fixes, etc.
>
> Steve Berman
Thanks!
--
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-04-03 22:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-03 21:28 What does mean of commits prefix ; ? Feng Shu
2024-04-03 21:46 ` Stephen Berman
2024-04-03 22:16 ` Feng Shu
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.