Browse Source

git-merge-octopus: do not capitalize "octopus"

In English, only proper nouns are capitalized.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Alex Henrie 8 years ago committed by Junio C Hamano
parent
commit
1c67d534d9
  1. 4
      git-merge-octopus.sh

4
git-merge-octopus.sh

@ -30,7 +30,7 @@ do @@ -30,7 +30,7 @@ do
esac
done

# Reject if this is not an Octopus -- resolve should be used instead.
# Reject if this is not an octopus -- resolve should be used instead.
case "$remotes" in
?*' '?*)
;;
@ -59,7 +59,7 @@ do @@ -59,7 +59,7 @@ do
# conflicts. Last round failed and we still had
# a head to merge.
gettextln "Automated merge did not work."
gettextln "Should not be doing an Octopus."
gettextln "Should not be doing an octopus."
exit 2
esac


Loading…
Cancel
Save