[PATCH 0/4] Pushing into a repository with alternates

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Tuesday, September 9, 2008 - 1:27 am

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

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/4] Pushing into a repository with alternates, Junio C Hamano, (Tue Sep 9, 1:27 am)
[PATCH 1/4] is_directory(): a generic helper function, Junio C Hamano, (Tue Sep 9, 1:27 am)
[PATCH 2/4] receive-pack: make it a builtin, Junio C Hamano, (Tue Sep 9, 1:27 am)
Re: [PATCH 2/4] receive-pack: make it a builtin, Paolo Bonzini, (Tue Sep 9, 2:26 am)
Re: [PATCH 2/4] receive-pack: make it a builtin, Junio C Hamano, (Tue Sep 9, 7:24 am)
Re: [PATCH 2/4] receive-pack: make it a builtin, Paolo Bonzini, (Tue Sep 9, 7:47 am)
Re: [PATCH 1/4] is_directory(): a generic helper function, Junio C Hamano, (Tue Sep 9, 7:51 am)