From 5203a81dd7b367337f617367f89c37c442c3a8fc Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Wed, 9 Jul 2025 15:48:09 -0600 Subject: [PATCH] update 'description' in issue 9502937b139b797f94eb422651417757 --- 9502937b139b797f94eb422651417757/description | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 9502937b139b797f94eb422651417757/description diff --git a/9502937b139b797f94eb422651417757/description b/9502937b139b797f94eb422651417757/description new file mode 100644 index 0000000..5dbd141 --- /dev/null +++ b/9502937b139b797f94eb422651417757/description @@ -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.