Re: How to get next commit that just after a specified commit

2019-02-18 Thread Derrick Stolee
On 2/13/2019 4:36 PM, Ævar Arnfjörð Bjarmason wrote: > > On Wed, Feb 13 2019, Junio C Hamano wrote: > >> Ævar Arnfjörð Bjarmason writes: > > Their point in comparing it to git is that there's nothing intuitive in > the UI that exposes this information for the *current* graph, whereas in > fossi

Re: How to get next commit that just after a specified commit

2019-02-15 Thread Philip Oakley
On 13/02/2019 21:12, Junio C Hamano wrote: Ævar Arnfjörð Bjarmason writes: (Replying to https://public-inbox.org/git/383c14cc.9289.168e61d39e8.coremail.wuzhouhu...@mails.ucas.ac.cn/ which curiously I can see there, but not in my inbox (or spam)) Git's data format doesn't make it easy to find

Re: How to get next commit that just after a specified commit

2019-02-13 Thread Ævar Arnfjörð Bjarmason
On Wed, Feb 13 2019, Junio C Hamano wrote: > Ævar Arnfjörð Bjarmason writes: > >> (Replying to >> https://public-inbox.org/git/383c14cc.9289.168e61d39e8.coremail.wuzhouhu...@mails.ucas.ac.cn/ >> which curiously I can see there, but not in my inbox (or spam)) >> >> Git's data format doesn't make

Re: How to get next commit that just after a specified commit

2019-02-13 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > (Replying to > https://public-inbox.org/git/383c14cc.9289.168e61d39e8.coremail.wuzhouhu...@mails.ucas.ac.cn/ > which curiously I can see there, but not in my inbox (or spam)) > > Git's data format doesn't make it easy to find "C" given "B" in a commit > chain lik

Re: How to get next commit that just after a specified commit

2019-02-13 Thread Ævar Arnfjörð Bjarmason
(Replying to https://public-inbox.org/git/383c14cc.9289.168e61d39e8.coremail.wuzhouhu...@mails.ucas.ac.cn/ which curiously I can see there, but not in my inbox (or spam)) Git's data format doesn't make it easy to find "C" given "B" in a commit chain like A->B->C (also there could be any number of

How to get next commit that just after a specified commit

2019-02-13 Thread wuzhouhui
Hi, I have searched Internet for while but couldn't find the answer. Suppose I have commit 212146f0800e then commit 73a4c5218414 and finally commit aadaa8061189 So I get following after 'git log': aadaa8061189 73a4c5218414 212146f0800e And now, my question is how to retrieve the nex