Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-rebase.sh: fix typos in error messages
author
Ralf Thielow
<ralf.thielow@gmail.com>
Fri, 28 Sep 2018 19:28:49 +0000
(21:28 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 28 Sep 2018 21:55:12 +0000
(14:55 -0700)
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase.sh
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
fe8321e
)
diff --git
a/git-rebase.sh
b/git-rebase.sh
index 797344764510e0a2b09bf91af08c528411a9025b..45b6ee9c0ec14e924a5864fa31d93f0ca65b32d0 100755
(executable)
--- a/
git-rebase.sh
+++ b/
git-rebase.sh
@@
-553,15
+553,15
@@
then
# Note: incompatibility with --interactive is just a strong warning;
# git-rebase.txt caveats with "unless you know what you are doing"
test -n "$rebase_merges" &&
# Note: incompatibility with --interactive is just a strong warning;
# git-rebase.txt caveats with "unless you know what you are doing"
test -n "$rebase_merges" &&
- die "$(gettext "error: cannot combine '--preserve
_
merges' with '--rebase-merges'")"
+ die "$(gettext "error: cannot combine '--preserve
-
merges' with '--rebase-merges'")"
fi
if test -n "$rebase_merges"
then
test -n "$strategy_opts" &&
fi
if test -n "$rebase_merges"
then
test -n "$strategy_opts" &&
- die "$(gettext "error: cannot combine '--rebase
_
merges' with '--strategy-option'")"
+ die "$(gettext "error: cannot combine '--rebase
-
merges' with '--strategy-option'")"
test -n "$strategy" &&
test -n "$strategy" &&
- die "$(gettext "error: cannot combine '--rebase
_
merges' with '--strategy'")"
+ die "$(gettext "error: cannot combine '--rebase
-
merges' with '--strategy'")"
fi
if test -z "$rebase_root"
fi
if test -z "$rebase_root"