git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Pushing into a repository with alternates
@ 2008-09-09  8:27 Junio C Hamano
  2008-09-09  8:27 ` [PATCH 1/4] is_directory(): a generic helper function Junio C Hamano
  0 siblings, 1 reply; 12+ messages in thread
From: Junio C Hamano @ 2008-09-09  8:27 UTC (permalink / raw)
  To: git

Here is a re-rolled series of the topic we discussed earlier.

Junio C Hamano (4):
  is_directory(): a generic helper function
  receive-pack: make it a builtin
  push: prepare sender to receive extended ref information from the receiver
  push: receiver end advertises refs from alternate repositories

 Makefile                                 |    2 +-
 abspath.c                                |   13 ++++++++-
 builtin-clone.c                          |    9 +-----
 builtin-fetch-pack.c                     |    2 +-
 receive-pack.c => builtin-receive-pack.c |   44 +++++++++++++++++++++++++++--
 builtin-send-pack.c                      |   21 +++++++++++---
 builtin.h                                |    1 +
 cache.h                                  |    9 +++++-
 connect.c                                |   17 +++++++++++-
 daemon.c                                 |   10 ++-----
 git.c                                    |    1 +
 rerere.c                                 |    3 +-
 sha1_file.c                              |   13 +++++++-
 transport.c                              |    4 +-
 14 files changed, 115 insertions(+), 34 deletions(-)
 rename receive-pack.c => builtin-receive-pack.c (91%)

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

end of thread, other threads:[~2008-09-09 14:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-09  8:27 [PATCH 0/4] Pushing into a repository with alternates Junio C Hamano
2008-09-09  8:27 ` [PATCH 1/4] is_directory(): a generic helper function Junio C Hamano
2008-09-09  8:27   ` [PATCH 2/4] receive-pack: make it a builtin Junio C Hamano
2008-09-09  8:27     ` [PATCH 3/4] push: prepare sender to receive extended ref information from the receiver Junio C Hamano
2008-09-09  8:27       ` [PATCH 4/4] push: receiver end advertises refs from alternate repositories Junio C Hamano
2008-09-09 13:03       ` [PATCH 3/4] push: prepare sender to receive extended ref information from the receiver Jeff King
2008-09-09  9:26     ` [PATCH 2/4] receive-pack: make it a builtin Paolo Bonzini
2008-09-09 14:24       ` Junio C Hamano
2008-09-09 14:47         ` Paolo Bonzini
2008-09-09 10:31   ` [PATCH 1/4] is_directory(): a generic helper function Johannes Sixt
2008-09-09 12:32     ` Jeff King
2008-09-09 14:51       ` Junio C Hamano

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