All of lore.kernel.org
 help / color / mirror / Atom feed
* Tag for 1.4.3 missing
@ 2009-03-29 19:13 Jan Engelhardt
  2009-03-29 19:23 ` Jan Engelhardt
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Engelhardt @ 2009-03-29 19:13 UTC (permalink / raw)
  To: kaber; +Cc: Netfilter Developer Mailing List, pablo

Hi,


the git tag for 1.4.3 is missing, so if either of you could add it 
that'd be cool.


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

* Re: Tag for 1.4.3 missing
  2009-03-29 19:13 Tag for 1.4.3 missing Jan Engelhardt
@ 2009-03-29 19:23 ` Jan Engelhardt
  2009-03-30  9:32   ` Pablo Neira Ayuso
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Engelhardt @ 2009-03-29 19:23 UTC (permalink / raw)
  To: kaber; +Cc: Netfilter Developer Mailing List, pablo

On Sunday 2009-03-29 21:13, Jan Engelhardt wrote:

>Hi,
>
>
>the git tag for 1.4.3 is missing, so if either of you could add it 
>that'd be cool.
>
>
Commit in question is c9477d0dcd01af5d1ee6c95c757a8c814fb3be63.

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

* Re: Tag for 1.4.3 missing
  2009-03-29 19:23 ` Jan Engelhardt
@ 2009-03-30  9:32   ` Pablo Neira Ayuso
  2009-03-30  9:52     ` Jan Engelhardt
  0 siblings, 1 reply; 6+ messages in thread
From: Pablo Neira Ayuso @ 2009-03-30  9:32 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: kaber, Netfilter Developer Mailing List

Jan Engelhardt wrote:
> On Sunday 2009-03-29 21:13, Jan Engelhardt wrote:
>> Hi,
>>
>> the git tag for 1.4.3 is missing, so if either of you could add it 
>> that'd be cool.
>>
> Commit in question is c9477d0dcd01af5d1ee6c95c757a8c814fb3be63.

It seems to be there but pointing to an uncommitted message or
something? This is a bit strange.

http://git.netfilter.org/cgi-bin/gitweb.cgi?p=iptables.git;a=commit;h=3fb2e4a1607cbe186d20d35b45dd92b031c0be02
-- 
"Los honestos son inadaptados sociales" -- Les Luthiers

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

* Re: Tag for 1.4.3 missing
  2009-03-30  9:32   ` Pablo Neira Ayuso
@ 2009-03-30  9:52     ` Jan Engelhardt
  2009-03-30 10:03       ` Pablo Neira Ayuso
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Engelhardt @ 2009-03-30  9:52 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: kaber, Netfilter Developer Mailing List


On Monday 2009-03-30 11:32, Pablo Neira Ayuso wrote:
>Jan Engelhardt wrote:
>> On Sunday 2009-03-29 21:13, Jan Engelhardt wrote:
>>> Hi,
>>>
>>> the git tag for 1.4.3 is missing, so if either of you could add it 
>>> that'd be cool.
>>>
>> Commit in question is c9477d0dcd01af5d1ee6c95c757a8c814fb3be63.
>
>It seems to be there but pointing to an uncommitted message or
>something? This is a bit strange.

Graphing reveals where it went:

$ git-forest -a --sha --all
[...]
├ (Peter Volkov) libxtables: fix compile error due to incomplete change──
├ (Jan Engelhardt) iptables-save: minor corrections to the manpage markup
│ ┌─[v1.4.3]──(Patrick McHardy) Bump version to 1.4.3──(3fb2e4a)
├─┘
├ (Jesper Dangaard Brouer) libiptc: give credits to my self──(c9477d0)
├ (Jesper Dangaard Brouer) libiptc: fix whitespaces and typos──(a9fe5b3)
[...]

There is also the missing version bump you noticed. Having the same
author date as the 1.4.3 release I simply suspect the tag and master
were not pushed previously.
`git merge -s ours 3fb2e4a` should be solving that in the most nicest
manner I am aware of.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: Tag for 1.4.3 missing
  2009-03-30  9:52     ` Jan Engelhardt
@ 2009-03-30 10:03       ` Pablo Neira Ayuso
  2009-03-30 10:20         ` Jan Engelhardt
  0 siblings, 1 reply; 6+ messages in thread
From: Pablo Neira Ayuso @ 2009-03-30 10:03 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: kaber, Netfilter Developer Mailing List

Jan Engelhardt wrote:
> On Monday 2009-03-30 11:32, Pablo Neira Ayuso wrote:
>> Jan Engelhardt wrote:
>>> On Sunday 2009-03-29 21:13, Jan Engelhardt wrote:
>>>> Hi,
>>>>
>>>> the git tag for 1.4.3 is missing, so if either of you could add it 
>>>> that'd be cool.
>>>>
>>> Commit in question is c9477d0dcd01af5d1ee6c95c757a8c814fb3be63.
>> It seems to be there but pointing to an uncommitted message or
>> something? This is a bit strange.
> 
> Graphing reveals where it went:
> 
> $ git-forest -a --sha --all
> [...]
> ├ (Peter Volkov) libxtables: fix compile error due to incomplete change──
> ├ (Jan Engelhardt) iptables-save: minor corrections to the manpage markup
> │ ┌─[v1.4.3]──(Patrick McHardy) Bump version to 1.4.3──(3fb2e4a)
> ├─┘
> ├ (Jesper Dangaard Brouer) libiptc: give credits to my self──(c9477d0)
> ├ (Jesper Dangaard Brouer) libiptc: fix whitespaces and typos──(a9fe5b3)
> [...]
> 
> There is also the missing version bump you noticed. Having the same
> author date as the 1.4.3 release I simply suspect the tag and master
> were not pushed previously.

Indeed, I suspected something like that.

> `git merge -s ours 3fb2e4a` should be solving that in the most nicest
> manner I am aware of.

That change must be on Patrick's however that may conflict with my bump
from 1.4.3-rc1 to 1.4.3.1?

-- 
"Los honestos son inadaptados sociales" -- Les Luthiers
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: Tag for 1.4.3 missing
  2009-03-30 10:03       ` Pablo Neira Ayuso
@ 2009-03-30 10:20         ` Jan Engelhardt
  0 siblings, 0 replies; 6+ messages in thread
From: Jan Engelhardt @ 2009-03-30 10:20 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: kaber, Netfilter Developer Mailing List

On Monday 2009-03-30 12:03, Pablo Neira Ayuso wrote:
>> Graphing reveals where it went:
>> 
>> $ git-forest -a --sha --all
>> [...]
>> ├ (Peter Volkov) libxtables: fix compile error due to incomplete change──
>> ├ (Jan Engelhardt) iptables-save: minor corrections to the manpage markup
>> │ ┌─[v1.4.3]──(Patrick McHardy) Bump version to 1.4.3──(3fb2e4a)
>> ├─┘
>> ├ (Jesper Dangaard Brouer) libiptc: give credits to my self──(c9477d0)
>> ├ (Jesper Dangaard Brouer) libiptc: fix whitespaces and typos──(a9fe5b3)
>> [...]
>> 
>> There is also the missing version bump you noticed. Having the same
>> author date as the 1.4.3 release I simply suspect the tag and master
>> were not pushed previously.
>
>Indeed, I suspected something like that.
>
>> `git merge -s ours 3fb2e4a` should be solving that in the most nicest
>> manner I am aware of.
>
>That change must be on Patrick's however that may conflict with my bump
>from 1.4.3-rc1 to 1.4.3.1?

Hence the "-s ours".
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-29 19:13 Tag for 1.4.3 missing Jan Engelhardt
2009-03-29 19:23 ` Jan Engelhardt
2009-03-30  9:32   ` Pablo Neira Ayuso
2009-03-30  9:52     ` Jan Engelhardt
2009-03-30 10:03       ` Pablo Neira Ayuso
2009-03-30 10:20         ` Jan Engelhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.