ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] perl.git rewrite history
Date: Wed, 20 Sep 2006 20:48:24 +0400
Message-ID: <20060920164824.GB12806@basalt.office.altlinux.org> (raw)
In-Reply-To: <20060920045403.GB30153@localhost.localdomain>

[-- Attachment #1: Type: text/plain, Size: 1446 bytes --]

Hi,

On Wed, Sep 20, 2006 at 08:54:03AM +0400, Alexey Tourbin wrote:
[...]
> Зато я примерно понял как устроен git.  Сейчас попробую объяснить, может
> кому-нибудь от этого будет просветление.  git -- это дерево объектов.
> Дерево означает что один объект содержит ссылки на другие объекты вниз
> по дереву.  Объекты бывают двух типов: blob (файлы) и tree (структура
> каталогов, в которые надо сувать файлы).  tree содержит ссылки на блобы.

Объект типа tree содержит список sha1-имён объектов типов blob и tree.

> Ещё бывают объекты типа commit; каждый новый commit описывает трансформацию
> дерева относительно предыдущего коммита.  В объекте commit содержится
> ссылка на предыдущий коммит

Объект типа commit содержит список sha1-имён объектов типа commit.

> и ссылка на дерево

Объект типа commit содержит sha1-имя объекта типа tree.

> которое перекрывает этот
> предыдущий коммит.  Всё что новое дерево не перекрывает -- всё то
> остается от дерева из старого коммита.

Нет, никто ничего не перекрывает, просто за каждым commit'ом закреплено
своё дерево.

> Так, имея на руках коммит, можно
> пройтись вниз по дереву к предыдущему коммиту и т.д., т.е. полностью
> развернуть дерево исходников.

Нет, для того, чтобы развернуть дерево исходников, соответствующих данному
коммиту, не надо ходить к другим коммитам, достаточно просто развернуть
дерево, на которое указывает данный коммит.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

      parent reply	other threads:[~2006-09-20 16:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-20  4:54 Alexey Tourbin
2006-09-20  8:35 ` Damir Shayhutdinov
2006-09-20 21:08   ` [devel] gear-srpmimport Dmitry V. Levin
2006-09-20 16:48 ` Dmitry V. Levin [this message]

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=20060920164824.GB12806@basalt.office.altlinux.org \
    --to=ldv@altlinux.org \
    --cc=devel@lists.altlinux.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

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git