git show -s --format='The following changes since commit %H:
@ -71,7 +97,7 @@ git show -s --format='The following changes since commit %H:
@@ -71,7 +97,7 @@ git show -s --format='The following changes since commit %H:
are available in the git repository at:
' $baserev &&
echo " $url${branch+ $branch}" &&
echo " $url${ref+ $ref}" &&
git show -s --format='
for you to fetch changes up to %H:
@ -81,7 +107,7 @@ for you to fetch changes up to %H:
@@ -81,7 +107,7 @@ for you to fetch changes up to %H:
if test -n "$branch_name"
then
echo "(from the branch description for $branch local branch)"
echo "(from the branch description for $branch_name local branch)"
echo
git config "branch.$branch_name.description"
fi &&
@ -101,7 +127,7 @@ fi &&
@@ -101,7 +127,7 @@ fi &&