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 8a6bf8b0 for ; Sun, 22 Sep 2019 01:26:21 +0000 (UTC) Received: (qmail 21654 invoked by alias); 22 Sep 2019 01:26:09 -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: 24280 Received: (qmail 16392 invoked by uid 1010); 22 Sep 2019 01:26:09 -0000 X-Qmail-Scanner-Diagnostics: from mail-ua1-f51.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.51):SA:0(-2.0/5.0):. Processed in 3.72156 secs); 22 Sep 2019 01:26:09 -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.51 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=G6eHIuYDMnalQ/fVHrcMfsmb+DQplEUBWgeCmvXUGSQ=; b=sHV5LYuCnMr/VDAG78Wcg8zj+1/+NCSwcrVtNp5QOTfry9kPOnMqTsyu9dR0d0kTlT 5SahzDFhm5O5m3opOt+d2DjNdtjRZzmM7qaFncHm2ngRe7ZSaceq25t8uzOJJTB1bND1 D6b5hNMarkh8Y2K9AyRRuwASJUAywhAM0LxRr9SOafNEYdCugPn00efaOvEPiAVL746c qtjpGk6SWkLnIaUH+h6dR+uh+NSf5mBNFKQevi1FPUti4gGmm4HyTh7KqXgJlP+K6eiG gO+LcCYU6YLAR43+E5NApB7bifhmc38xYD07G7vIvn6Ij5hC5qlW8Ffrreu8V+5C7Rv+ /6Bw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=G6eHIuYDMnalQ/fVHrcMfsmb+DQplEUBWgeCmvXUGSQ=; b=ak5wk/q3cNl2jmUPtHSGx+z+fnzRB/vxO0RNMPly3ipR+Q17HHHwDa5x52mYl4g9JS Im+chLHhUGFcGz8JJpdT+213bP69DKZji/pEckvYaQQ89hnfBKWehFgXkHX5rqn7NXW2 +/Xcd7YUIA4me1F20cG25MtGSuPGHoT2Gcpwc/UZ0PFRZc7KCfajyTnhV7QZEkg0uQUZ PFmrQtilu+6dOotgis+Gid+IbhsUqw5Ip9nMGoWNJXfFURlL1Zuv6dxTnqJLNnoZmSjX M+Ol5FbbE85DxiMIru5Uf4JuRhudbRqrBGW1CN/jMjab3koI+XImpVFsKHIH+pPXHwcH URxg== X-Gm-Message-State: APjAAAVqF30N4dL4RxAN2gzX9xhRbZ2to6GdHacLfXP8H8+VtLEMsN3w mUHoduNIrOp6hqEW8gKVX1q5UrOHhoSuoAZ2gZFYTtlboM4= X-Google-Smtp-Source: APXvYqwzUqtAw8b0lRZjlMdxMWUQ2OgDFczInLbBRwmyzUMHONo38D1tmIdKauBeeAILg6ZjwxdtbSYqqZYzjlR8KBw= X-Received: by 2002:a9f:3e04:: with SMTP id o4mr12446263uai.28.1569115531963; Sat, 21 Sep 2019 18:25:31 -0700 (PDT) MIME-Version: 1.0 From: Sebastian Gniazdowski Date: Sun, 22 Sep 2019 03:23:21 +0200 Message-ID: Subject: Zsh gitignore pattern submission to github/gitignore repository To: Zsh Users Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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/gitignor= e 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. --=20 Sebastian Gniazdowski News: https://twitter.com/ZdharmaI IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin Blog: http://zdharma.org