public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* missing git tag 3.39 d2f920ab4
@ 2012-04-29  0:20 Simon Paillard
       [not found] ` <20120429002044.GF31953-8MNqHwMchPhGJ/Ie3qa20WD2FQJk+8+b@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Paillard @ 2012-04-29  0:20 UTC (permalink / raw)
  To: linux-man

Hi,

Minor but it seems 3.39 tag is missing in git, for commit:
d2f920ab461da9d8 Ready for 3.39

Bye,

-- 
Simon Paillard
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: missing git tag 3.39 d2f920ab4
       [not found] ` <20120429002044.GF31953-8MNqHwMchPhGJ/Ie3qa20WD2FQJk+8+b@public.gmane.org>
@ 2012-04-29 18:57   ` Michael Kerrisk (man-pages)
       [not found]     ` <CAKgNAkjhBtSqynxHvKqSuHObK7YOh+LuREphYrdZBCz5p_eV_A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2012-04-29 18:57 UTC (permalink / raw)
  To: Simon Paillard; +Cc: linux-man

Simon,

On Sun, Apr 29, 2012 at 12:20 PM, Simon Paillard
<simon.paillard-RGJHTEmuthQGuQl/6FzYuenJ6Cvpl5oe@public.gmane.org> wrote:
> Hi,
>
> Minor but it seems 3.39 tag is missing in git, for commit:
> d2f920ab461da9d8 Ready for 3.39

There's a tag on d2f920ab461da9d836bfc2d63b52108339efa3ba
Is that not what you're looking for? (I did mess up the tagging on
3.39, but I think things are fixed now.)

Cheers,

Michael

-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: missing git tag 3.39 d2f920ab4
       [not found]     ` <CAKgNAkjhBtSqynxHvKqSuHObK7YOh+LuREphYrdZBCz5p_eV_A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2012-04-29 19:03       ` Simon Paillard
       [not found]         ` <20120429190314.GH31953-8MNqHwMchPhGJ/Ie3qa20WD2FQJk+8+b@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Paillard @ 2012-04-29 19:03 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: linux-man

On Mon, Apr 30, 2012 at 06:57:32AM +1200, Michael Kerrisk (man-pages) wrote:
> On Sun, Apr 29, 2012 at 12:20 PM, Simon Paillard wrote:
> > Minor but it seems 3.39 tag is missing in git, for commit:
> > d2f920ab461da9d8 Ready for 3.39
> 
> There's a tag on d2f920ab461da9d836bfc2d63b52108339efa3ba
> Is that not what you're looking for? (I did mess up the tagging on
> 3.39, but I think things are fixed now.)

Here:
$ git describe d2f920ab461da9d836bfc2d63b52108339efa3ba
man-pages-3.38-67-gd2f920a

http://git.kernel.org/?p=docs/man-pages/man-pages.git;a=shortlog doesn't show
the tag either, and "git tag -l" doesn't show me the tag.

http://git.kernel.org/?p=docs/man-pages/man-pages.git;a=tags show the tab
object exists however..

-- 
Simon Paillard
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: missing git tag 3.39 d2f920ab4
       [not found]         ` <20120429190314.GH31953-8MNqHwMchPhGJ/Ie3qa20WD2FQJk+8+b@public.gmane.org>
@ 2012-04-29 20:07           ` Michael Kerrisk (man-pages)
       [not found]             ` <CAKgNAkjH-fS7GgS-+-huO-Yb4Q81+4B=-JjoK8ewgYhAJm=jnA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2012-04-29 20:07 UTC (permalink / raw)
  To: Simon Paillard; +Cc: linux-man

On Mon, Apr 30, 2012 at 7:03 AM, Simon Paillard
<simon.paillard-RGJHTEmuthQGuQl/6FzYuenJ6Cvpl5oe@public.gmane.org> wrote:
> On Mon, Apr 30, 2012 at 06:57:32AM +1200, Michael Kerrisk (man-pages) wrote:
>> On Sun, Apr 29, 2012 at 12:20 PM, Simon Paillard wrote:
>> > Minor but it seems 3.39 tag is missing in git, for commit:
>> > d2f920ab461da9d8 Ready for 3.39
>>
>> There's a tag on d2f920ab461da9d836bfc2d63b52108339efa3ba
>> Is that not what you're looking for? (I did mess up the tagging on
>> 3.39, but I think things are fixed now.)
>
> Here:
> $ git describe d2f920ab461da9d836bfc2d63b52108339efa3ba
> man-pages-3.38-67-gd2f920a
>
> http://git.kernel.org/?p=docs/man-pages/man-pages.git;a=shortlog doesn't show
> the tag either, and "git tag -l" doesn't show me the tag.
>
> http://git.kernel.org/?p=docs/man-pages/man-pages.git;a=tags show the tab
> object exists however..

Fixed now, I believe.

Cheers,

Michael

-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: missing git tag 3.39 d2f920ab4
       [not found]             ` <CAKgNAkjH-fS7GgS-+-huO-Yb4Q81+4B=-JjoK8ewgYhAJm=jnA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2012-05-01 22:34               ` D. Barbier
       [not found]                 ` <CAMqf4EHfQ9s3cqG6NmW0LBe7e0+FVQ399Qd3JTfS7nU2KuLjGg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: D. Barbier @ 2012-05-01 22:34 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man

On 2012/4/29 Michael Kerrisk (man-pages) wrote:
> On Mon, Apr 30, 2012 at 7:03 AM, Simon Paillard
> <simon.paillard-RGJHTEmuthQGuQl/6FzYuenJ6Cvpl5oe@public.gmane.org> wrote:
>> On Mon, Apr 30, 2012 at 06:57:32AM +1200, Michael Kerrisk (man-pages) wrote:
>>> On Sun, Apr 29, 2012 at 12:20 PM, Simon Paillard wrote:
>>> > Minor but it seems 3.39 tag is missing in git, for commit:
>>> > d2f920ab461da9d8 Ready for 3.39
>>>
>>> There's a tag on d2f920ab461da9d836bfc2d63b52108339efa3ba
>>> Is that not what you're looking for? (I did mess up the tagging on
>>> 3.39, but I think things are fixed now.)
>>
>> Here:
>> $ git describe d2f920ab461da9d836bfc2d63b52108339efa3ba
>> man-pages-3.38-67-gd2f920a
>>
>> http://git.kernel.org/?p=docs/man-pages/man-pages.git;a=shortlog doesn't show
>> the tag either, and "git tag -l" doesn't show me the tag.
>>
>> http://git.kernel.org/?p=docs/man-pages/man-pages.git;a=tags show the tab
>> object exists however..
>
> Fixed now, I believe.

Hello,

Not sure if it is related, but manual pages in current 3.39 tarballs
have no colophon.  This is strange, I downloaded a 3.39 tarball some
days ago, and this one was fine.

Denis
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: missing git tag 3.39 d2f920ab4
       [not found]                 ` <CAMqf4EHfQ9s3cqG6NmW0LBe7e0+FVQ399Qd3JTfS7nU2KuLjGg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2012-05-02  4:14                   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Kerrisk (man-pages) @ 2012-05-02  4:14 UTC (permalink / raw)
  To: D. Barbier; +Cc: linux-man

On Wed, May 2, 2012 at 10:34 AM, D. Barbier <bouzim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> On 2012/4/29 Michael Kerrisk (man-pages) wrote:
>> On Mon, Apr 30, 2012 at 7:03 AM, Simon Paillard
>> <simon.paillard-RGJHTEmuthQGuQl/6FzYuenJ6Cvpl5oe@public.gmane.org> wrote:
>>> On Mon, Apr 30, 2012 at 06:57:32AM +1200, Michael Kerrisk (man-pages) wrote:
>>>> On Sun, Apr 29, 2012 at 12:20 PM, Simon Paillard wrote:
>>>> > Minor but it seems 3.39 tag is missing in git, for commit:
>>>> > d2f920ab461da9d8 Ready for 3.39
>>>>
>>>> There's a tag on d2f920ab461da9d836bfc2d63b52108339efa3ba
>>>> Is that not what you're looking for? (I did mess up the tagging on
>>>> 3.39, but I think things are fixed now.)
>>>
>>> Here:
>>> $ git describe d2f920ab461da9d836bfc2d63b52108339efa3ba
>>> man-pages-3.38-67-gd2f920a
>>>
>>> http://git.kernel.org/?p=docs/man-pages/man-pages.git;a=shortlog doesn't show
>>> the tag either, and "git tag -l" doesn't show me the tag.
>>>
>>> http://git.kernel.org/?p=docs/man-pages/man-pages.git;a=tags show the tab
>>> object exists however..
>>
>> Fixed now, I believe.
>
> Hello,
>
> Not sure if it is related, but manual pages in current 3.39 tarballs
> have no colophon.  This is strange, I downloaded a 3.39 tarball some
> days ago, and this one was fine.

Yes, related. (I created that problem while fixing the earlier
problem.) Fixed now.

Thanks, Denis.

Cheers,

Michael


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.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:[~2012-05-02  4:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-29  0:20 missing git tag 3.39 d2f920ab4 Simon Paillard
     [not found] ` <20120429002044.GF31953-8MNqHwMchPhGJ/Ie3qa20WD2FQJk+8+b@public.gmane.org>
2012-04-29 18:57   ` Michael Kerrisk (man-pages)
     [not found]     ` <CAKgNAkjhBtSqynxHvKqSuHObK7YOh+LuREphYrdZBCz5p_eV_A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-04-29 19:03       ` Simon Paillard
     [not found]         ` <20120429190314.GH31953-8MNqHwMchPhGJ/Ie3qa20WD2FQJk+8+b@public.gmane.org>
2012-04-29 20:07           ` Michael Kerrisk (man-pages)
     [not found]             ` <CAKgNAkjH-fS7GgS-+-huO-Yb4Q81+4B=-JjoK8ewgYhAJm=jnA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-05-01 22:34               ` D. Barbier
     [not found]                 ` <CAMqf4EHfQ9s3cqG6NmW0LBe7e0+FVQ399Qd3JTfS7nU2KuLjGg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-05-02  4:14                   ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox