summaryrefslogtreecommitdiff
path: root/Documentation/git-merge-index.txt
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@uchicago.edu>2008-07-03 05:37:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-07-05 18:24:39 (GMT)
commit0979c106498f21838140313b485f90faf06f454f (patch)
treea5fdc36e5afcaf1557fd3389ca32bd08d8a2fe36 /Documentation/git-merge-index.txt
parent04c2407eafa0361439a60fd6240447f3404d014b (diff)
downloadgit-0979c106498f21838140313b485f90faf06f454f.zip
git-0979c106498f21838140313b485f90faf06f454f.tar.gz
git-0979c106498f21838140313b485f90faf06f454f.tar.bz2
manpages: italicize command names
This includes nongit commands like RCS 'merge'. This patch only italicizes names of commands if they had no formatting before. Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-merge-index.txt')
-rw-r--r--Documentation/git-merge-index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-merge-index.txt b/Documentation/git-merge-index.txt
index 4368084..4f04bbb 100644
--- a/Documentation/git-merge-index.txt
+++ b/Documentation/git-merge-index.txt
@@ -41,7 +41,7 @@ processes them in turn only stopping if merge returns a non-zero exit
code.
Typically this is run with a script calling git's imitation of
-the merge command from the RCS package.
+the 'merge' command from the RCS package.
A sample script called `git-merge-one-file` is included in the
distribution.