diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-16 18:03:23 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-16 18:03:23 -0600 |
commit | 6462f0318839ceeda0a8e97bba9441e0b88a57db (patch) | |
tree | bb3eccb0285741bbe7bea9589733c6139393f0fb | |
parent | 898e52b5598f3d1759715654f7e6cba6bfa5608f (diff) |
git-rewrite-branch: fix mistake in the usage text
-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 0cdcb02..970229d 100755 --- a/git-rewrite-branch +++ b/git-rewrite-branch @@ -8,7 +8,7 @@ set -eE USAGE='[-h|-v|--no-tag|--tag=tag] <in-branch> <out-branch> <filters>...' LONG_USAGE='Like filter-branch, but can be used to update branches. -This creates or updates <out-branch> from <in-branch>. If <in-branch> already +This creates or updates <out-branch> from <in-branch>. If <out-branch> already exists, it only runs new commits through the filter. This way, this can be used to pull from a remote repository with a different layout than yours. |