diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2011-02-17 08:48:06 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-02-17 11:49:54 -0800 |
commit | 3b0d24053b50d8da76de28ea5f0d3947fa3d2194 (patch) | |
tree | e9e845e670e1bd60289e197e8eb1aff0a9283f98 /Documentation/git-svn.txt | |
parent | 41dbcd45409b2986c011e67dd9e2b4d3072fc88d (diff) | |
download | git-3b0d24053b50d8da76de28ea5f0d3947fa3d2194.tar.gz |
Make <identifier> lowercase in Documentation
Leaving uppercase abbreviations (e.g. URL) and an identifier named after
an upercase env variable (CVSROOT) in place, this adjusts the few
remaining cases and fixes an unidentified identifier along the way.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r-- | Documentation/git-svn.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 0ade2ce54e..e161a40a73 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -66,7 +66,7 @@ COMMANDS Set the 'rewriteRoot' option in the [svn-remote] config. --rewrite-uuid=<UUID>;; Set the 'rewriteUUID' option in the [svn-remote] config. ---username=<USER>;; +--username=<user>;; For transports that SVN handles authentication for (http, https, and plain svn), specify the username. For other transports (eg svn+ssh://), you must include the username in @@ -443,8 +443,8 @@ OPTIONS Only used with the 'init' command. These are passed directly to 'git init'. --r <ARG>:: ---revision <ARG>:: +-r <arg>:: +--revision <arg>:: Used with the 'fetch' command. + This allows revision ranges for partial/cauterized history |