git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: git@vger.kernel.org
Subject: [PATCH 0/4] Pushing into a repository with alternates
Date: Tue,  9 Sep 2008 01:27:06 -0700	[thread overview]
Message-ID: <1220948830-3275-1-git-send-email-gitster@pobox.com> (raw)

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

             reply	other threads:[~2008-09-09  8:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-09  8:27 Junio C Hamano [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1220948830-3275-1-git-send-email-gitster@pobox.com \
    --to=gitster@pobox.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).