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 | f6698d890ea788c43f60a572399a29587f2c112d (patch) | |
tree | 369d0b537f966e1188de1f8d38edad76945d9af7 | |
parent | 537340f5670ddc417929633aa5d6943ccabd73de (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. |