* How do smart git helpers transport objects?
[not found] <100fc0a7-a7fd-e6ba-937e-f795b30b3f35@gmail.com>
@ 2018-10-13 8:08 ` Stanisław Drozd
0 siblings, 0 replies; only message in thread
From: Stanisław Drozd @ 2018-10-13 8:08 UTC (permalink / raw)
To: git
Hello,
I'm writing a remote helper and decided implement the `fetch` and `push` capabilities,
but one thing still remains a mystery for me. Namely, is my helper supposed
to instantiate and pin git objects in `GIT_DIR` upon `fetch <sha> <ref>`?
In general I'm trying to determine how exactly I need to proceed upon receiving
this command and find out whether libgit2 will be able to help me with whatever that is.
I'm also contemplating hooking up to libgit2's transport API, but IIUC its operation isn't
very well suited for the backend I'm trying to use behind the scenes (IPFS,https://ipfs.io/,
long story short it's P2P and doesn't have a "server side" per se).
Thanks,
Stan
PS: If my libgit2 questions feel outside scope I'd gladly join a community more focused
on libgit2; I'm already on #libgit2 on freenode, but there's only 11 people there ATM
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-10-13 8:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <100fc0a7-a7fd-e6ba-937e-f795b30b3f35@gmail.com>
2018-10-13 8:08 ` How do smart git helpers transport objects? Stanisław Drozd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).