X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=blobdiff_plain;f=sequencer.c;h=4cf7afbab6de22184697c45c4d8e757c79ec925f;hp=0a291c91fe8937428c063db5e22afc93ea7691b6;hb=f86bcc7b2ce6cad68ba1a48a528e380c6126705e;hpb=da14a7ff99e1d011192a1fe330dd3fddf8977dc3 diff --git a/sequencer.c b/sequencer.c index 0a291c91fe..4cf7afbab6 100644 --- a/sequencer.c +++ b/sequencer.c @@ -433,7 +433,7 @@ static int read_oneliner(struct strbuf *buf, static struct tree *empty_tree(void) { - return lookup_tree(the_hash_algo->empty_tree); + return lookup_tree(the_repository, the_repository->hash_algo->empty_tree); } static int error_dirty_index(struct replay_opts *opts)