diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-16 18:01:05 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-16 18:01:05 -0600 |
commit | 537340f5670ddc417929633aa5d6943ccabd73de (patch) | |
tree | 2232703d8b99abef4cd1c3874da8b48b4bf97132 | |
parent | 81a06dee07d59095ed08241f406fa41835c678d9 (diff) |
git-rewrite-branch: fix typo
-rwxr-xr-x | git-rewrite-branch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-rewrite-branch b/git-rewrite-branch index c7b3e9f..0cdcb02 100755 --- a/git-rewrite-branch +++ b/git-rewrite-branch @@ -33,7 +33,7 @@ does not need to be edited. <filters> is passed directly to `git filter-branch`, and therefore has the same format. ' -SUBDIRECTORY_OP=Yes +SUBDIRECTORY_OK=Yes OPTIONS_SPEC= . git-sh-setup . git-sh-i18n |