From 3925b575687f64d49bd777ba6f64557a56b838b6 Mon Sep 17 00:00:00 2001 From: Michael J Gruber Date: Thu, 14 Apr 2011 19:53:13 +0200 Subject: [PATCH] contrib/completion: --notes, --no-notes Signed-off-by: Michael J Gruber Signed-off-by: Junio C Hamano --- contrib/completion/git-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 840ae38760..7e6a3eee84 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1584,7 +1584,7 @@ __git_log_common_options=" __git_log_gitk_options=" --dense --sparse --full-history --simplify-merges --simplify-by-decoration - --left-right + --left-right --notes --no-notes " # Options that go well for log and shortlog (not gitk) __git_log_shortlog_options=" -- 2.11.4.GIT