Re: [RFC] Commit message format

2020-02-09 Thread David Kastrup
Jonas Hahnfeld via Discussions on LilyPond development writes: > For SHA1, I'd recommend using more than 6 chars to avoid collisions. > The Linux kernel encourages 12 characters [1], but I think we are good > with less. $ git log --oneline currently shows 10 chars for the > LilyPond repo, that sh

Re: [RFC] Commit message format

2020-02-09 Thread Jonas Hahnfeld via Discussions on LilyPond development
Am Freitag, den 07.02.2020, 12:37 -0500 schrieb Dan Eble: > On Feb 7, 2020, at 10:39, Han-Wen Nienhuys < > hanw...@gmail.com > > wrote: > > There are a couple of downsides to this format: > > * The number takes up space in the > >git log --format=short > > upside: the number appears in git log

Re: [RFC] Commit message format

2020-02-08 Thread Janek Warchoł
+1 to all parts of the proposal from me. pt., 7 lut 2020 o 16:39 Han-Wen Nienhuys napisał(a): > Currently, on push most our commit messages look like: > > Issue XXX: Subject > > Body > Body > > > There are a couple of downsides to this format: > > * The number takes up space in the >

Re: [RFC] Commit message format

2020-02-07 Thread Dan Eble
On Feb 7, 2020, at 10:39, Han-Wen Nienhuys wrote: > > There are a couple of downsides to this format: > * The number takes up space in the >git log --format=short upside: the number appears in git log —format=short > * The number is meaningless without the site that hosts the tracker exagg

[RFC] Commit message format

2020-02-07 Thread Han-Wen Nienhuys
Currently, on push most our commit messages look like: Issue XXX: Subject Body Body There are a couple of downsides to this format: * The number takes up space in the git log --format=short output * The number is meaningless without the site that hosts the tracker Proposa