Re: [PATCH 09/15] name-rev: restructure parsing commits and applying date cutoff

2019-09-21 Thread René Scharfe
Am 19.09.19 um 23:47 schrieb SZEDER Gábor: > At the beginning of the recursive name_rev() function it parses the > commit it got as parameter, and returns early if the commit is older > than a cutoff limit. > > Restructure this so the caller parses the commit and checks its date, > and doesn't invo

[PATCH 09/15] name-rev: restructure parsing commits and applying date cutoff

2019-09-19 Thread SZEDER Gábor
At the beginning of the recursive name_rev() function it parses the commit it got as parameter, and returns early if the commit is older than a cutoff limit. Restructure this so the caller parses the commit and checks its date, and doesn't invoke name_rev() if the commit to be passed as parameter