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 | 898e52b5598f3d1759715654f7e6cba6bfa5608f (patch) | |
tree | d2ff8332cc0727b6580dc32bea25ce7ba77449a0 | |
parent | c67d35f8a5a2c3b7feac8e8f5416f4415f9d0d77 (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 |