Hello, I'm looking for a way to print some sort of separator between hunks when running `git add -p`, as I have a bit of trouble detecting when the previous hunk begins and the current one starts. Being able to print an empty line or a couple lines filled with "=======" would really help me out. There seems to be a StackOverflow post with a similar request but unfortunately no answers: https://stackoverflow.com/questions/68534891/insert-blank-lines-between-git-add-patch-prompts Thanks in advance for any help. Best, Eugenio