author | Junio C Hamano <gitster@pobox.com> | |
Sun, 4 May 2008 00:24:28 +0000 (17:24 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 5 May 2008 00:41:27 +0000 (17:41 -0700) | ||
commit | 050288d52dc5dc3f6c7716007c1069dd9f59feb7 | |
tree | 16d133049b6c9dfaf36e0125e01ff792270bbe21 | tree | snapshot |
parent | 451244d724f921eca9ffaf526d45c825f7c6f4eb | commit | diff |
is_racy_timestamp(): do not check timestamp for gitlinks
Because we do not even check the timestamp to determie if a gitlink
is up to date or not, triggering the racy-timestamp check for gitlinks
does not make sense.
This fixes the recently added test in t7506.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Because we do not even check the timestamp to determie if a gitlink
is up to date or not, triggering the racy-timestamp check for gitlinks
does not make sense.
This fixes the recently added test in t7506.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache.c | diff | blob | history | |
t/t7506-status-submodule.sh | diff | blob | history |