This patch set fixes incorrect parsing of the --exclude-promisor-objects option that I found while working on: https://public-inbox.org/git/cover.1539298957.git.matvore@xxxxxxxxxx/ Thank you, Matthew DeVore (2): Documentation/git-log.txt: do not show --exclude-promisor-objects exclude-promisor-objects: declare when option is allowed Documentation/rev-list-options.txt | 2 +- builtin/pack-objects.c | 1 + builtin/prune.c | 1 + builtin/rev-list.c | 1 + revision.c | 3 ++- revision.h | 1 + t/t4202-log.sh | 4 ++++ t/t8002-blame.sh | 4 ++++ 8 files changed, 15 insertions(+), 2 deletions(-) -- 2.19.1.568.g152ad8e336-goog