Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-merge-octopus: do not capitalize "octopus"
author
Alex Henrie
<alexhenrie24@gmail.com>
Thu, 8 Sep 2016 04:34:40 +0000
(22:34 -0600)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 8 Sep 2016 19:17:10 +0000
(12:17 -0700)
In English, only proper nouns are capitalized.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-merge-octopus.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
7c406bd
)
diff --git
a/git-merge-octopus.sh
b/git-merge-octopus.sh
index 308eafd1d38422ce5e9d4c8d90050a28795479f9..bcf0d92ec223bf9e1f0995c5acef6376d1299502 100755
(executable)
--- a/
git-merge-octopus.sh
+++ b/
git-merge-octopus.sh
@@
-30,7
+30,7
@@
do
esac
done
-# Reject if this is not an
O
ctopus -- resolve should be used instead.
+# Reject if this is not an
o
ctopus -- resolve should be used instead.
case "$remotes" in
?*' '?*)
;;
@@
-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
O
ctopus."
+ gettextln "Should not be doing an
o
ctopus."
exit 2
esac