Revision 5718c53d0ab47cc750e05d2af4a401197117c2f0 authored by Jonathan Tan on 11 June 2019, 21:06:46 UTC, committed by Junio C Hamano on 11 June 2019, 21:29:08 UTC
If we want to check whether an object is missing, the correct flag to
pass to rev-list is --ignore-missing; --exclude-promisor-objects will
exclude any object that came from the promisor remote, whether it is
present or missing. Use the correct flag.

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 8a30a1e
History
File Mode Size
util
install-dependencies.sh -rwxr-xr-x 1.8 KB
lib.sh -rwxr-xr-x 5.7 KB
make-test-artifacts.sh -rwxr-xr-x 211 bytes
mount-fileshare.sh -rwxr-xr-x 505 bytes
print-test-failures.sh -rwxr-xr-x 2.4 KB
run-build-and-tests.sh -rwxr-xr-x 519 bytes
run-linux32-build.sh -rwxr-xr-x 1.7 KB
run-linux32-docker.sh -rwxr-xr-x 793 bytes
run-static-analysis.sh -rwxr-xr-x 471 bytes
run-test-slice.sh -rwxr-xr-x 347 bytes
test-documentation.sh -rwxr-xr-x 1000 bytes

back to top