Skip to content

Commit

Permalink
fixup! index-pack: repack local links into promisor packs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Nov 4, 2024
1 parent 705e624 commit 49ca0b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/index-pack.c
Original file line number Diff line number Diff line change
Expand Up @@ -1821,6 +1821,7 @@ static void repack_local_links(void)
if (finish_command(&cmd))
die(_("could not finish pack-objects to repack local links"));
strbuf_release(&line);
free(base_name);
}

int cmd_index_pack(int argc,
Expand Down

0 comments on commit 49ca0b4

Please sign in to comment.