diff options
author | Jonathan Nieder <jrnieder@uchicago.edu> | 2008-07-03 00:59:09 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-05 11:24:40 -0700 |
commit | 5833d730efb7131bccbcdcab13ba56707629be2c (patch) | |
tree | 9e0299412247a17143904ea28c6642ceac073b44 /Documentation/git-svn.txt | |
parent | 2fd02c92dbb6e575b7e62ea9dfa85ef45ebe58b6 (diff) | |
download | git-5833d730efb7131bccbcdcab13ba56707629be2c.tar.gz |
manpages: italicize git subcommand names (which were in teletype font)
Italicize those git subcommand names already in teletype we missed.
Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r-- | 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 dc5b8f6c84..e7c0f1c959 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -551,7 +551,7 @@ CAVEATS For the sake of simplicity and interoperating with a less-capable system (SVN), it is recommended that all 'git-svn' users clone, fetch and dcommit -directly from the SVN server, and avoid all 'git-clone'/`pull`/`merge`/`push` +directly from the SVN server, and avoid all 'git-clone'/'pull'/'merge'/'push' operations between git repositories and branches. The recommended method of exchanging code between git branches and users is 'git-format-patch' and 'git-am', or just 'dcommit'ing to the SVN repository. |