aboutsummaryrefslogtreecommitdiff
path: root/t/t7506-status-submodule.sh
Commit message (Collapse)AuthorAge
* is_racy_timestamp(): do not check timestamp for gitlinksJunio C Hamano2008-05-04
| | | | | | | | | | 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>
* Add t7506 to test submodule related functions for git-statusPing Yin2008-05-04
Signed-off-by: Ping Yin <pkufranky@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>