[git-users] how to check if my commit is propagated to later branchs?

2013-12-27 Thread Jagadeesh N. Malakannavar
Hello, I have branch structres something like this / / rel-1 --//- top of tree / /rel-2 I have made some commits on rel-1.

[git-users] Re: how to check if my commit is propagated to later branchs?

2013-12-27 Thread Huu Da Tran
On Friday, December 27, 2013 9:03:31 AM UTC-5, Jagadeesh N. Malakannavar wrote: I have made some commits on rel-1. After some months I branched out rel-2. How do I make sure that commits I made on rel-1 is in rel-2? Just want to list out all missing commits on rel-2. Just look at the git

Re: [git-users] how to check if my commit is propagated to later branchs?

2013-12-27 Thread Konstantin Khomoutov
On Fri, 27 Dec 2013 06:03:31 -0800 (PST) Jagadeesh N. Malakannavar mnjagade...@gmail.com wrote: Hello, I have branch structres something like this / / rel-1 --//- top of tree

Re: [git-users] how to check if my commit is propagated to later branchs?

2013-12-27 Thread Konstantin Khomoutov
On Fri, 27 Dec 2013 18:34:11 +0400 Konstantin Khomoutov kos...@domain007.com wrote: If you implied, without spelling that, that rel-1 *moved* since the point both branches diverged, then the answer is use git-log: The call git log rel-1 ^rel-2 or, spelling the same the other way,

Re: [git-users] BC3 tabs for each diff/merge

2013-12-27 Thread Dale R. Worley
From: Werner Beroux wer...@beroux.com On Linux especially but generally for any diff/merge tool it would be nice to have the possibility to run the tool multiple times to have it show the diff/merge of all files at once in tabs. For example currently Git mergetool would do something