summaryrefslogtreecommitdiff
path: root/contrib/examples
diff options
context:
space:
mode:
authorJustin Lebar <jlebar@google.com>2014-03-31 22:11:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-03-31 22:17:56 (GMT)
commite34b272344c1e7eb640dcce5990a75460240daed (patch)
treeae0fc191413c1725230c2e85359f28113d3f697f /contrib/examples
parenta58088abe2011b6f486de8acd54432f6d9bcecfc (diff)
downloadgit-e34b272344c1e7eb640dcce5990a75460240daed.zip
git-e34b272344c1e7eb640dcce5990a75460240daed.tar.gz
git-e34b272344c1e7eb640dcce5990a75460240daed.tar.bz2
contrib: fix misuses of "nor"
Signed-off-by: Justin Lebar <jlebar@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/examples')
-rwxr-xr-xcontrib/examples/git-commit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/examples/git-commit.sh b/contrib/examples/git-commit.sh
index 23ffb02..4aab1a6 100755
--- a/contrib/examples/git-commit.sh
+++ b/contrib/examples/git-commit.sh
@@ -280,7 +280,7 @@ case "$#,$also,$only,$amend" in
0,,,*)
;;
*,,,*)
- only_include_assumed="# Explicit paths specified without -i nor -o; assuming --only paths..."
+ only_include_assumed="# Explicit paths specified without -i or -o; assuming --only paths..."
also=
;;
esac