Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-04 | is_racy_timestamp(): do not check timestamp for gitlinks | Junio C Hamano | 1 | -1/+1 | |
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> | |||||
2008-05-04 | Add t7506 to test submodule related functions for git-status | Ping Yin | 1 | -0/+38 | |
Signed-off-by: Ping Yin <pkufranky@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> |