Git Mailing List Archive mirror
 help / color / mirror / Atom feed
* difftool does not support --submodule=diff
@ 2023-04-27 15:29 Guillaume Noailhac
  2023-04-27 15:36 ` rsbecker
  0 siblings, 1 reply; 3+ messages in thread
From: Guillaume Noailhac @ 2023-04-27 15:29 UTC (permalink / raw
  To: git

[-- Attachment #1: Type: text/plain, Size: 299 bytes --]

Hello


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.

Is it fixable ?


My current version of git is:

git version 2.34.1

and my difftool is meld;


Best regards

Guillaume Noailhac


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 2810 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: difftool does not support --submodule=diff
  2023-04-27 15:29 difftool does not support --submodule=diff Guillaume Noailhac
@ 2023-04-27 15:36 ` rsbecker
  2023-04-28  7:16   ` Guillaume Noailhac
  0 siblings, 1 reply; 3+ messages in thread
From: rsbecker @ 2023-04-27 15:36 UTC (permalink / raw
  To: 'Guillaume Noailhac', git

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?
--Randall


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: difftool does not support --submodule=diff
  2023-04-27 15:36 ` rsbecker
@ 2023-04-28  7:16   ` Guillaume Noailhac
  0 siblings, 0 replies; 3+ messages in thread
From: Guillaume Noailhac @ 2023-04-28  7:16 UTC (permalink / raw
  To: rsbecker, git

Hello Randall

> On 04/27/2023 5:36 PM CEST rsbecker@nexbridge.com 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-28  7:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-27 15:29 difftool does not support --submodule=diff Guillaume Noailhac
2023-04-27 15:36 ` rsbecker
2023-04-28  7:16   ` Guillaume Noailhac

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).