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