ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] [git update] packages/autoconf_2.5: heads/master
  @ 2007-10-17 23:24 ` Dmitry V. Levin
  2007-10-18  6:27   ` Slava Semushin
  2007-10-18 22:47   ` Alexey Rusakov
  0 siblings, 2 replies; 6+ messages in thread
From: Dmitry V. Levin @ 2007-10-17 23:24 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Thu, Oct 18, 2007 at 03:05:40AM +0400, Alexey Rusakov wrote:
> Update of /people/ktirf/packages/autoconf_2.5.git
> 
> New head `master' is available with the following commits:

Можно было сперва сделать
$ ssh git.alt git-clone /people/ldv/packages/autoconf_2.5.git
а потом уже git-push'ить.

> commit 8d98081d29b077d56895bd07b8ebfefb03aa461f
> Author: Alexey Rusakov <ktirf@altlinux>
> Date:   Thu Oct 18 02:07:58 2007 +0400
> 
>     2:2.59-alt6
>     
>     - Added intltool support to autoreconf.

Спасибо, посмотрю обязательно.
Вот только проверить не смогу, пока Zerg не починит kdelibs.

> commit 6183de3507e837a9a408af91d7789fd3e7424be9
> Author: Alexey Rusakov <ktirf@altlinux.org>
> Date:   Thu Oct 18 02:02:00 2007 +0400
> 
>     Revert "2:2.59-alt6"
>     
>     This reverts commit 5e61364543f9679be6ad306e44175ccedc3499a7.
> 
> commit 5e61364543f9679be6ad306e44175ccedc3499a7
> Author: Alexey Rusakov <ktirf@altlinux.org>
> Date:   Thu Oct 18 02:00:35 2007 +0400
> 
>     2:2.59-alt6
>     
>     - Added intltool support to autoreconf.

Обычно так не делают.  Если коммит
5e61364543f9679be6ad306e44175ccedc3499a7 не был опубликован, то применять
к нему git revert нет смысла.  Можно просто удалить этот коммит, или с
помощью git reset, или с помощью git commit --amend.


-- 
ldv

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

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

* Re: [devel] [git update] packages/autoconf_2.5: heads/master
  2007-10-17 23:24 ` [devel] [git update] packages/autoconf_2.5: heads/master Dmitry V. Levin
@ 2007-10-18  6:27   ` Slava Semushin
  2007-10-18  8:28     ` Kirill A. Shutemov
  2007-10-18 22:47   ` Alexey Rusakov
  1 sibling, 1 reply; 6+ messages in thread
From: Slava Semushin @ 2007-10-18  6:27 UTC (permalink / raw)
  To: ALT Linux Team development discussions

2007/10/18, Dmitry V. Levin <ldv / altlinux.org>:
[...]
> Обычно так не делают.  Если коммит
> 5e61364543f9679be6ad306e44175ccedc3499a7 не был опубликован, то применять
> к нему git revert нет смысла.  Можно просто удалить этот коммит, или с
> помощью git reset, или с помощью git commit --amend.

А что будет, в случае если коммит был опубликован?

-- 
+ Slava Semushin | slava.semushin @ gmail.com
+ ALT Linux Team | php-coder @ altlinux.ru

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

* Re: [devel] [git update] packages/autoconf_2.5: heads/master
  2007-10-18  6:27   ` Slava Semushin
@ 2007-10-18  8:28     ` Kirill A. Shutemov
  0 siblings, 0 replies; 6+ messages in thread
From: Kirill A. Shutemov @ 2007-10-18  8:28 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

On [Thu, 18.10.2007 13:27], Slava Semushin wrote:
> 2007/10/18, Dmitry V. Levin <ldv / altlinux.org>:
> [...]
> > Обычно так не делают.  Если коммит
> > 5e61364543f9679be6ad306e44175ccedc3499a7 не был опубликован, то применять
> > к нему git revert нет смысла.  Можно просто удалить этот коммит, или с
> > помощью git reset, или с помощью git commit --amend.
> 
> А что будет, в случае если коммит был опубликован?

Если вы уверены, что его никто не успел смержить/спулить, то можно сделать
git push -f

-- 
Regards,  Kirill A. Shutemov
 + Belarus, Minsk
 + Velesys LLC, http://www.velesys.com/
 + ALT Linux Team, http://www.altlinux.com/

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

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

* Re: [devel] [git update] packages/autoconf_2.5: heads/master
  2007-10-17 23:24 ` [devel] [git update] packages/autoconf_2.5: heads/master Dmitry V. Levin
  2007-10-18  6:27   ` Slava Semushin
@ 2007-10-18 22:47   ` Alexey Rusakov
  2007-10-18 22:55     ` Dmitry V. Levin
  1 sibling, 1 reply; 6+ messages in thread
From: Alexey Rusakov @ 2007-10-18 22:47 UTC (permalink / raw)
  To: devel

On Thu, 18 Oct 2007 03:24:05 +0400
Dmitry V. Levin wrote:

> On Thu, Oct 18, 2007 at 03:05:40AM +0400, Alexey Rusakov wrote:
> > Update of /people/ktirf/packages/autoconf_2.5.git
> > 
> > New head `master' is available with the following commits:
> 
> Можно было сперва сделать
> $ ssh git.alt git-clone /people/ldv/packages/autoconf_2.5.git
> а потом уже git-push'ить.
А, логично. А я просто пустой создал...

> >     Revert "2:2.59-alt6"
> >     
> >     This reverts commit 5e61364543f9679be6ad306e44175ccedc3499a7.
> > 
> > commit 5e61364543f9679be6ad306e44175ccedc3499a7
> > Author: Alexey Rusakov <ktirf@altlinux.org>
> > Date:   Thu Oct 18 02:00:35 2007 +0400
> > 
> >     2:2.59-alt6
> >     
> >     - Added intltool support to autoreconf.
> 
> Обычно так не делают.  Если коммит
> 5e61364543f9679be6ad306e44175ccedc3499a7 не был опубликован, то применять
> к нему git revert нет смысла.  Можно просто удалить этот коммит, или с
> помощью git reset, или с помощью git commit --amend.
Это я revert с reset перепутал... :( Про git-commit --amend в курсе,
использую на полную катушку.

-- 
  Alexey "Ktirf" Rusakov
  GNOME Project
  ALT Linux Team


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

* Re: [devel] [git update] packages/autoconf_2.5: heads/master
  2007-10-18 22:47   ` Alexey Rusakov
@ 2007-10-18 22:55     ` Dmitry V. Levin
  2007-10-18 23:10       ` Alexey Rusakov
  0 siblings, 1 reply; 6+ messages in thread
From: Dmitry V. Levin @ 2007-10-18 22:55 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Fri, Oct 19, 2007 at 02:47:55AM +0400, Alexey Rusakov wrote:
> On Thu, 18 Oct 2007 03:24:05 +0400, Dmitry V. Levin wrote:
> > On Thu, Oct 18, 2007 at 03:05:40AM +0400, Alexey Rusakov wrote:
> > > Update of /people/ktirf/packages/autoconf_2.5.git
> > > 
> > > New head `master' is available with the following commits:
> > 
> > Можно было сперва сделать
> > $ ssh git.alt git-clone /people/ldv/packages/autoconf_2.5.git
> > а потом уже git-push'ить.
> А, логично. А я просто пустой создал...

Тэги, значит, тоже потерял.  Ещё не поздно исправить ;)


-- 
ldv

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

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

* Re: [devel] [git update] packages/autoconf_2.5: heads/master
  2007-10-18 22:55     ` Dmitry V. Levin
@ 2007-10-18 23:10       ` Alexey Rusakov
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Rusakov @ 2007-10-18 23:10 UTC (permalink / raw)
  To: devel

On Fri, 19 Oct 2007 02:55:04 +0400
Dmitry V. Levin wrote:

> On Fri, Oct 19, 2007 at 02:47:55AM +0400, Alexey Rusakov wrote:
> > On Thu, 18 Oct 2007 03:24:05 +0400, Dmitry V. Levin wrote:
> > > On Thu, Oct 18, 2007 at 03:05:40AM +0400, Alexey Rusakov wrote:
> > > > Update of /people/ktirf/packages/autoconf_2.5.git
> > > > 
> > > > New head `master' is available with the following commits:
> > > 
> > > Можно было сперва сделать
> > > $ ssh git.alt git-clone /people/ldv/packages/autoconf_2.5.git
> > > а потом уже git-push'ить.
> > А, логично. А я просто пустой создал...
> 
> Тэги, значит, тоже потерял.  Ещё не поздно исправить ;)
Ok, проведу работу над ошибками :)

-- 
  Alexey "Ktirf" Rusakov
  GNOME Project
  ALT Linux Team


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

end of thread, other threads:[~2007-10-18 23:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-17 23:24 ` [devel] [git update] packages/autoconf_2.5: heads/master Dmitry V. Levin
2007-10-18  6:27   ` Slava Semushin
2007-10-18  8:28     ` Kirill A. Shutemov
2007-10-18 22:47   ` Alexey Rusakov
2007-10-18 22:55     ` Dmitry V. Levin
2007-10-18 23:10       ` Alexey Rusakov

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