On 2/27/2018 8:06 PM, Stefan Beller wrote:
-void install_packed_git(struct packed_git *pack)
+void install_packed_git(struct repository *r, struct packed_git *pack)

This is a good thing to do. I'm just making note that this will collide with the new instances of install_packed_git() that I added in the serialized git commit graph series, specifically when adding the --stdin-packs argument [1].

Thanks,
-Stolee

[1] https://public-inbox.org/git/cagz79kym0fhiyq2+k5__a2hy1pecyigyf3n9zbjskh8yjzo...@mail.gmail.com/T/#u

Reply via email to