Signed-off-by: Matthieu Moy <Matthieu.Moy@xxxxxxx> --- git-rebase--interactive.sh | 2 +- t/t3404-rebase-interactive.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index 0117791..8090d80 100644 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -985,7 +985,7 @@ check_todo_list () { warn "To avoid this message, use \"drop\" to" \ "explicitly remove a commit." warn - warn "Use 'git --config rebase.missingCommitsCheck' to change" \ + warn "Use 'git config rebase.missingCommitsCheck' to change" \ "the level of warnings." warn "The possible behaviours are: ignore, warn, error." warn diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh index 9b2c51c..ebdab4b 100755 --- a/t/t3404-rebase-interactive.sh +++ b/t/t3404-rebase-interactive.sh @@ -1140,7 +1140,7 @@ Dropped commits (newer to older): - $(git rev-list --pretty=oneline --abbrev-commit -1 master) To avoid this message, use "drop" to explicitly remove a commit. -Use 'git --config rebase.missingCommitsCheck' to change the level of warnings. +Use 'git config rebase.missingCommitsCheck' to change the level of warnings. The possible behaviours are: ignore, warn, error. Successfully rebased and updated refs/heads/missing-commit. @@ -1163,7 +1163,7 @@ Dropped commits (newer to older): - $(git rev-list --pretty=oneline --abbrev-commit -1 master~2) To avoid this message, use "drop" to explicitly remove a commit. -Use 'git --config rebase.missingCommitsCheck' to change the level of warnings. +Use 'git config rebase.missingCommitsCheck' to change the level of warnings. The possible behaviours are: ignore, warn, error. You can fix this with 'git rebase --edit-todo'. -- 2.5.0.rc0.10.g7792c2a -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html