gitk doesn't always shows boths tags in gitk tag1..tag2

2013-01-29 Thread Toralf Förster
For a cloned BOINC git tree : $ git clone git://boinc.berkeley.edu/boinc.git the following 2 commands shows both starting and ending revisions : $ gitk client_release_7.0.41..client_release_7.0.42 $ gitk client_release_7.0.43..client_release_7.0.44 however this command doesn't show the tag

Re: gitk doesn't always shows boths tags in gitk tag1..tag2

2013-01-29 Thread Jonathan Nieder
Hi Toralf, Toralf Förster wrote: $ git clone git://boinc.berkeley.edu/boinc.git the following 2 commands shows both starting and ending revisions : $ gitk client_release_7.0.41..client_release_7.0.42 gitk is running something similar to git log --graph --decorate --boundary

Re: gitk doesn't always shows boths tags in gitk tag1..tag2

2013-01-29 Thread Toralf Förster
On 01/29/2013 08:57 PM, Jonathan Nieder wrote: As you guessed, 7.0.45 seems to live in a different area of history. :) Well, seems be point to the root cause .. BTW $ gitk --simplify-by-decoration client_release_7.0.44..client_release_7.0.45 only 3 rows in the main window where $ gitk