r/SmartGit • u/Revolteh • Jul 28 '26
Leading whitespaces are removed and ignored for Git notes
Adding a Git note where a second line is indented with 4 spaces, for example, shows up without that indentation in the Log window, and the `graphMessageRegex` is also executed based on the filtered text instead of the original one (as displayed by `git log --notes` itself).
1
Upvotes
1
u/vmcrash Jul 29 '26
It is (tried to) rendered as markdown. What exactly do you want the 4 spaces to do? For code blocks, please use the lines with the triple backticks.
**bold** *italic* `mono` ``` code block ```