From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 1E7E51F466 for ; Fri, 31 Jan 2020 11:16:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728393AbgAaLQo (ORCPT ); Fri, 31 Jan 2020 06:16:44 -0500 Received: from mail-ed1-f54.google.com ([209.85.208.54]:36346 "EHLO mail-ed1-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728268AbgAaLQo (ORCPT ); Fri, 31 Jan 2020 06:16:44 -0500 Received: by mail-ed1-f54.google.com with SMTP id j17so7406405edp.3 for ; Fri, 31 Jan 2020 03:16:42 -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 :cc; bh=eyNFDgoFah0LW0mA0GkaPzqv2gTbZ5y8Yzbb+ehH8h0=; b=BOCW4k8L7KRHkFP9UDHffQDoCzPqu+ID4z1WfNFiGptIXY0RoK+w1f+FkWBSII5ubL PbQ69SxLo/1N+xA0m+BaOo12kAFIf2yU0Z8IVlBAXtGnset8msI8ZTpsP295xsZjRR1a ZEjzXZ/Bt+9bSAS4cQjGxhujFA4607FW7f23ZWrukg/nAtucmDThSJL11MkPINxH2HEh P+SuqihALR76ulI8VXE+G5dOyahAoN70D3BAQcTvhNdFLt0V7s9EVV6wjCUsYR32SMLP qxjoWctkOHBLN4xx6XgLPEM8g8Ilwdr5WYquuMdDm0ymUYsPjBCOsBRinzVfvwbGorgW qvfg== 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:cc; bh=eyNFDgoFah0LW0mA0GkaPzqv2gTbZ5y8Yzbb+ehH8h0=; b=h31+rFepnQHjXlQqRq2uieiFJc0lMBAi36KBGT76UoXOvA8TZvH8rHXuwu52qk2+1i SV/+IElYXMKYeRaUhJf+1ej7psBw/DfqqKqpo/c9wAXZNL8PFNxIryL+hXQxmYuwXH2k j+9RZEl5ycnhUg6n5VVPfi7fmHyZFctL1cvUyOgwtX6wgtj2q8TtkvapVQ3jL7xdjLbr EsZwhUyLSbBvlJGVWhLAAvAFoe19BPOmbOeSkysDmQwcGbXfovCRq9zXfLtRQDANVDeM UN5Nt+3XP/DnyQP4zPjseepM7LYjU8tf+MqP/UgYPNlUMMzUc1xe9v2ilf04URgS/HSd ohWQ== X-Gm-Message-State: APjAAAXI84d9+KC4Gct7hFa9aUdptJpTEHNqBpamrSPAM8pkjXzZgGBD 6wRJ0ji7gvQrF+2biQqzOvo6ZHU57fmJFYvBPhQ= X-Google-Smtp-Source: APXvYqwY3Mx+C+a/rZXUrW2Jtp+tLjC9nN2vSQ2C4HzWEs3Cv0D27AJzcsS9yXZ4UR3Aj9T6Y96XSBphzEe74VvHUfw= X-Received: by 2002:a05:6402:17f2:: with SMTP id t18mr8449327edy.9.1580469402198; Fri, 31 Jan 2020 03:16:42 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Heba Waly Date: Sat, 1 Feb 2020 00:16:31 +1300 Message-ID: Subject: Re: [PATCH v3] add: use advice API to display hints To: Junio C Hamano Cc: Heba Waly via GitGitGadget , Git Mailing List Content-Type: text/plain; charset="UTF-8" Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Fri, Jan 31, 2020 at 10:59 AM Junio C Hamano wrote: > > "Heba Waly via GitGitGadget" writes: > > > From: Heba Waly > > > > In the "add" command, use the advice API to display hints to users, > > as it provides a neat and a standard format for hint messages, and > > the message visibility will be configurable. > > > > Signed-off-by: Heba Waly > > --- > > [Outreachy] add: use advise API to display hints > > > > In the "add" command, use the advice API to display hints to users, as > > it provides a neat and a standard format for hint messages, and the > > message visibility will be configurable. > > The topic has been in 'next' for the past week or so already. If we > need to make further changes, please do so incrementally. > Will do, thanks. > Thanks.