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
static
INSTALL -rw-r--r-- 14.3 KB
Makefile -rw-r--r-- 5.5 KB
README -rw-r--r-- 2.3 KB
gitweb.perl -rwxr-xr-x 247.2 KB

README

back to top