2011/1/26 Jonathan Nieder <jrnieder@xxxxxxxxx>: > +int main(int argc, char **argv) > +{ > + Â Â Â static struct startup_info test_startup_info; > + > + Â Â Â startup_info = &test_startup_info; > + Â Â Â setup_git_directory(); I think you should do _gently() here (in future maybe, because t1510 does not use it yet). Note to self, support for testing setup_work_tree() behavior. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html