update 'description' in issue 9502937b139b797f94eb422651417757

This commit is contained in:
Sebastian Kuzminsky 2025-07-09 15:48:09 -06:00
parent a46c32c9ff
commit 5203a81dd7

View file

@ -0,0 +1,13 @@
visually distinguish issues and comments from each other
`git log` does it well:
* The first line of each commit (that says `commit SHA`) is in a
different color
* The commit message is indented, making it visually distinctive from
the commit header which is not indented
* There's a blank line after each commit, before the next one starts
Something similar in `ent show` would be good.