Signed-off-by: Thomas Ackermann <th.acker@xxxxxxxx> --- Documentation/git-p4.txt | 4 ++-- Documentation/git-remote-fd.txt | 2 +- Documentation/gittutorial.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/git-p4.txt b/Documentation/git-p4.txt index 1d1b020..3417cb3 100644 --- a/Documentation/git-p4.txt +++ b/Documentation/git-p4.txt @@ -334,11 +334,11 @@ configuration file. This allows future 'git p4 submit' commands to work properly; the submit command looks only at the variable and does not have a command-line option. -The full syntax for a p4 view is documented in 'p4 help views'. 'Git p4' +The full syntax for a p4 view is documented in 'p4 help views'. 'git p4' knows only a subset of the view syntax. It understands multi-line mappings, overlays with '+', exclusions with '-' and double-quotes around whitespace. Of the possible wildcards, 'git p4' only handles -'...', and only when it is at the end of the path. 'Git p4' will complain +'...', and only when it is at the end of the path. 'git p4' will complain if it encounters an unhandled wildcard. Bugs in the implementation of overlap mappings exist. If multiple depot diff --git a/Documentation/git-remote-fd.txt b/Documentation/git-remote-fd.txt index 9bfe12c..933c2ad 100644 --- a/Documentation/git-remote-fd.txt +++ b/Documentation/git-remote-fd.txt @@ -12,7 +12,7 @@ SYNOPSIS DESCRIPTION ----------- This helper uses specified file descriptors to connect to a remote Git server. -This is not meant for end users but for programs and scripts calling Git +This is not meant for end users but for programs and scripts calling git fetch, push or archive. If only <infd> is given, it is assumed to be a bidirectional socket connected diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt index 6091988..8262196 100644 --- a/Documentation/gittutorial.txt +++ b/Documentation/gittutorial.txt @@ -462,7 +462,7 @@ Exploring history Git history is represented as a series of interrelated commits. We have already seen that the 'git log' command can list those commits. -Note that first line of each Git log entry also gives a name for the +Note that first line of each git log entry also gives a name for the commit: ------------------------------------- -- 1.8.0.msysgit.0 --- Thomas -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html