[RFC] git-log should use the same diff-options as git-show

2016-03-19 Thread Henning Moll
Hi Recently i stumbled upon an old stash entry. It was clear to me that the stash only contained non-indexed worktree changes. So i assumed to get insight by doing $ git log -1 -p stash@{0} But surprisingly the result was "no patch" (The problem which i was not aware at that time was the fac

Re: [RFC] git-log should use the same diff-options as git-show

2016-03-18 Thread Stefan Beller
On Fri, Mar 18, 2016 at 2:47 PM, Henning Moll wrote: > Hi > > Recently i stumbled upon an old stash entry. It was clear to me that the > stash only contained non-indexed worktree changes. So i assumed to get > insight by doing > > $ git log -1 -p stash@{0} > > But surprisingly the result was "