Merge branch 'jc/apply-reject-noop-hunk'
[gitweb.git] / contrib / subtree / git-subtree.sh
index d4dae7ab5b05b937df0dbe57edc1dcc5138a4608..07bd77c4c8c63cff3ecac05f9ce922fda5fddf67 100755 (executable)
@@ -26,7 +26,7 @@ b,branch=     create a new branch from the split subtree
 ignore-joins  ignore prior --rejoin commits
 onto=         try connecting new tree to an existing one
 rejoin        merge the new branch back into HEAD
- options for 'add', 'merge', 'pull' and 'push'
+ options for 'add', 'merge', and 'pull'
 squash        merge subtree changes as a single commit
 "
 eval "$(echo "$OPTS_SPEC" | git rev-parse --parseopt -- "$@" || echo exit $?)"