ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Вопрос по вытаскиванию коммитов из Git
@ 2009-03-25 18:51 Michael Pozhidaev
  2009-03-25 18:58 ` Valery V. Inozemtsev
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Michael Pozhidaev @ 2009-03-25 18:51 UTC (permalink / raw)
  To: devel

Привет всем!

Попытки побороть багу в libXevie привели к git-репозитарию, где в списке
коммитов есть такие, которые фиксят нужные траблы.

Сам репозитарий лежит здесь:
http://cgit.freedesktop.org/xorg/xserver/log/Xext/xevie.c?id=b5cdcfa55c399e83d51242e93d4f25d8bc4fec1f

В багзилле fd.o нужная бага числится за номером #17394.

Вопрос к тем, кто хорошо знает возможности git, как можно средствами git
получить diff, отвечающий за нужный коммит, чтобы не сравнивать самому
изменения и не изготовлять руками нужный патч?

Спасибо!
-- 
Michael Pozhidaev. E-mail: msp@altlinux.ru.
Tomsk State University. http://www.csd.tsu.ru
ALT Linux Team. http://www.altlinux.org



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] Вопрос по вытаскиванию коммитов из Git
  2009-03-25 18:51 [devel] Вопрос по вытаскиванию коммитов из Git Michael Pozhidaev
@ 2009-03-25 18:58 ` Valery V. Inozemtsev
  2009-03-25 18:58 ` Andrey Rahmatullin
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Valery V. Inozemtsev @ 2009-03-25 18:58 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

On Wednesday 25 March 2009 21:51:24 Michael Pozhidaev wrote:
> Привет всем!
>
> Попытки побороть багу в libXevie привели к git-репозитарию, где в списке
> коммитов есть такие, которые фиксят нужные траблы.
>
> Сам репозитарий лежит здесь:
> http://cgit.freedesktop.org/xorg/xserver/log/Xext/xevie.c?id=b5cdcfa55c399e
>83d51242e93d4f25d8bc4fec1f
>
> В багзилле fd.o нужная бага числится за номером #17394.
>
> Вопрос к тем, кто хорошо знает возможности git, как можно средствами git
> получить diff, отвечающий за нужный коммит, чтобы не сравнивать самому
> изменения и не изготовлять руками нужный патч?

git format-patch --stdout

>
> Спасибо!



-- 
Valery V. Inozemtsev

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] Вопрос по вытаскиванию коммитов из Git
  2009-03-25 18:51 [devel] Вопрос по вытаскиванию коммитов из Git Michael Pozhidaev
  2009-03-25 18:58 ` Valery V. Inozemtsev
@ 2009-03-25 18:58 ` Andrey Rahmatullin
  2009-03-25 19:19 ` Led
  2009-03-25 20:58 ` Alexey I. Froloff
  3 siblings, 0 replies; 5+ messages in thread
From: Andrey Rahmatullin @ 2009-03-25 18:58 UTC (permalink / raw)
  To: devel

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

On Thu, Mar 26, 2009 at 12:51:24AM +0600, Michael Pozhidaev wrote:
> Вопрос к тем, кто хорошо знает возможности git, как можно средствами git
> получить diff, отвечающий за нужный коммит, чтобы не сравнивать самому
> изменения и не изготовлять руками нужный патч?
git show sha1_коммита

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

[...] я его [адрес] узнаю только в момент понтажа стенда - в понедельник.
		-- cornet in community@

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] Вопрос по вытаскиванию коммитов из Git
  2009-03-25 18:51 [devel] Вопрос по вытаскиванию коммитов из Git Michael Pozhidaev
  2009-03-25 18:58 ` Valery V. Inozemtsev
  2009-03-25 18:58 ` Andrey Rahmatullin
@ 2009-03-25 19:19 ` Led
  2009-03-25 20:58 ` Alexey I. Froloff
  3 siblings, 0 replies; 5+ messages in thread
From: Led @ 2009-03-25 19:19 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Wednesday, 25 March 2009 20:51:24 Michael Pozhidaev wrote:
> Привет всем!
>
> Попытки побороть багу в libXevie привели к git-репозитарию, где в списке
> коммитов есть такие, которые фиксят нужные траблы.
>
> Сам репозитарий лежит здесь:
> http://cgit.freedesktop.org/xorg/xserver/log/Xext/xevie.c?id=b5cdcfa55c399e
>83d51242e93d4f25d8bc4fec1f
>
> В багзилле fd.o нужная бага числится за номером #17394.
>
> Вопрос к тем, кто хорошо знает возможности git, как можно средствами git
> получить diff, отвечающий за нужный коммит, чтобы не сравнивать самому
> изменения и не изготовлять руками нужный патч?

git help diff

-- 
Led

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [devel] Вопрос по вытаскиванию коммитов из Git
  2009-03-25 18:51 [devel] Вопрос по вытаскиванию коммитов из Git Michael Pozhidaev
                   ` (2 preceding siblings ...)
  2009-03-25 19:19 ` Led
@ 2009-03-25 20:58 ` Alexey I. Froloff
  3 siblings, 0 replies; 5+ messages in thread
From: Alexey I. Froloff @ 2009-03-25 20:58 UTC (permalink / raw)
  To: ALT Devel discussion list

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

* Michael Pozhidaev <msp@> [090325 21:57]:
> Вопрос к тем, кто хорошо знает возможности git, как можно средствами git
> получить diff, отвечающий за нужный коммит, чтобы не сравнивать самому
> изменения и не изготовлять руками нужный патч?
git format-patch в склонированном репо и git am в рабочем.  Или
git fetch в рабочем, git cherry-pick нужные коммиты и потом
почистить рабочий репо.  Можно даже в raw виде скачать коммиты с
гитвеба и сделать git apply + git commit (или git am, только надо
первую строчку из commit message убрать, которая с Subject
совпадает).  В общем вариантов множество.

-- 
Regards,
Sir Raorn.

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-03-25 20:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-25 18:51 [devel] Вопрос по вытаскиванию коммитов из Git Michael Pozhidaev
2009-03-25 18:58 ` Valery V. Inozemtsev
2009-03-25 18:58 ` Andrey Rahmatullin
2009-03-25 19:19 ` Led
2009-03-25 20:58 ` Alexey I. Froloff

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