summaryrefslogtreecommitdiffstats
path: root/git-rev-list.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-rev-list.txt')
-rw-r--r--git-rev-list.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-rev-list.txt b/git-rev-list.txt
index 51029a227..2e05c4b51 100644
--- a/git-rev-list.txt
+++ b/git-rev-list.txt
@@ -17,9 +17,9 @@ DESCRIPTION
:git-rev-list: 1
include::rev-list-description.txt[]
-'rev-list' is a very essential Git command, since it
+'rev-list' is an 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
+this reason, it has a lot of different options that enable it to be
used by commands as different as 'git bisect' and
'git repack'.