Merge branch 'jk/sha1-file-reduce-useless-warnings'
* jk/sha1-file-reduce-useless-warnings: sha1_file: squelch "packfile cannot be accessed" warnings
This commit is contained in:
@ -2473,10 +2473,8 @@ static int fill_pack_entry(const unsigned char *sha1,
|
||||
* answer, as it may have been deleted since the index was
|
||||
* loaded!
|
||||
*/
|
||||
if (!is_pack_valid(p)) {
|
||||
warning("packfile %s cannot be accessed", p->pack_name);
|
||||
if (!is_pack_valid(p))
|
||||
return 0;
|
||||
}
|
||||
e->offset = offset;
|
||||
e->p = p;
|
||||
hashcpy(e->sha1, sha1);
|
||||
|
Reference in New Issue
Block a user