From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-166862-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 356D21384C0
	for <garchives@archives.gentoo.org>; Sat, 29 Aug 2015 15:48:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 84D5DE089E;
	Sat, 29 Aug 2015 15:48:20 +0000 (UTC)
Received: from mail-yk0-f182.google.com (mail-yk0-f182.google.com [209.85.160.182])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 23286E0883
	for <gentoo-user@lists.gentoo.org>; Sat, 29 Aug 2015 15:48:18 +0000 (UTC)
Received: by ykey204 with SMTP id y204so10432756yke.3
        for <gentoo-user@lists.gentoo.org>; Sat, 29 Aug 2015 08:48:18 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=message-id:date:from:user-agent:mime-version:to:subject:references
         :in-reply-to:content-type:content-transfer-encoding;
        bh=ECSm1N9D4a65/LbrmQD7t3R+Vom9ldlkGCKPaf1YBpc=;
        b=gds9u/Ad70c4tlmi9PfrNDd0ujuLbOW+GRkNVnaCQh7nStozwCv91iV2US/CEWEraj
         S4KvjwWQQSsvJn6aOAE5+gqtFEHEEShlbxfktCFGa5FejDpd5owyQlv5VH1zls16PoCh
         HxKM10EV0krh1ednZ39kTgGK/rrUmGLd4DWLAAhXtwoEGsb3nSEGuT1PuAVZ2cWnc7pf
         L7XOj6q9+kCmwu0XXm2t0DZzUb96OPc4yxRnf6uwRIlbf6tnJailQ20FMzB8w+AsWuAM
         6GZp5lctvZV3ljmIKhEeuNMeCz3Db5WcEqWq+M1Phecv7Jje3t2eSpQlN61hswj+U1RS
         U85w==
X-Received: by 10.170.164.139 with SMTP id g133mr14003759ykd.20.1440863298375;
        Sat, 29 Aug 2015 08:48:18 -0700 (PDT)
Received: from [192.168.2.5] (adsl-65-0-115-33.jan.bellsouth.net. [65.0.115.33])
        by smtp.gmail.com with ESMTPSA id w138sm4692194ywd.54.2015.08.29.08.48.16
        (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
        Sat, 29 Aug 2015 08:48:17 -0700 (PDT)
Message-ID: <55E1D440.1060702@gmail.com>
Date: Sat, 29 Aug 2015 10:48:16 -0500
From: Dale <rdalek1967@gmail.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: ncurses: reductio ad absurdum
References: <20150828061920.22bed6b5@a6> <CAGfcS_ndAkGOKejzN9a=EZfwvFixTDAFSMT8=mXMYoJjJxsi7Q@mail.gmail.com> <loom.20150828T161358-555@post.gmane.org> <CAGfcS_mjFfY42kXKdC=xxfPPucSiYutRH8AT7Q-zqf3uOS5iDw@mail.gmail.com> <20150828152630.GA4882@acm.fritz.box> <CAGfcS_kuqPAyGo9F48k64sN5+jd1-xekvmVgTPNXQuhg8pscxA@mail.gmail.com> <20150828184547.GD4882@acm.fritz.box> <20150828191007.GB617@apio.adsroot.itcs.umich.edu> <CAGfcS_mUcd4EGDxrCRswEhu0i_CKEWXY3EkjgN+MStX3FxY6KA@mail.gmail.com> <20150828223445.GG1271@ca.inter.net> <20150829142503.GE29348@ns1.bonedaddy.net>
In-Reply-To: <20150829142503.GE29348@ns1.bonedaddy.net>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 72677cf4-5841-4223-b7e6-dd9accd5db52
X-Archives-Hash: ea1d62ad99ddbfe42d801636a37b6622

Todd Goodman wrote:
> * Philip Webb <purslow@ca.inter.net> [150828 18:35]:
>> 150828 Rich Freeman wrote:
>>> To really appreciate git you should understand git objects
>>> and their references, what a commit, tree, and blob are.
>>> Also, the whole copy-on-write concept and content-hashing concept.
>>> I used to think git looked really complicated until I sat
>>> through a  1 hr talk that focused mostly on the data model.
>>> Once you understand the data model, you understand everything.
>>> That doesn't take a lot of time.  It does take a moderate amount of time
>>> learning the right things.  They're not found in the manpages.
>>> Like I said, beautiful design, horrible interface.
>> So is there a Gentoo doc -- Wiki, presumably --
>> explaining to users -- users, not dev's or Git addicts --
>> the essentials of Git, so that they can readily update using it ?
>> If so, I'm willing to see if I can use it ;
>> if not, I would suggest it sb a top priority for dev's to write.
> You don't *need* to know anything about git to update using it.
>
> Just change your /etc/portage/repos.conf/gentoo.conf as Rich outlined
> (and move away your rsync'd /usr/portage or wherever your portage tree
> goes.)
>
> Then when you emerge --sync (or emaint -A sync, etc.) it will sync via
> git and emerge will work as always.
>
> Now if you want to do more or just want to learn more about git then
> that's different.
>
> Todd
>
>
>


I think what we are talking about is viewing things like the changelogs
and such, which are currently not synced with the tree.  Or did we
change to some other topic and I missed it?  I tracked back to Alan
Mackenzie's split of this thread
.
Dale

:-)  :-)