RE: https://social.treehouse.systems/@PolyWolf/116219566008937589
yak shaving update: I am now attempting to debug Git Itself. I thought the problem was in the clone step but it might actually be in the fetch step, hunch from "just looking at" the object directory was right huh.
$ rm -rf /home/me/.cargo/git/checkouts/boa-f79591756e5629dc/21490ea && ../git/git-clone --local /home/me/github2/driver /home/me/.cargo/git/checkouts/boa-f79591756e5629dc/21490ea
Cloning into '/home/me/.cargo/git/checkouts/boa-f79591756e5629dc/21490ea'...
warning: templates not found in /home/me/share/git-core/templates
warning: haven't got remote refs yet
warning: get_refs_via_connect
warning: protocol_v2
warning: packet read status: 1
warning: processing line ef3a32ebd0864606596ff45d15d776546af0ffcd HEAD symref-target:refs/heads/main
warning: packet read status: 1
warning: processing line ef3a32ebd0864606596ff45d15d776546af0ffcd refs/heads/main
warning: packet read status: 1
warning: processing line 2935b77830f19d20dd83aaba6c393cbcafd81eae refs/heads/wat_test
warning: packet read status: 2
warning: I want peer refs
warning: i want head 🥴
warning: found head 🤩
warning: i aint a single branch foo
warning: got mapped_refs from wanted_peer_refs
done.
$ rm -rf /home/me/.cargo/git/checkouts/boa-f79591756e5629dc/21490ea && ../git/git-clone --local /home/me/.cargo/git/db/boa-f79591756e5629dc /home/me/.cargo/git/checkouts/boa-f79591756e5629dc/21490ea
Cloning into '/home/me/.cargo/git/checkouts/boa-f79591756e5629dc/21490ea'...
warning: templates not found in /home/me/share/git-core/templates
warning: haven't got remote refs yet
warning: get_refs_via_connect
warning: protocol_v2
warning: packet read status: 1
warning: processing line unborn HEAD symref-target:refs/heads/master
warning: packet read status: 2
warning: No refs (?) so i do not map them
warning: DID NOT get mapped_refs from wanted_peer_refs
warning: You appear to have cloned an empty repository LMAOOOOO.
done.
printf debugging my beloved <3