svn2github icon indicating copy to clipboard operation
svn2github copied to clipboard

fix git log: use raw body %B

Open milahu opened this issue 4 years ago • 1 comments

in my case

git log -1 HEAD --pretty=%b   # returns empty
git log -1 HEAD --pretty=%B   # works

milahu avatar Oct 03 '21 11:10 milahu

merged in https://github.com/milahu/svn2github

milahu avatar Oct 03 '21 12:10 milahu