git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Junio C Hamano <junkio@cox.net>
To: git@vger.kernel.org
Subject: What's in git.git today.
Date: Wed, 31 Aug 2005 18:20:23 -0700	[thread overview]
Message-ID: <7vhdd560tk.fsf@assigned-by-dhcp.cox.net> (raw)

I've been doing some clean-ups, mostly in the documentation
area.  The tutorial reachable from the main gitweb page should
look a lot nicer and use glossary words more consistently then
before.  I think its 'Packing your repository' section should be
replaced with more general 'Feeding and caring for your
repository' section, that talks not just about packing, but the
general repository organization issues like:

 - Public (naked) repository vs working tree repository.
 - What each hook is for.
 - Why pack?  When to pack?
 - Why prune?  When to prune?
 - Should I use objects/info/alternates?
 - Transport specific hints:
   - For dumb transports, update-server-info is a must.
   - For git: transport, 'git-daemon-export-ok' is needed.
   - Git-native transport is inefficient when bootstrapping.

But other than that I consider the tutorial in a pretty good
shape.

... and that can only mean one thing.  I want to really start
1.0pre, but I'd settle for 0.99.6 for now.

By the way.  A couple of people privately asked me what the
extra "branch" `todo` is doing in the git.git repository.

That "branch" does not share any tree namespace with the real
git source.  Its tree has only one blob, TODO, and keeps my
notes on the current progress.  So you should *not* do this:

    $ git clone kernel.org/pub/scm/git/git.git/
    $ git pull . todo

You would end up merging completely different things together if
you did so.

There is another mystery branch called "dbrt-test"; I'll blow it
away after we are done with the read-tree change Daniel is
working on.  The changed read-tree code looks much cleaner and I
like the general direction it is going, but there are some
debugging ahead of us.  That mystery branch holds standalone
test suite that is supposed to be extracted in a repository
independent from the main git repository, so please do not merge
from it, either.

             reply	other threads:[~2005-09-01  1:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-01  1:20 Junio C Hamano [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-12-28 23:32 What's in git.git today 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

  List information: http://vger.kernel.org/majordomo-info.html

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

  git send-email \
    --in-reply-to=7vhdd560tk.fsf@assigned-by-dhcp.cox.net \
    --to=junkio@cox.net \
    --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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).