bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62940: 29.0.60; vc: no easy way to get diff of all outgoing changes


From: Dmitry Gutov
Subject: bug#62940: 29.0.60; vc: no easy way to get diff of all outgoing changes
Date: Tue, 18 Apr 2023 23:43:55 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 18/04/2023 23:36, Filipp Gunbin wrote:
Usually I just do C-x v L, select commits that interest me (via region),
and do M-x log-view-diff.

Just in case: 'log-view-diff' is bound to '='.

That's what I wanted to suggest, too. Or use 'vc-log-outgoing':

  C-x v O C-x h =

Which would be D. in the original message. It doesn't support uncommitted changes, but I would be surprised if it did.

But one can also try this:

  C-u C-x v D origin/master ^J

Where origin/master is the name of the upstream branch ref. This should include uncommitted changes.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]