Re: [PATCH v1] git-p4: map a P4 user to Git author name and email address
From: Eric Sunshine <hidden>
Date: 2016-06-15 23:08:32
On Sun, Feb 28, 2016 at 12:05 PM, Lars Schneider [off-list ref] wrote:
On 28 Feb 2016, at 17:19, Eric Sunshine [off-list ref] wrote:quoted
On Sun, Feb 28, 2016 at 5:25 AM, [off-list ref] wrote:quoted
+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 [off-list ref]" +------------- ++ + 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.