summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorbrian m. carlson <sandals@crustytoothpaste.net>2014-12-20 22:51:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-12-22 20:08:46 (GMT)
commit8297643fcdb0e0f1edaff1fe026210dc6e073176 (patch)
tree654a3d9e863618877c6979520797182d826a663c /Documentation
parent3f1509809e728b70ea7912e4e1b40f22965e45ee (diff)
downloadgit-8297643fcdb0e0f1edaff1fe026210dc6e073176.zip
git-8297643fcdb0e0f1edaff1fe026210dc6e073176.tar.gz
git-8297643fcdb0e0f1edaff1fe026210dc6e073176.tar.bz2
Documentation: add missing article in rev-list-options.txt
Add the missing article "a". Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/rev-list-options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index afccfdc..2277fcb 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -653,7 +653,7 @@ These options are mostly targeted for packing of Git repositories.
--objects-edge::
Similar to `--objects`, but also print the IDs of excluded
commits prefixed with a ``-'' character. This is used by
- linkgit:git-pack-objects[1] to build ``thin'' pack, which records
+ linkgit:git-pack-objects[1] to build a ``thin'' pack, which records
objects in deltified form based on objects contained in these
excluded commits to reduce network traffic.