Diff between branches

2,234 views
Skip to first unread message

Borges

unread,
Jan 5, 2011, 10:49:21 AM1/5/11
to GitExtensions
Hello,

I love this app, but I am really missing a way of diff ing between
branches.

Ideally, I could select two branches, and see a list of file diffs.

Thanks,
Aaron

Henk Westhuis

unread,
Jan 5, 2011, 11:14:14 AM1/5/11
to gitext...@googlegroups.com
Hi,
 
You could use ctlr+click in the browse window to select 2 versions. When 2 versions are selected, the diff tab shows the differences between those versions.
 
Henk
 
> Date: Wed, 5 Jan 2011 07:49:21 -0800
> Subject: Diff between branches
> From: box...@gmail.com
> To: gitext...@googlegroups.com

Aaron Boxer

unread,
Jan 5, 2011, 12:23:45 PM1/5/11
to gitext...@googlegroups.com
Great, will try this.

It would be nice to somehow support the .. format of git diff:


git diff [--options] <commit>...<commit> [--] [<path>…]
This form is to view the changes on the branch containing and up to
the second <commit>, starting at a common ancestor of both <commit>.
"git diff A...B" is equivalent to "git diff $(git-merge-base A B) B".
You can omit any one of <commit>, which has the same effect as using
HEAD instead.

perhaps as a right click option.

Thanks,
Aaron

André Hänsel

unread,
Jul 10, 2013, 9:12:14 PM7/10/13
to gitext...@googlegroups.com, box...@gmail.com
Yes, I also need the diff three-dot syntax all the time.

Janusz Białobrzewski

unread,
Jul 16, 2013, 2:55:20 PM7/16/13
to gitext...@googlegroups.com, box...@gmail.com
I raised issue https://github.com/gitextensions/gitextensions/issues/1964
that should be helpful for comparison branch with its merge base.
Reply all
Reply to author
Forward
0 new messages