Hello Randall > On 04/27/2023 5:36 PM CEST rsbecker@xxxxxxxxxxxxx wrote: > > > On Thursday, April 27, 2023 11:29 AM, Guillaume Noailhac wrote: > >I would like to see the complete directories diff of my git project > >using the command difftool. > > > >Today the command difftool does not support --submodule=diff. > > Would git submodule foreach git diff ... work for you? Thanks for the quick answer, but not it will not work for me. I want to make the diff of the HEAD vs HEAD~5 for example of the master git containing the submodules. with the command "git submodule foreach git difftool ..." , I need to found for each submodules which commit was pointing the master one at HEAD~5 . This solution is not possible. > --Randall Best regards Guillaume Noailhac