Matthew DeVore <matvore@xxxxxxxxxx> writes: > 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/ > Thanks; both patches make sense. As the problematic feature appeared in 2.17.x track, I'll see if I can easily make it ready to be merged down to maint-2.17 track later when somebody wants to. > 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(-)