I want to pad spaces on the left of user name,
<code>[rebase]
instructionFormat = %>(10,ltrunc)%al %as %s
</code>
<code>[rebase]
instructionFormat = %>(10,ltrunc)%al %as %s
</code>
[rebase]
instructionFormat = %>(10,ltrunc)%al %as %s
However above line does not work, it has no pading effect, but if I add any char on the lef t of % then it works. the same format works from command line…
<code>git log -n 10 --pretty=format:"%>(10)%al %as %s"
</code>
<code>git log -n 10 --pretty=format:"%>(10)%al %as %s"
</code>
git log -n 10 --pretty=format:"%>(10)%al %as %s"