On Sun, Feb 28, 2016 at 12:05 PM, Lars Schneider
<larsxschnei...@gmail.com> wrote:
> On 28 Feb 2016, at 17:19, Eric Sunshine <sunsh...@sunshineco.com> wrote:
>> On Sun, Feb 28, 2016 at 5:25 AM,  <larsxschnei...@gmail.com> wrote:
>>> +git-p4.mapUser::
>>> +       Map a P4 user to a name and email address in Git. Use a string
>>> +       with the following format to create a mapping:
>>> ++
>>> +-------------
>>> +git config --add git-p4.mapUser "p4user -> First Last <m...@address.com>"
>>> +-------------
>>> ++
>>> +       A mapping will override any user information from P4. Mappings for
>>> +       multiple P4 user can be defined.
>>
>> Does this format correctly with Asciidoc, or does the pargraph need to
>> be left-justified? (I haven't tested it myself.)
> I am not exactly sure what you mean. The last paragraph is already left
> justified, no?

Sorry, I meant "does it need to be flush against the left margin (that
is column 0)?" Just picking a file at random, (say
Documentation/blame-options.txt), you see quickly that while the first
paragraph of an entry is indented, subsequent paragraphs belonging to
that entry are not.

> Do you know a good tutorial for Asciidoc? How can I/should
> I check these things?

I haven't looked at tutorial; I've merely consult the Asciidoc
documentation when needed. Assuming you have the Asciidoc toolchain
installed, the easiest way to check if it formats correctly is to run
"make html" and then look at the built Documentation/git-p4.html in a
browser.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to