Re: [PATCH 0/1] contrib/git-jump: support alias expansion

2019-09-04 Thread Jeff King
On Wed, Sep 04, 2019 at 01:55:00PM -0400, Taylor Blau wrote: > I often find myself parsing the output of 'git diff' (which I spell 'g > di') in less, and then wanting to jump to some specific diff in a file, > i.e., by running 'git jump diff -- '. > > But, I am so used to typing 'di' instead of '

[PATCH 0/1] contrib/git-jump: support alias expansion

2019-09-04 Thread Taylor Blau
Hi, I have been meaning to send this patch for a while, which teaches the 'git-jump' script how to respect user aliases for commands like 'diff', 'merge', and 'grep'. I often find myself parsing the output of 'git diff' (which I spell 'g di') in less, and then wanting to jump to some specific dif