From d117452a801af081ebaf2c516e2d715eacf37601 Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Wed, 31 Jan 2007 14:10:37 -0500 Subject: tone down the detached head warning This is not meant to frighten people or even to suggest they might be doing something wrong, but rather to notify them of a state change and provide a likely option in the case this state was entered by mistake. Signed-off-by: Nicolas Pitre Signed-off-by: Junio C Hamano diff --git a/git-checkout.sh b/git-checkout.sh index 8500f51..0bae86e 100755 --- a/git-checkout.sh +++ b/git-checkout.sh @@ -155,9 +155,9 @@ then detached="$new" if test -n "$oldbranch" then - detach_warn="warning: you are not on ANY branch anymore. -If you meant to create a new branch from this checkout, you may still do -so (now or later) by using -b with the checkout command again. Example: + detach_warn="Note: you are not on ANY branch anymore. +If you want to create a new branch from this checkout, you may do so +(now or later) by using -b with the checkout command again. Example: git checkout -b " fi elif test -z "$oldbranch" && test -n "$branch" -- cgit v0.10.2-6-g49f6