The log --format="%d" includes preceding space:
$ git log -n1 --format="XX%dXX" HEAD
XX (HEAD -> master)XX
I know of no other % that is output in this way.
Is there a way of removing this preceding space through the format
string, or will it need to be a code change?
--
Tom Hale
Given:
1) git version 2.10.0.GIT
2) The following configuration:
===
[core]
pager = less -FRX --tabs=4
[pager]
add = true
===
3) A patch hunk longer than a screen
THEN:
less will be invoked as expected.
However, upon exiting less, I am dropped bac
2 matches
Mail list logo