OpenELEC / OpenELEC.tv

OpenELEC - The living room PC for everyone
http://openelec.tv
1.61k stars 883 forks source link

230 commits disappeared from the rev-list #4962

Closed cpswan closed 8 years ago

cpswan commented 8 years ago

On the old build box that I've been using for ages for Pi Chimney the rev-list is at 22976:

chris@openelec:~/OpenELEC.tv$ git rev-list HEAD | wc -l
22976

I made a new VM last weekend to try out building with Ubuntu 16.04 and the rev-list is at 22746:

chris@openelec:~/OpenELEC.tv$ git rev-list HEAD | wc -l
22746

Obviously this means that newer dev builds look like they're older revisions, which isn't great.

Taking a look at the git log there's no obvious differences in recent commits, so whatever happened is further back in the history.

I know it's been unusually quiet here for the last few weeks. My first thought was a big push to get v.7 out of the door, but now I'm thinking it's maybe something to do with this. Anyway - I have a copy of the longer rev-list commit history on my build box if that's going to be of any help.

cpswan commented 8 years ago

Disregard... I hadn't realised that local pulls from origin:master added to the rev-list, making it a meaningless metric against origin