diff options
author | Ori Avtalion <ori@avtalion.name> | 2009-08-07 17:24:21 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-12 16:14:41 -0700 |
commit | 57f6ec029090f64377ec5c0926b6e2e39b0caa4f (patch) | |
tree | 75e2db8a3d86ab3a5563dac423d044813a4341ef /Documentation/config.txt | |
parent | Documentation: merge: one <remote> is required (diff) | |
download | tgif-57f6ec029090f64377ec5c0926b6e2e39b0caa4f.tar.xz |
Change mentions of "git programs" to "git commands"
Most of the docs and printouts refer to "commands" when discussing what
the end users call via the "git" top-level program. We should refer them
as "git programs" when we discuss the fact that the commands are
implemented as separate programs, but in other contexts, it is better to
use the term "git commands" consistently.
Signed-off-by: Ori Avtalion <ori@avtalion.name>
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index ae0e5db50c..181c2f9bde 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -604,7 +604,7 @@ color.interactive.<slot>:: Use customized color for 'git-add --interactive' output. `<slot>` may be `prompt`, `header`, `help` or `error`, for four distinct types of normal output from interactive - programs. The values of these variables may be specified as + commands. The values of these variables may be specified as in color.branch.<slot>. color.pager:: @@ -1100,7 +1100,7 @@ instaweb.port:: linkgit:git-instaweb[1]. interactive.singlekey:: - In interactive programs, allow the user to provide one-letter + In interactive commands, allow the user to provide one-letter input with a single key (i.e., without hitting enter). Currently this is used only by the `\--patch` mode of linkgit:git-add[1]. Note that this setting is silently |