You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2 implements a receive_pack route handler that simply passes the received data to a child process. I'd like to attempt to store the data without relying on git.
#2 implements a
receive_pack
route handler that simply passes the received data to a child process. I'd like to attempt to store the data without relying on git.The method to do this is unclear currently but it seems gitoxide's git-pack may be of use https://docs.rs/git-pack/latest/git_pack/data/struct.Entry.html#method.from_bytes
The text was updated successfully, but these errors were encountered: