git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] git-daemon: plug new upload-tar command
@ 2006-08-31 12:35 Franck Bui-Huu
  2006-08-31 12:35 ` [PATCH 1/3] daemon.c: introduce daemon's service Franck Bui-Huu
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Franck Bui-Huu @ 2006-08-31 12:35 UTC (permalink / raw)
  To: junkio; +Cc: git

Here's a simple patchset that basically teach git-daemon about the
upload-tar command added by Junio's commit:

217542640ed219c980fff2b3c307c4520120f20f

With a patched daemon it's now possible to do:

$ git tar-tree --remote=git://host/path/to/repo HEAD > repo.tar

It also creates a 'service' structure to ease future command
integration (like git internal commands handling does). I'm not sure
how usefull it will be, but it improves at least code readability.

Something that may be usefull now is to make git-daemon able to
compress data it sends back...


		Franck
---

 builtin-tar-tree.c |    2 +
 daemon.c           |   85 ++++++++++++++++++++++++++++++++++++++++++----------
 git.c              |    2 +
 3 files changed, 71 insertions(+), 18 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2006-09-02 20:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-31 12:35 [PATCH 0/3] git-daemon: plug new upload-tar command Franck Bui-Huu
2006-08-31 12:35 ` [PATCH 1/3] daemon.c: introduce daemon's service Franck Bui-Huu
2006-08-31 13:07   ` Franck Bui-Huu
2006-08-31 15:15     ` [PATCH 1/3] daemon.c: introduce daemon's service [take #2] Franck Bui-Huu
2006-08-31 12:35 ` [PATCH 2/3] daemon.c: added upload-tar service Franck Bui-Huu
2006-08-31 12:35 ` [PATCH 3/3] git-tar-tree.c: no need to be in a git repo when using --remote Franck Bui-Huu
2006-08-31 17:45 ` [PATCH 0/3] git-daemon: plug new upload-tar command Rene Scharfe
2006-09-02  8:14   ` Franck Bui-Huu
2006-09-02 10:32     ` Junio C Hamano
2006-09-02 10:36       ` Jakub Narebski
2006-09-02 20:12       ` Franck Bui-Huu

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).