Skip to content

Commit 1c67d53

Browse files
alexhenriegitster
authored andcommitted
git-merge-octopus: do not capitalize "octopus"
In English, only proper nouns are capitalized. Signed-off-by: Alex Henrie <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7c406bd commit 1c67d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git-merge-octopus.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ do
3030
esac
3131
done
3232

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

0 commit comments

Comments
 (0)