[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Findutils-patches] Automatically-generated regexp documentation
From: |
Eric Blake |
Subject: |
Re: [Findutils-patches] Automatically-generated regexp documentation |
Date: |
Fri, 21 Oct 2016 15:17:21 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 |
On 10/21/2016 02:39 PM, Reuben Thomas wrote:
> hey seem only to be tags: git fsck --verbose says only for each error:
>
> Checking tag 68c0e85dba93471b4f7d450ae2e6139a56574549
> error in tag 68c0e85dba93471b4f7d450ae2e6139a56574549: missingEmail:
> invalid author/committer line - missing email
>
> I can't see any errors for commits.
I count 97 such broken tags; and I verified I can push replacement tags
(tag 68c0e85 was for FINDUTILS_4_3_5-1; if you do a fresh clone, tag
68c0e85 is now gone, and replaced by an identically-named annotated tag
6ee72b929 with my email as tagger). I'm planning to script the
conversion of all the tags, but am trying to figure out if it is worth
back-dating the tags, and whether an unsigned annotated tag or a simpler
lightweight tag is the better thing to push in place of each tag that
gets corrected.
At any rate, I'll post the commands I used to make the conversion, once
it is complete; here's my starting point.
$ git fsck 2>&1 | sed -n 's/error in tag \([^:]*\).*/\1/p' > broken
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- Re: [Findutils-patches] Automatically-generated regexp documentation, Eric Blake, 2016/10/21
- Re: [Findutils-patches] Automatically-generated regexp documentation, Reuben Thomas, 2016/10/21
- Re: [Findutils-patches] Automatically-generated regexp documentation, Paul Eggert, 2016/10/21
- Re: [Findutils-patches] Automatically-generated regexp documentation, Reuben Thomas, 2016/10/21
- Re: [Findutils-patches] Automatically-generated regexp documentation, Eric Blake, 2016/10/21
- Re: [Findutils-patches] Automatically-generated regexp documentation, Bruno Haible, 2016/10/21
- Re: [Findutils-patches] Automatically-generated regexp documentation, Eric Blake, 2016/10/21
- Re: [Findutils-patches] Automatically-generated regexp documentation, Paul Eggert, 2016/10/21
- Re: [Findutils-patches] Automatically-generated regexp documentation, Eric Blake, 2016/10/21
- Re: [Findutils-patches] Automatically-generated regexp documentation, Reuben Thomas, 2016/10/21
- Re: [Findutils-patches] Automatically-generated regexp documentation,
Eric Blake <=
- Re: [Findutils-patches] Automatically-generated regexp documentation, Eric Blake, 2016/10/21
- Re: [Findutils-patches] Automatically-generated regexp documentation, Bernhard Voelker, 2016/10/22
- Re: [Findutils-patches] Automatically-generated regexp documentation, Jim Meyering, 2016/10/23
- Re: [Findutils-patches] Automatically-generated regexp documentation, Eric Blake, 2016/10/25