From: "SZEDER Gábor" <szeder.dev@gmail.com>
To: "Martin Liška" <mliska@suse.cz>
Cc: "SZEDER Gábor" <szeder.dev@gmail.com>, git@vger.kernel.org
Subject: Re: [PATCH] Add --indent-heuristic to bash completion.
Date: Thu, 27 Apr 2017 22:48:36 +0200 [thread overview]
Message-ID: <20170427204836.14129-1-szeder.dev@gmail.com> (raw)
In-Reply-To: <bbcbdf11-5065-8fcb-d78e-74db03814781@suse.cz>
> The patch adds BASH completion for a newly added option.
There is a '--no-indent-heuristic' option, too, and a
'diff.indentHeuristic' config variable as well.
I'm not sure it's worth it, though. As far as I remember the future
plans for indent heuristics, this option and config variable are only
temporary, and this heuristic will become the default after a few
releases of testing anyway (assuming that nothing prohibitive pops up
in the meantime).
> --------------5BA49415AE751679784E55AA
> Content-Type: text/x-patch;
> name="0001-Add-indent-heuristic-to-bash-completion.patch"
> Content-Transfer-Encoding: 7bit
> Content-Disposition: attachment;
> filename="0001-Add-indent-heuristic-to-bash-completion.patch"
>
> >From 316355276a9772cdfdd24a81f19400f176944df2 Mon Sep 17 00:00:00 2001
> From: marxin <mliska@suse.cz>
> Date: Tue, 25 Apr 2017 13:35:17 +0200
> Subject: [PATCH] Add --indent-heuristic to bash completion.
>
> Signed-off-by: Martin Liska <mliska@suse.cz>
> ---
> contrib/completion/git-completion.bash | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
> index 1150164d5..8fb25594c 100644
> --- a/contrib/completion/git-completion.bash
> +++ b/contrib/completion/git-completion.bash
> @@ -1395,7 +1395,7 @@ __git_diff_common_options="--stat --numstat --shortstat --summary
> --quiet --ext-diff --no-ext-diff
> --no-prefix --src-prefix= --dst-prefix=
> --inter-hunk-context=
> - --patience --histogram --minimal
> + --patience --histogram --indent-heuristic --minimal
> --raw --word-diff --word-diff-regex=
> --dirstat --dirstat= --dirstat-by-file
> --dirstat-by-file= --cumulative
> @@ -1482,6 +1482,7 @@ __git_format_patch_options="
> --not --all --cover-letter --no-prefix --src-prefix= --dst-prefix=
> --inline --suffix= --ignore-if-in-upstream --subject-prefix=
> --output-directory --reroll-count --to= --quiet --notes
> + --indent-heuristic
> "
>
> _git_format_patch ()
> @@ -1681,6 +1682,7 @@ __git_log_common_options="
> --min-age= --until= --before=
> --min-parents= --max-parents=
> --no-min-parents --no-max-parents
> + --indent-heuristic
> "
> # Options that go well for log and gitk (not shortlog)
> __git_log_gitk_options="
> --
> 2.12.2
prev parent reply other threads:[~2017-04-27 20:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-25 11:37 [PATCH] Add --indent-heuristic to bash completion Martin Liška
2017-04-26 19:38 ` Stefan Beller
2017-04-27 9:09 ` Martin Liška
2017-04-27 16:37 ` Stefan Beller
2017-04-27 20:48 ` SZEDER Gábor [this message]
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=20170427204836.14129-1-szeder.dev@gmail.com \
--to=szeder.dev@gmail.com \
--cc=git@vger.kernel.org \
--cc=mliska@suse.cz \
/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.