[PATCH] completion: --no-abbrev-commit for git-log and git-show
From: Michael Schubert <hidden>
Date: 2016-06-15 22:53:03
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Michael Schubert <hidden>
Date: 2016-06-15 22:53:03
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Michael Schubert <redacted> --- contrib/completion/git-completion.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index d7367e9..22d7018 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash@@ -1587,7 +1587,7 @@ _git_log () $__git_log_gitk_options --root --topo-order --date-order --reverse --follow --full-diff - --abbrev-commit --abbrev= + --abbrev-commit --no-abbrev-commit --abbrev= --relative-date --date= --pretty= --format= --oneline --cherry-pick
@@ -2384,7 +2384,7 @@ _git_show () return ;; --*) - __gitcomp "--pretty= --format= --abbrev-commit --oneline + __gitcomp "--pretty= --format= --abbrev-commit --no-abbrev-commit --online $__git_diff_common_options " return
--
1.7.9.324.g3d1db