diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2014-12-20 22:51:11 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-12-22 12:08:46 -0800 |
commit | 8297643fcdb0e0f1edaff1fe026210dc6e073176 (patch) | |
tree | 654a3d9e863618877c6979520797182d826a663c /Documentation | |
parent | 3f1509809e728b70ea7912e4e1b40f22965e45ee (diff) | |
download | git-8297643fcdb0e0f1edaff1fe026210dc6e073176.tar.gz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index afccfdc23a..2277fcbb89 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. |