From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,RDNS_NONE,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.4 Received: from authenticated user by zero.zsh.org with local id 1kiYvL-0003FZ-7L; Fri, 27 Nov 2020 08:16:11 +0000 Authentication-Results: zsh.org; iprev=pass (mail-wm1-f65.google.com) smtp.remote-ip=209.85.128.65; dkim=pass header.d=gmail.com header.s=20161025 header.a=rsa-sha256; dmarc=pass header.from=gmail.com; arc=none Received: from mail-wm1-f65.google.com ([209.85.128.65]:34337) by zero.zsh.org with esmtps (TLS1.3:TLS_AES_128_GCM_SHA256:128) id 1kiYv2-000317-Lq; Fri, 27 Nov 2020 08:15:54 +0000 Received: by mail-wm1-f65.google.com with SMTP id g25so1909909wmh.1 for ; Fri, 27 Nov 2020 00:15:52 -0800 (PST) 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; bh=HtpM3auvjOb1+BKX443AD1Q4VeGc5Tljn+FZkb393IU=; b=CoZQQ0iavpe7nOO1Fg+YGhmAJ/1z9J6DcxxnhL0xMa6ghIX8tiNPFmYxS1xxSc6use bbruzBcgNy1zsptc32HS5l0bs78HeFPrCB8oHn7LotROxkKE3vR3eL3nKRjOM+XhtgPk syW7z5UI38O0CN63kzypO//wMArhs9F6VQAHZ/Ion72vamAFuJbHk2pk2BagTXYeqzbp uBpJxo3Tj3lVADBf5KRj3Pu8JrstNb6lzKJi+BOo581Bdto98nKlEPIBUe8kMGL7/OcZ OhlacnP3a6PCodgNam+4c5SiNBxkx56TzFg3SeFSVb/Maz0jzevx4aW0VMO8EYIA7vsf mmeA== 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; bh=HtpM3auvjOb1+BKX443AD1Q4VeGc5Tljn+FZkb393IU=; b=RKB5+BPL6rohDa5fdApTRvUiPUp4B0esziLAlOtXdTm2HniHpyy74uQqYjh5MfbAvt 5rbS1RNJFfEG1Fxvjy5XrLqvwaxN3klP23aMIDx0EQ6c+SyspShQ6y0/WgGGKnx94Kn3 rrgMcEpffQxqGOOzAHz36Y7mehZWmpxuCGzAkoZfQik3ULr2mdP1eJu0hR5YzmlXQFCy /wC/V5g6G+MzyrCpr4+Pw5WPQNX8K3tylNgQi2d/bQh1ALaKid9Lq4BeIaLomW0UGqgu DvsDuznPd5ewhD4/6tDcQ5EcRY8FrNWZJX45dkNlUVBJQbffefeN4UqbY0iJIZ0ZMyyb b7LQ== X-Gm-Message-State: AOAM533g3RMyAd002WPUWamzslHFAIBpnxd8mWGWYOzIBub7WnWiWs9I 5IYlJbfz3aAFgwGe343Ec+hX66Fqo1nCuHPGBoprQT94bxAdHw== X-Google-Smtp-Source: ABdhPJxzcCDvJPMwJ1clMzW/8BT7E0fDinBSczDTQcmGI4qiyIet5d2lX2QcNGluaiE8TlQmUVgbvxQW/rmssaeCFv8= X-Received: by 2002:a7b:c3d5:: with SMTP id t21mr7529423wmj.37.1606464951873; Fri, 27 Nov 2020 00:15:51 -0800 (PST) MIME-Version: 1.0 References: <20201123214942.hi2rx7n3jk25ucmd@chazelas.org> <74327-1606347813.918593@HxCz.NV4p.AwzH> <20201126201431.a6ym56gcagomyvzk@chazelas.org> <20201127071357.kifmnsmf45f6vkw3@chazelas.org> In-Reply-To: <20201127071357.kifmnsmf45f6vkw3@chazelas.org> From: Felipe Contreras Date: Fri, 27 Nov 2020 02:15:40 -0600 Message-ID: Subject: Re: [PATCH] ulimit option completions using ulimit -a output To: Zsh hackers list Content-Type: text/plain; charset="UTF-8" X-Seq: 47662 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: Archived-At: On Fri, Nov 27, 2020 at 1:14 AM Stephane Chazelas wrote: > Now I need to figure out how to amend a commit that is not the > latest... git rebase --interactive https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History Or you can find the commit you want to fix, then put the id in the title of your patch commit (e.g. "fixup! 9686f839c3"), then do "git rebase --autosquash 9686f839c3~" (one commit before the one you want to fix). Cheers. -- Felipe Contreras