Format for %d includes unwanted preceding space

2016-10-06 Thread Ravi (Tom) Hale
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

Setting pager.add=true breaks add --patch

2016-10-02 Thread Ravi (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