Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: add missing article in rev-list-options.txt
author
brian m. carlson
<sandals@crustytoothpaste.net>
Sat, 20 Dec 2014 22:51:11 +0000
(22:51 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 22 Dec 2014 20:08:46 +0000
(12:08 -0800)
Add the missing article "a".
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
3f15098
)
diff --git
a/Documentation/rev-list-options.txt
b/Documentation/rev-list-options.txt
index afccfdc23a38f2dca84ebeff2cc8624eb8a0e23e..2277fcbb892f3233ef4a8c288e902f3f7776b70d 100644
(file)
--- 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.