Sergey Organov [off-list ref] writes:
Junio C Hamano [off-list ref] writes:
quoted
Sergey Organov [off-list ref] writes:
quoted
Hello,
$ git help log | grep exit-code
problems are found. Not compatible with --exit-code.
$
What --exit-code does in "git log"?
It doesn't. That is why it is not listed.
Then, how can --check possibly interfer with it?
The description is shared with "git diff" and friends, which is
invoked via "git log -p". As "log" does not give the exit code
of individual "diff-tree" invocation for each commit, --exit-code
option is irrelevant.