From: brian m. carlson Date: Sat, 20 Dec 2014 22:51:11 +0000 (+0000) Subject: Documentation: add missing article in rev-list-options.txt X-Git-Tag: v2.3.0-rc0~2^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8297643fcdb0e0f1edaff1fe026210dc6e073176 Documentation: add missing article in rev-list-options.txt Add the missing article "a". Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano --- 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.