From: Jonathan Nieder <hidden> Date: 2018-12-16 22:15:01
Hi,
Farhan Khan wrote:
I am trying to write an implementation of "git index-pack" and having
a bit of trouble with understanding the ".pack" format. Specifically,
I am having trouble figuring out the boundary between two objects in
the pack file.
Have you seen Documentation/technical/pack-format.txt? If so, do you
have ideas for improving it?
Thanks,
Jonathan