git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Build in some more things
@ 2007-10-30  1:05 Daniel Barkalow
  2007-10-30  7:24 ` Johannes Sixt
  2007-10-30  8:14 ` Junio C Hamano
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Barkalow @ 2007-10-30  1:05 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

The main effect of this series is removing the fork/exec from pushing via 
the git protocol (aside from the later fork/exec in connect.c of course).

It also heads off some tempting transport-related fetch bugs, which I will 
not introduce in a later patch.

* Miscellaneous const changes and utilities
  Adds two small utility functions, and marks a bunch of stuff as const; 
  the const stuff is to keep builtin-fetch from getting messed up without 
  a warning, because it wants some lists not to change.

* Build-in peek-remote, using transport infrastructure.
* Build-in send-pack, with an API for other programs to call.
* Use built-in send-pack.

 Makefile                               |    4 ++-
 builtin-fetch.c                        |   10 +++---
 peek-remote.c => builtin-peek-remote.c |   55 +++++++++++++---------------
 send-pack.c => builtin-send-pack.c     |   46 ++++++++++++++++--------
 builtin.h                              |    2 +
 cache.h                                |    2 +-
 connect.c                              |   10 +++++-
 git.c                                  |    2 +
 http-push.c                            |    2 +-
 remote.c                               |   32 +++++++++++-----
 remote.h                               |   10 ++++--
 send-pack.h                            |   18 +++++++++
 transport.c                            |   63 +++++++++-----------------------
 transport.h                            |    6 ++--
 14 files changed, 146 insertions(+), 116 deletions(-)

	-Daniel
*This .sig left intentionally blank*

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

end of thread, other threads:[~2007-10-30 16:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-30  1:05 [PATCH 0/4] Build in some more things Daniel Barkalow
2007-10-30  7:24 ` Johannes Sixt
2007-10-30 16:49   ` Daniel Barkalow
2007-10-30  8:14 ` Junio C Hamano
2007-10-30 16:37   ` Daniel Barkalow

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