Commit f024663dea0dea05a0d4c17d2314f38f73e85bc6

Stefan Sperling 2021-09-05T13:50:39

move pkt code used by got-fetch-pack and got-send-pack to a common file The Git protocol uses a simple packet framing format. The got-fetch-pack and got-send-pack programs contained identical copies of functions to support this format. Move related functions to new file lib/pkt.c and link both programs against this common implementation. No functional change.