Merge branch 'js/rebase-typo-branch-squelch-usage'

* js/rebase-typo-branch-squelch-usage:
  rebase: do not print lots of usage hints after an obvious error message
This commit is contained in:
Junio C Hamano 2011-07-13 14:31:38 -07:00
Родитель af52e6b06a 34840db834
Коммит 55272570db
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -441,8 +441,7 @@ case "$#" in
then
head_name="detached HEAD"
else
echo >&2 "fatal: no such branch: $1"
usage
die "fatal: no such branch: $1"
fi
;;
*)