summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 733ee2b)
raw | patch | inline | side by side (parent: 733ee2b)
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | |
Sun, 2 Mar 2008 23:07:47 +0000 (00:07 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 3 Mar 2008 00:08:37 +0000 (16:08 -0800) |
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-grep.txt | patch | blob | history | |
Documentation/technical/api-run-command.txt | patch | blob | history |
index 71a73354f8cfa960f641d9563ee8af405b4f881f..a97f0557f4aa6cf1d795470d7bbe94ce35abc56a 100644 (file)
-l | --files-with-matches | --name-only | -L | --files-without-match::
Instead of showing every matched line, show only the
names of files that contain (or do not contain) matches.
- For better compatability with git-diff, --name-only is a
+ For better compatibility with git-diff, --name-only is a
synonym for --files-with-matches.
-c | --count::
diff --git a/Documentation/technical/api-run-command.txt b/Documentation/technical/api-run-command.txt
index dfbf9ac5d06e32a7961afdd08910df6eccb912c7..fde3b453211030b7256ccedd100970ef712338bd 100644 (file)
`finish_async`::
- Wait for the completeion of an asynchronous function that was
+ Wait for the completion of an asynchronous function that was
started with start_async().
. If the string is of the form "VAR=value", i.e. it contains '='
the variable is added to the child process's environment.
-. If the string does not contain '=', it names an environement
- variable that will be removed from the child process's envionment.
+. If the string does not contain '=', it names an environment
+ variable that will be removed from the child process's environment.
To specify a new initial working directory for the sub-process,
specify it in the .dir member.