From: Yann Dirson <ydirson@altern.org>
To: git@vger.kernel.org
Cc: Yann Dirson <ydirson@altern.org>
Subject: [PATCH 3/4] git-svn.txt: fix fetch flags incorrectly documented as init flags.
Date: Mon, 6 Jul 2009 00:03:16 +0200 [thread overview]
Message-ID: <1246831397-19489-4-git-send-email-ydirson@altern.org> (raw)
In-Reply-To: <1246831397-19489-3-git-send-email-ydirson@altern.org>
Signed-off-by: Yann Dirson <ydirson@altern.org>
---
Documentation/git-svn.txt | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index b5b8366..03bc1c1 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -62,16 +62,6 @@ COMMANDS
Set the 'useSvnsyncProps' option in the [svn-remote] config.
--rewrite-root=<URL>;;
Set the 'rewriteRoot' option in the [svn-remote] config.
---use-log-author;;
- When retrieving svn commits into git (as part of fetch, rebase, or
- dcommit operations), look for the first From: or Signed-off-by: line
- in the log message and use that as the author string.
---add-author-from;;
- When committing to svn from git (as part of commit or dcommit
- operations), if the existing log message doesn't already have a
- From: or Signed-off-by: line, append a From: line based on the
- git commit's author string. If you use this, then --use-log-author
- will retrieve a valid author string for all commits.
--username=<USER>;;
For transports that SVN handles authentication for (http,
https, and plain svn), specify the username. For other
@@ -140,6 +130,17 @@ Skip "branches" and "tags" of first level directories;;
------------------------------------------------------------------------
--
+--use-log-author;;
+ When retrieving svn commits into git (as part of fetch, rebase, or
+ dcommit operations), look for the first From: or Signed-off-by: line
+ in the log message and use that as the author string.
+--add-author-from;;
+ When committing to svn from git (as part of commit or dcommit
+ operations), if the existing log message doesn't already have a
+ From: or Signed-off-by: line, append a From: line based on the
+ git commit's author string. If you use this, then --use-log-author
+ will retrieve a valid author string for all commits.
+
'clone'::
Runs 'init' and 'fetch'. It will automatically create a
directory based on the basename of the URL passed to it;
--
1.6.3.3
next prev parent reply other threads:[~2009-07-05 22:09 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-05 22:03 [PATCH 0/4] First set of improvements to git-svn user doc Yann Dirson
2009-07-05 22:03 ` [PATCH 1/4] git-svn.txt: stop using dash-form of commands Yann Dirson
2009-07-05 22:03 ` [PATCH 2/4] git-svn.txt: make formatting more consistent Yann Dirson
2009-07-05 22:03 ` Yann Dirson [this message]
2009-07-05 22:03 ` [PATCH 4/4] git-svn.txt: fix description of fetch flags accepted by clone Yann Dirson
2009-07-06 22:20 ` [PATCH 0/4] First set of improvements to git-svn user doc Eric Wong
2009-07-07 13:02 ` [PATCHv2 " Yann Dirson
2009-07-07 13:02 ` [PATCH 1/4] git-svn.txt: stop using dash-form of commands Yann Dirson
2009-07-07 13:02 ` [PATCH 2/4] git-svn.txt: make formatting more consistent Yann Dirson
2009-07-07 13:02 ` [PATCH 3/4] git-svn.txt: fix fetch flags incorrectly documented as init flags Yann Dirson
2009-07-07 13:02 ` [PATCH 4/4] git-svn.txt: fix description of fetch flags accepted by clone Yann Dirson
2009-07-07 13:22 ` [PATCH 0/4] First set of improvements to git-svn user doc Yann Dirson
2009-07-07 20:22 ` [PATCHv3 " Yann Dirson
2009-07-07 20:22 ` [PATCH 1/4] git-svn.txt: stop using dash-form of commands Yann Dirson
2009-07-07 20:22 ` [PATCH 2/4] git-svn.txt: make formatting more consistent Yann Dirson
2009-07-07 20:22 ` [PATCH 3/4] git-svn.txt: fix fetch flags incorrectly documented as init flags Yann Dirson
2009-07-07 20:22 ` [PATCH 4/4] git-svn.txt: fix description of fetch flags accepted by clone Yann Dirson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1246831397-19489-4-git-send-email-ydirson@altern.org \
--to=ydirson@altern.org \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).