git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add --indent-heuristic to bash completion.
@ 2017-04-25 11:37 Martin Liška
  2017-04-26 19:38 ` Stefan Beller
  2017-04-27 20:48 ` SZEDER Gábor
  0 siblings, 2 replies; 5+ messages in thread
From: Martin Liška @ 2017-04-25 11:37 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 81 bytes --]

Hello.

The patch adds BASH completion for a newly added option.

Thanks,
Martin

[-- Attachment #2: 0001-Add-indent-heuristic-to-bash-completion.patch --]
[-- Type: text/x-patch, Size: 1528 bytes --]

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-04-27 20:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).