all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Equivalent of "bzr diff -rancestor:"
@ 2014-11-17 14:45 Stefan Monnier
  2014-11-17 14:58 ` Nicolas Richard
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Stefan Monnier @ 2014-11-17 14:45 UTC (permalink / raw)
  To: emacs-devel

I can't seem to figure out how to do the above.

Say, I'm on local branch "foo" which tracks a remote branch "foo", and
I'd like to see what are the changes on this branch foo compared to "master".

In Bazaar, I'd do something like "bzr diff -r ancestor:<master>"
but I can't find any equivalent in "man gitrevisions".

The best I can come up with is to arrange for "foo" to be uptodate with
respect to "master", and then I can just do "git diff <master>", but
sometimes it's inconvenient/impractical to be "uptodate".


        Stefan



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

end of thread, other threads:[~2014-11-17 18:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-17 14:45 Equivalent of "bzr diff -rancestor:" Stefan Monnier
2014-11-17 14:58 ` Nicolas Richard
2014-11-17 17:24   ` Stefan Monnier
2014-11-17 18:59     ` Nicolas Richard
2014-11-17 15:29 ` Andreas Schwab
2014-11-17 17:40   ` Stefan Monnier
2014-11-17 17:50 ` Teemu Likonen
2014-11-17 18:59   ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.