ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexey Gladkov <legion@altlinux.ru>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] I: gear new utility
Date: Mon, 12 Nov 2007 02:21:05 +0300
Message-ID: <47378E61.9040909@altlinux.ru> (raw)
In-Reply-To: <20071106201707.GA11864@hell.fortress>

Alexey I. Froloff wrote:
> У нас есть ветка upstream, ветки с патчами patch-A, patch-B,
> patch-C, patch-D и master, из которого идёт сборка.  Самый
> простой случай, выход нового upstream:
> 
> $ git checkout upstream
> $ gear-update ...
> $ git commit
> // (1)
> $ git checkout patch-A
> $ git pull . upstream
> $ git checkout patch-B
> $ git pull . patch-A
> $ git checkout patch-C
> $ git pull . patch-B
> // (2)
> [vim commit vim commit]
> // (3)
> $ git checkout patch-D
> $ git pull . patch-C
> $ git checkout master
> $ git pull . patch-D
> // (4)

Я изменил синтаксис у правил чтобы можно было реализовать такой
подход. Теперь при указании правила merge нужно указывать кого с кем
нужно merge'ить.

Также я сделал, как ты и просил, интерактивный режим работы этой
утилиты. Теперь она спрашивает, применять правило или нет.

gear-merge уже добавлен в основную ветку.

> От утилиты хочется сказать "смержи мне отсюда (1) и до обеда
> (2)", потом "вот отсюда (3) и до master (4)".  Может быть даже с
> таким интерфейсом, как это делает git-rebase, чтобы можно было
> разрешить конфликт и продолжить мерж.

"Отсюда и до обеда" пока не реализовано, но с учётом интерактивного
режима не применять некоторые правила можно.

-- 
Rgrds, legion



      reply	other threads:[~2007-11-11 23:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-06 12:30 Alexey Gladkov
2007-11-06 13:06 ` Damir Shayhutdinov
2007-11-06 13:19   ` Alexey Gladkov
2007-11-06 13:29 ` Alexey I. Froloff
2007-11-06 13:42   ` Alexey Gladkov
2007-11-06 13:45   ` Alexey Gladkov
2007-11-06 14:08     ` Alexey I. Froloff
2007-11-06 14:15       ` Alexey Gladkov
2007-11-06 14:40         ` Alexey I. Froloff
2007-11-06 20:17           ` Alexey I. Froloff
2007-11-11 23:21             ` Alexey Gladkov [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=47378E61.9040909@altlinux.ru \
    --to=legion@altlinux.ru \
    --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