From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id cb1b08f9 for ; Sun, 22 Sep 2019 03:04:47 +0000 (UTC) Received: (qmail 14647 invoked by alias); 22 Sep 2019 03:04:39 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24281 Received: (qmail 8173 invoked by uid 1010); 22 Sep 2019 03:04:39 -0000 X-Qmail-Scanner-Diagnostics: from mail-ua1-f68.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25573. spamassassin: 3.4.2. Clear:RC:0(209.85.222.68):SA:0(-2.0/5.0):. Processed in 2.016473 secs); 22 Sep 2019 03:04:39 -0000 X-Envelope-From: sgniazdowski@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.222.68 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-transfer-encoding; bh=NO4+u+k4I5XOmRInNOlmPKI/IlAPyPc6pFQyrsTFIec=; b=PRZGNzlzlrvGIXcQTEu1sN6EvRH2VzMmgYyScNyaF4bG52T6Jr+M5Y+Y5CFkd6xP3Y xZz/Eri10phgEnWe2/FF2ZdUua+DuomTBfMdYXkdMGxF8SA14ADoByJxMXBRkS0ukjvZ t+LlBSSln4li8fg3HXwodEP8QmumoW0MqT6a/NCYGdEchjHP5Z//VxA8wQDXMVmKIkC9 lgDrWSUjs6C5/Zz4RLW18yHj5iEsRWRAL5KiiIxMI+RWzNy/D1IqqdqcQgQjN0v3hmhe dwZ1+QMbaL4Yr5/sLTTLH5wBtT2p8EqhJRW0KZGCHWB+PZtnfIeO2qouP5aqrNgF89iu weuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-transfer-encoding; bh=NO4+u+k4I5XOmRInNOlmPKI/IlAPyPc6pFQyrsTFIec=; b=XdeHwSCuoZ7eeG5LtVQE4L05cOdNIT346zD+Ygo3l8z+Stn8f1snz3MdHsE89r9XjL /trMjYzQEfVFB9E+PZGCEyxFhq2Y8YVTLppWnlVUccyni5zlE8Fdq894rCBZr+n1fA5R D5zxR7i0ZTwgCLkEBVlWQzDwExiiU+MTJHP4n/sVvW6OuLO0uZ0JZSiYhN8e2M3CZIch H8sYmSdv14Oe0NibBIZD+2Jd4sH9nloCIAXZcoWlGD20t7emD1xXVtlWJfzetHmsTJzX P9jtquqLs7hkn9P98AqoWKzNuFlSfq9KUSKeErxDZM5X+h6aSmMTVXjPZ4SpcCvkjaL6 Zzkg== X-Gm-Message-State: APjAAAXO6eD5w0HyhIqCupzJcHZRJ2JyrPm0Wt7snYdSBY3j0Y8TQ1gu 6gd4GRlZJHq+udpV9UpqlOQRd7vRWr7rwsaQ3eXi+WuMdqg= X-Google-Smtp-Source: APXvYqwu8LL1I/FukvN+epuF+I80NBe3/p6jwyeV7vQ+hOwtsX4gTvef/MPcwyGGX4QjNmXYoW4hjyRf7QRqPgrVtvE= X-Received: by 2002:ab0:70a2:: with SMTP id q2mr12693786ual.83.1569121443672; Sat, 21 Sep 2019 20:04:03 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Sebastian Gniazdowski Date: Sun, 22 Sep 2019 05:01:53 +0200 Message-ID: Subject: Re: Zsh gitignore pattern submission to github/gitignore repository To: Zsh Users Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable In case one wouldn't know what's this all about: https://imgur.com/9vIvM8W On Sun, 22 Sep 2019 at 03:23, Sebastian Gniazdowski wrote: > > Hello, > I'm glad to state that the gitignore template has been accepted to the > toptal gitignore database: > > https://github.com/toptal/gitignore/blob/master/templates/Zsh.gitignore > > So when e.g. bulting up the .gitignore using the > https://github.com/wfxr/forgit `gi' tool, there will be a Zsh entry to > choose from. > > However, the main goal =E2=80=93 to include the template in github/gitign= ore > repository, to make it available in the list-box when creating a new > repository, isn't accomplished yet. The PR got stuck because the > GitHub side thinks, that it should be in the `community/...' > subdirectory: > > https://github.com/github/gitignore/pull/3171 > > The problem is that only the files from the main directory get > completed in the new-repository creation list-box. Could a support > shown to the template help? I've submitted a ticket to the GitHub > support and I think that someone posting in the PR with e.g.: > > - "Holding my thumbs for the inclusion in the main directory!" > - "I hope that the template will get accepted into the main directory!" > - ... > > could make a difference. Please help and post, it's important that Zsh > has its gitignore template at GitHub. > > -- > Sebastian Gniazdowski > News: https://twitter.com/ZdharmaI > IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin > Blog: http://zdharma.org --=20 Sebastian Gniazdowski News: https://twitter.com/ZdharmaI IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin Blog: http://zdharma.org