Ping Yin schrieb: > +cd sm && > +head=$(git rev-parse --verify HEAD | cut -c1-7) && > +cd .. I think you can make these three lines into: test_expect_success 'get short SHA1 of submodule HEAD' ' head=$(cd sm && git rev-parse --verify HEAD | cut -c1-7) ' (not tested, though). > +test_expect_success "status submodule summary (--amend)" ' Thanks for adding this one. -- Hannes -- 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