Hi Git Community, I wanted to propose a new feature for Git that I believe would be beneficial for repository maintainers and developers alike. What do you think of adding a command like git config diff commit1 commit2 to show the configuration differences between two commits? This command could display differences in repository configurations (such as .git/config or submodule configuration) across two specific commits. I see this being particularly useful in scenarios like: When a submodule is added or updated between two commits, helping to easily track and compare the submodule's configuration changes. Identifying configuration changes (e.g., repository settings) made between different commits without having to manually examine each commit’s changes. Comparing various configuration-related changes in large repositories. For example, when managing repositories with submodules, this feature could quickly highlight differences in submodule references, paths, or URLs, saving time and providing better traceability. I believe adding such functionality would enhance Git's usability in managing complex repository structures and configurations. Looking forward to hearing your feedback and thoughts on this proposal. Best regards, Prince Roshan princekrroshan01@xxxxxxxxx