X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=shallow.c;h=5fa2b15d3705439b0088ac0fa0800c81ffad7a41;hb=37ab8ebef164cc2813658c824561a09dc7cde22f;hp=ce45297940d417e3454b08d3f0c29f5cc6d93658;hpb=9c65991abd7c954be8c3a1414f6cf365b83ee317;p=thirdparty%2Fgit.git diff --git a/shallow.c b/shallow.c index ce45297940..5fa2b15d37 100644 --- a/shallow.c +++ b/shallow.c @@ -248,7 +248,8 @@ static void check_shallow_file_for_update(struct repository *r) if (r->parsed_objects->is_shallow == -1) BUG("shallow must be initialized by now"); - if (!stat_validity_check(r->parsed_objects->shallow_stat, git_path_shallow(the_repository))) + if (!stat_validity_check(r->parsed_objects->shallow_stat, + git_path_shallow(r))) die("shallow file has changed since we read it"); }