I am trying to format my git log
output with pretty formats. So far so good, but when using the 50/72 pattern, the wrapped body breaks the format (screenshot below for reference).
Is there a way to keep the format of the first body line on the subsequent lines?
Pretty format I am using:
git log --graph --format=format:" | %C(bold yellow)%D%Creset%n | %Cred%h%Creset | %C(cyan)%an%Creset | %Cgreen%cr%Creset%n | %s%n | %C(dim normal)%b%n"