From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: Doron Behar <doron.behar@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Feature Request: Add diff.word-diff <mode> and perhaps diff.word-diff-regex <regex> configuration options to enable always using word-diffs in git diff
Date: Sat, 14 Apr 2018 22:07:26 +0200 [thread overview]
Message-ID: <87604tft6p.fsf@evledraar.gmail.com> (raw)
In-Reply-To: <20180414200227.b35bdkir6ygio5is@NUC.doronbehar.com>
On Sat, Apr 14 2018, Doron Behar wrote:
> I've just came across the wonderful command line option for `git diff`:
> `--word-diff`. It could be great to have a configuration option that
> will enable this feature by default when running `git diff`.
Do you know you can do:
git config --global alias.wdiff "diff --word-diff"
?
next prev parent reply other threads:[~2018-04-14 20:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-14 20:02 Feature Request: Add diff.word-diff <mode> and perhaps diff.word-diff-regex <regex> configuration options to enable always using word-diffs in git diff Doron Behar
2018-04-14 20:07 ` Ævar Arnfjörð Bjarmason [this message]
2018-04-15 21:13 ` Junio C Hamano
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=87604tft6p.fsf@evledraar.gmail.com \
--to=avarab@gmail.com \
--cc=doron.behar@gmail.com \
--cc=git@vger.kernel.org \
/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.