Re: jgit performance update
From: Shawn Pearce <hidden>
Date: 2016-08-11 19:42:39
Jakub Narebski [off-list ref] wrote:
I got: $ git clone http://www.spearce.org/projects/scm/egit.git [...] got 73ed47b2bb1fa5978f7368775979e5c85d354c5a error: File 2332eacf114debb7a27d138811197f06eb262551 (http://www.spearce.org/projects/scm/egit.git/objects/75/1c8f2e504c40d1c41ebbd87d8f8968529e9c30) corrupt Getting pack list for http://www.spearce.org/projects/scm/egit.git/ got afefbe09bacc08adb75fb46200a973001c6b02de [...] walk c1f287cb19b9910af19756cf29c08b1fda75da8c Some loose object were found to be corrupt, but they might be just a false '404 Not Found' error message sent with incorrect HTTP status code. Suggest running git fsck-objects. got eab86de8ac23e2e77878835007724146fdd83796 $ git fsck-objects --unreachable --full --strict ;# returns no errors
Right. My web server doesn't send back 404 messages when an object isn't found (but is packed). Thus the error... I've setup a project on repo.or.cz: http://repo.or.cz/w/egit.git --