@@ -31,13 +31,6 @@ the updated p4 remote branch.
3131
3232EXAMPLE
3333-------
34- * Create an alias for 'git p4', using the full path to the 'git-p4'
35- script if needed:
36- +
37- ------------
38- $ git config --global alias.p4 '!git-p4'
39- ------------
40-
4134* Clone a repository:
4235+
4336------------
@@ -311,19 +304,19 @@ configuration file. This allows future 'git p4 submit' commands to
311304work properly; the submit command looks only at the variable and does
312305not have a command-line option.
313306
314- The full syntax for a p4 view is documented in 'p4 help views'. Git-p4
307+ The full syntax for a p4 view is documented in 'p4 help views'. ' Git p4'
315308knows only a subset of the view syntax. It understands multi-line
316309mappings, overlays with '+', exclusions with '-' and double-quotes
317- around whitespace. Of the possible wildcards, git-p4 only handles
318- '...', and only when it is at the end of the path. Git-p4 will complain
310+ around whitespace. Of the possible wildcards, ' git p4' only handles
311+ '...', and only when it is at the end of the path. ' Git p4' will complain
319312if it encounters an unhandled wildcard.
320313
321314Bugs in the implementation of overlap mappings exist. If multiple depot
322315paths map through overlays to the same location in the repository,
323- git-p4 can choose the wrong one. This is hard to solve without
324- dedicating a client spec just for git-p4 .
316+ ' git p4' can choose the wrong one. This is hard to solve without
317+ dedicating a client spec just for ' git p4' .
325318
326- The name of the client can be given to git-p4 in multiple ways. The
319+ The name of the client can be given to ' git p4' in multiple ways. The
327320variable 'git-p4.client' takes precedence if it exists. Otherwise,
328321normal p4 mechanisms of determining the client are used: environment
329322variable P4CLIENT, a file referenced by P4CONFIG, or the local host name.
0 commit comments