On Fri, Apr 10, 2020 at 1:44 PM Adam Feuer <a...@starcat.io> wrote: > Next we need to check for features/improvements and bugfixes between 23 > December 2019 (1st PR in github.com/apache/incubator-nuttx) and the 16 > November 2019, the date of NuttX release 8.2. The main source of info for > this would be commit messages in the current master branch. > > Would you be willing to look through those? Or figure out a way to divide > them up among you, me, Nathan, and Abdelatif?
Let's split them up 3 ways. Is this incantation producing the correct range? git log --since 2019/11/16 --until 2019/12/23 --oneline Asking because this would seem to indicate otherwise: https://stackoverflow.com/questions/37311494/how-to-get-git-to-show-commits-in-a-specified-date-range-for-author-date Thanks, Nathan