git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-svn: clarify documentation of dcommit sub-command
@ 2012-05-07 13:48 Jon Seymour
  2012-05-09 17:19 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Jon Seymour @ 2012-05-07 13:48 UTC (permalink / raw)
  To: git; +Cc: trast, Jon Seymour

Clarify that the optional "revision or branch" argument on dcommit sub-command refers to a
git branch not an SVN branch.

If the user's intent is to commit the current series of commits onto a specific SVN branch
rather than the trunk, the existing wording might lead them to believe that the optional
argument may be a means to achieve this.

The rewording clarifies that the optional argument actually refers to the source git
branch, not the target svn branch.

Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
---
 Documentation/git-svn.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 34ee785..c516283 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -197,7 +197,7 @@ and have no uncommitted changes.
 	pull or merge) your commits against the latest changes in the
 	SVN repository.
 	An optional revision or branch argument may be specified, and
-	causes 'git svn' to do all work on that revision/branch
+	causes 'git svn' to do all work on that git revision/branch
 	instead of HEAD.
 	This is advantageous over 'set-tree' (below) because it produces
 	cleaner, more linear history.
-- 
1.7.9.264.g3fbfe6

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-10 19:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-07 13:48 [PATCH] git-svn: clarify documentation of dcommit sub-command Jon Seymour
2012-05-09 17:19 ` Junio C Hamano
2012-05-10 19:13   ` Eric Wong

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).