Torsten Bögershausen <[email protected]> writes: > A "brute force" approach could be to simply run the config file(s) > through sort and compare them: > > sort <.git/modules/sub1/config >expect && > sort <sub1/.git/config >actual && > test_cmp expect actual &&
Or "git config --list" from these files, perhaps? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

