All of lore.kernel.org
 help / color / mirror / Atom feed
From: Taylor Blau <me@ttaylorr.com>
To: git@vger.kernel.org
Cc: peff@peff.net
Subject: [PATCH 0/1] contrib/git-jump: support alias expansion
Date: Wed, 4 Sep 2019 13:55:00 -0400	[thread overview]
Message-ID: <cover.1567619579.git.me@ttaylorr.com> (raw)

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 diff in a file,
i.e., by running 'git jump diff -- <filename>'.

But, I am so used to typing 'di' instead of 'diff', that I often write
the later invocation as 'g jump di -- <filename>', and 'git-jump'
complains that it doesn't know what 'di' means.

Let's rectify that by teaching it how to expand alises, which is
implemented in the patch below.

Thanks,
Taylor

Taylor Blau (1):
  contrib/git-jump/git-jump: support alias expansion

 contrib/git-jump/README   | 4 ++++
 contrib/git-jump/git-jump | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)

--
2.22.0

             reply	other threads:[~2019-09-04 17:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-04 17:55 Taylor Blau [this message]
2019-09-04 17:55 ` [PATCH 1/1] contrib/git-jump/git-jump: support alias expansion Taylor Blau
2019-09-04 20:51   ` Taylor Blau
2019-09-05  6:04 ` [PATCH 0/1] contrib/git-jump: " Jeff King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1567619579.git.me@ttaylorr.com \
    --to=me@ttaylorr.com \
    --cc=git@vger.kernel.org \
    --cc=peff@peff.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.