Re: git describe not showing "nearest" tag

2013-05-05 Thread Jed Brown
Junio C Hamano writes: > Is 'master' a descendant of v3.3? I.e. what does > > git rev-list master..v3.3 > > say? Yes, this shows nothing. Although 'master' is a descendant of v3.3, it is not a --first-parent descendant of anything after v3.0.0. -- To unsubscribe from this list: send the

Re: git describe not showing "nearest" tag

2013-05-04 Thread Junio C Hamano
Jed Brown writes: > $ git rev-list --count v3.2..master > 9651 > $ git rev-list --count v3.3..master > 6378 > $ git describe --tags master > v3.2-9651-ga018267 Is 'master' a descendant of v3.3? I.e. what does git rev-list master..v3.3 say? -- To unsubscribe from this list: send the li