Before this change any commit in your web feed had a duplicated commit
title. Old example:
FooBar committed REPOFOO 132abc: add documentation (authored by FooBar)
add documentation
After this change the commit title "add documentation" is repeated only once.
Before | After |
---|---|
So the web feed is slimmer and less distracting, more space for more useful info.
Having a NULL body seems OK. In fact, the upstream caller already skips
body rendering in that case:
P.S.
If you think it would be nice to show a second line in the body web feed,
we think so too! Look at the mentioned task and please propose that feature.
This is just an early UX fix to avoid to repeat the same info twice.
Closes T15489