All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Ericsson <ae@op5.se>
To: Graeme Geldenhuys <graemeg@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Official git repository history?
Date: Tue, 30 Jun 2009 11:33:20 +0200	[thread overview]
Message-ID: <4A49DBE0.5060500@op5.se> (raw)
In-Reply-To: <h2chap$i27$1@ger.gmane.org>

Graeme Geldenhuys wrote:
> Junio C Hamano wrote:
>>> git repository? Was the first 8 C source code files already enough to
>>> work as a basic git repository?
>> He did it very well, and Yes.
> 
> Wow, very impressive! Such a little code, yet already workable.
> 

Indeed. The git concept is an extremely simple one. The complexity comes
when you start optimizing it, really. Producing packfiles today requires
more code than made up all of git at its inception. Simple models can
easily be extended with complex algorithms, while complex models generally
require the simplest possible algorithm to work reliably. This design
lesson has served me well over the years.

> 
>> You would need to check out an old revision, say v0.99, and look at the
>> original tutorial by Linus in Documentation/tutorial.txt.  It was since
> 
> 
> Last night I played further with the first ever commit. I managed to
> figure out the sequence in which commands had to be run. Kudos to the
> people that decided the make the commands easier in the later versions. :-)
> 

Cheers. There's about 650 of us, so that's a lot of kudos ;-)

-- 
Andreas Ericsson                   andreas.ericsson@op5.se
OP5 AB                             www.op5.se
Tel: +46 8-230225                  Fax: +46 8-230231

Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war
on peace.

  reply	other threads:[~2009-06-30  9:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-29 14:27 Official git repository history? Graeme Geldenhuys
2009-06-30  7:46 ` Junio C Hamano
2009-06-30  8:09   ` Graeme Geldenhuys
2009-06-30  9:33     ` Andreas Ericsson [this message]
2009-06-30  9:39       ` Graeme Geldenhuys
2009-06-30 19:01     ` Linus Torvalds
2009-07-01  8:08       ` Graeme Geldenhuys
2009-06-30 23:06 ` Daniel Barkalow

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=4A49DBE0.5060500@op5.se \
    --to=ae@op5.se \
    --cc=git@vger.kernel.org \
    --cc=graemeg@gmail.com \
    /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.