Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: ncurses: reductio ad absurdum
Date: Sat, 29 Aug 2015 15:48:34
Message-Id: 55E1D440.1060702@gmail.com
In Reply to: Re: [gentoo-user] Re: ncurses: reductio ad absurdum by Todd Goodman
1 Todd Goodman wrote:
2 > * Philip Webb <purslow@××××××××.net> [150828 18:35]:
3 >> 150828 Rich Freeman wrote:
4 >>> To really appreciate git you should understand git objects
5 >>> and their references, what a commit, tree, and blob are.
6 >>> Also, the whole copy-on-write concept and content-hashing concept.
7 >>> I used to think git looked really complicated until I sat
8 >>> through a 1 hr talk that focused mostly on the data model.
9 >>> Once you understand the data model, you understand everything.
10 >>> That doesn't take a lot of time. It does take a moderate amount of time
11 >>> learning the right things. They're not found in the manpages.
12 >>> Like I said, beautiful design, horrible interface.
13 >> So is there a Gentoo doc -- Wiki, presumably --
14 >> explaining to users -- users, not dev's or Git addicts --
15 >> the essentials of Git, so that they can readily update using it ?
16 >> If so, I'm willing to see if I can use it ;
17 >> if not, I would suggest it sb a top priority for dev's to write.
18 > You don't *need* to know anything about git to update using it.
19 >
20 > Just change your /etc/portage/repos.conf/gentoo.conf as Rich outlined
21 > (and move away your rsync'd /usr/portage or wherever your portage tree
22 > goes.)
23 >
24 > Then when you emerge --sync (or emaint -A sync, etc.) it will sync via
25 > git and emerge will work as always.
26 >
27 > Now if you want to do more or just want to learn more about git then
28 > that's different.
29 >
30 > Todd
31 >
32 >
33 >
34
35
36 I think what we are talking about is viewing things like the changelogs
37 and such, which are currently not synced with the tree. Or did we
38 change to some other topic and I missed it? I tracked back to Alan
39 Mackenzie's split of this thread
40 .
41 Dale
42
43 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Re: ncurses: reductio ad absurdum Fernando Rodriguez <frodriguez.developer@×××××××.com>
Re: [gentoo-user] Re: ncurses: reductio ad absurdum Todd Goodman <tsg@×××××××××.net>