[Mesa-dev] git fsck on mesa repo fails with git 2.5.0

2016-02-01 Thread Liam R. Howlett
Hello, Git 2.5.0 added new fsck checks which checks the formatting of various commits. It seems that the mesa git repo now has fsck failures due to these errors. I'm not sure how you can fix these issues or if it's worth it if the history is affected, but I thought it is worth informing interest

Re: [Mesa-dev] git fsck errors on mesa repo

2015-06-30 Thread Liam R. Howlett
* Emil Velikov [150630 10:04]: > Hi Liam, > > On 29/06/15 18:23, Liam R. Howlett wrote: > > Hello, > > > > Since git 2.3, there have been a number of new fsck options added which > > produce issues when I clone the repository > > git://anongit.freedesk

[Mesa-dev] git fsck errors on mesa repo

2015-06-29 Thread Liam R. Howlett
Hello, Since git 2.3, there have been a number of new fsck options added which produce issues when I clone the repository git://anongit.freedesktop.org/git/mesa/mesa These new tests are enabled by default when using git fsck. I have been testing with git version 2.4.4.409.g5b1d901 and thought yo