From 7e9857b7f08e5a2ea1eae8ff4b6d3ee80bec67ab Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 16 Jun 2015 18:08:01 -0600 Subject: git-rewrite-branch: --svn was in the usage text twice. --- git-rewrite-branch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/git-rewrite-branch b/git-rewrite-branch index 970229d..6e37cc4 100755 --- a/git-rewrite-branch +++ b/git-rewrite-branch @@ -5,7 +5,7 @@ set -eE -USAGE='[-h|-v|--no-tag|--tag=tag] ...' +USAGE='[-h|-v|--no-tag|--tag=tag|--svn] ...' LONG_USAGE='Like filter-branch, but can be used to update branches. This creates or updates from . If already @@ -22,13 +22,12 @@ does not need to be edited. -h Show this text -v Be more verbose - --svn Use an existing "git-svn-id" instead of "git-rewrite-id" - (in-branch was generated by git-svn) --tag= Use the exiting as found in , instead of the commit hash. --no-tag Disregard a previous "--tag="; set "git-rewrite-id" to the commit hash. - --svn An alias for "--tag=git-svn-id" + --svn An alias for "--tag=git-svn-id" (use if was + generated by `git-svn`). is passed directly to `git filter-branch`, and therefore has the same format. -- cgit v1.1-4-g5e80