summaryrefslogtreecommitdiffstats
path: root/Documentation/git-rev-list.txt
diff options
context:
space:
mode:
authorOri Avtalion <ori@avtalion.name>2009-08-07 16:24:21 +0200
committerJunio C Hamano <gitster@pobox.com>2009-08-13 01:14:41 +0200
commit57f6ec029090f64377ec5c0926b6e2e39b0caa4f (patch)
tree75e2db8a3d86ab3a5563dac423d044813a4341ef /Documentation/git-rev-list.txt
parentDocumentation: merge: one <remote> is required (diff)
downloadgit-57f6ec029090f64377ec5c0926b6e2e39b0caa4f.tar.xz
git-57f6ec029090f64377ec5c0926b6e2e39b0caa4f.zip
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/git-rev-list.txt')
-rw-r--r--Documentation/git-rev-list.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
index 1c9cc28895..ae1186e340 100644
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/git-rev-list.txt
@@ -83,7 +83,7 @@ between the two operands. The following two commands are equivalent:
$ git rev-list A...B
-----------------------------------------------------------------------
-'git-rev-list' is a very essential git program, since it
+'rev-list' is a very essential git command, since it
provides the ability to build and traverse commit ancestry graphs. For
this reason, it has a lot of different options that enables it to be
used by commands as different as 'git-bisect' and