05:10:59 JustAnotherArchivist created Codearchiver (+1065, Created page with…): https://wiki.archiveteam.org/?title=Codearchiver 05:14:59 JustAnotherArchivist edited Codearchiver (+23, Fix capitalisation in infobox; doesn't seem to…): https://wiki.archiveteam.org/?diff=49595&oldid=49594 05:15:01 JAA: One thing to consider is that at least for GitHub, there's often extra commits that are unreachable normally, but can be found from pull request history - stuff that was force-pushed over mainly. e.g. https://github.com/dolphin-emu/dolphin/pull/9122 was based on an old version of https://github.com/dolphin-emu/dolphin/pull/4601 that is no longer reachable directly but is 05:15:02 linked from one of the previous force-pushes. Not sure if those are exposed via the GitHub API in any way though (they aren't in the refs/pulls/#### thing) 05:15:42 pokechu22: I am aware of that, and codearchiver already supports pulling those (though the GitHub module didn't make it into version 1.0). 05:16:35 How do you handle marking them so that `git gc` doesn't remove them as unreachable? 05:17:04 but, that's good to hear, as they've been useful occasionally 05:17:07 By creating a custom ref. 05:17:34 Anyway, we can discuss in the channel. :-)