Re: Lost Repository History

2020-01-18 Thread Abdelatif Guettouche
> > 2013 must be the year that I switched from SVN to GIT? > Apparently, yes: https://bitbucket.org/nuttx/nuttx-old/commits/ca08f96482926d35b52101a863c4b6cfebdfca35 We can see here https://bitbucket.org/nuttx/nuttx-old/commits/?page=989 that every commit before ca08f96

Re: Lost Repository History

2020-01-18 Thread Gregory Nutt
If i look at the statistics, it says I have 19 thousand commits. That should be 36 thousand Probably Github is not assigning older commits to you. For instance the first one: https://github.com/apache/incubator-nuttx/commit/b08a86171f237f948fad94fa4906374ad3f413bc It's your username, but it

Re: Lost Repository History

2020-01-18 Thread Gregory Nutt
The GitHub mirror repo shows 36,000 commits. A "git log —reverse" shows the first commit as "Sat Feb 17 23:21:28 2007”. AFACS no history has been lost. Yes, now I see the same thing with "git log --reverse", but I was not seeing a few days ago.  I was seeing a date in 2013. https://github

Re: Lost Repository History

2020-01-18 Thread Abdelatif Guettouche
> If i look at the statistics, it says I have 19 thousand commits. That should > be 36 thousand Probably Github is not assigning older commits to you. For instance the first one: https://github.com/apache/incubator-nuttx/commit/b08a86171f237f948fad94fa4906374ad3f413bc It's your username, but it

Re: Lost Repository History

2020-01-18 Thread Abdelatif Guettouche
In Bitbucket we can see that we have all the history: https://bitbucket.org/nuttx/nuttx-old/commits/?page=1436 Locally (from a github clone) I can do git log --oneline | tail and I see the same last 10 commits as in bitbucket. On Sat, Jan 18, 2020 at 11:51 AM spudaneco wrote: > > It appears we ha

Re: Lost Repository History

2020-01-18 Thread Justin Mclean
Hi, > That should be 36 thousand,Is the repository permanently broken? The GitHub mirror repo shows 36,000 commits. A "git log —reverse" shows the first commit as "Sat Feb 17 23:21:28 2007”. AFACS no history has been lost. Thanks, Justin

Lost Repository History

2020-01-18 Thread spudaneco
It appears we have lost the first 6 year of history in the NuttX repository.  The oldest commit looks like it is from 2013.  The oldest should be from february 2007.If i look at the statistics, it says I have 19 thousand commits.  That should be 36 thousand,Is the repository permanently broken?