All of lore.kernel.org
 help / color / mirror / Atom feed
From: Junio C Hamano <junkio@cox.net>
To: Linus Torvalds <torvalds@osdl.org>
Cc: git@vger.kernel.org
Subject: [PATCH 0/6] A bit better dumb server support
Date: Sat, 23 Jul 2005 17:53:49 -0700	[thread overview]
Message-ID: <7vsly5korm.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: 20050723081549.GC3255@mythryan2.michonline.com

Several days ago there was a discussion on discovering remote
tags and branches.  This was somewhat related to supporting
packed repositories on a dumb server I have been toying with, so
here is my current status.

The first three patches deal with the discovery of remote tags
and heads:

  [PATCH 1/6] git-peek-remote: show tags and heads from a remote repository.
  [PATCH 2/6] Documentation: git-peek-remote.
  [PATCH 3/6] git-ls-remote: show and optionally store remote refs.

The discovery over http transport against a dumb server needs to
have a couple of files to support it, which is prepared with the
next two patches.

  [PATCH 4/6] Add update-server-info.
  [PATCH 5/6] Document update-server-info.

The git-update-server-info command introduced by these two
patches prepare not just the list of tags and heads, but the
list of packs and commit ancestry information.  Using that,
cloning a packed repository over http transport from a dumb
server becomes trivial.

  [PATCH 6/6] Support cloning packed repo from dumb http servers.

The next task would be to add support of the same to git-fetch.

  parent reply	other threads:[~2005-07-24  0:53 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-16 17:46 Last mile to 1.0? Junio C Hamano
2005-07-16 18:36 ` Eric W. Biederman
2005-07-17  0:49   ` Junio C Hamano
2005-07-17  1:18     ` David Lang
2005-07-18  5:44       ` Junio C Hamano
2005-07-18  4:53 ` Alexey Nezhdanov
2005-07-18  5:35   ` Junio C Hamano
2005-07-18  6:48     ` Alexey Nezhdanov
2005-07-18  7:38       ` Junio C Hamano
2005-07-23  8:15 ` Ryan Anderson
2005-07-23 12:56   ` Gene Heskett
2005-07-24  0:53   ` Junio C Hamano [this message]
2005-07-23  8:50 ` Ryan Anderson
2005-07-23 13:14   ` Gene Heskett
2005-07-23 14:47   ` Kevin Smith
2005-07-23 17:09   ` Junio C Hamano
2005-07-24  3:12     ` Alexey Nezhdanov
2005-07-29 22:41 ` Petr Baudis
2005-07-30  2:11   ` 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=7vsly5korm.fsf@assigned-by-dhcp.cox.net \
    --to=junkio@cox.net \
    --cc=git@vger.kernel.org \
    --cc=torvalds@osdl.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.