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=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 19ED61F466 for ; Thu, 30 Jan 2020 21:59:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725972AbgA3V7f (ORCPT ); Thu, 30 Jan 2020 16:59:35 -0500 Received: from pb-smtp21.pobox.com ([173.228.157.53]:60259 "EHLO pb-smtp21.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725855AbgA3V7f (ORCPT ); Thu, 30 Jan 2020 16:59:35 -0500 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 3392AAB93D; Thu, 30 Jan 2020 16:59:33 -0500 (EST) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=WR+4MHlrsFmc5obAS6BAC4QeNKA=; b=CIkcvQ tKbU9HKNbIQaZhoxxWt0dwgl5GijCdmegcDXeFnz/pVfwmLcoBosX+FEo4vuXSuu FRI9dx9UIDzZGG6zXWGegSVj0Nx0+85inGBICZbF3DWxaqIIMqo0fQEiJiwJ5WG8 Hqm2F1dVCqwEdemQfieNvUcQhcFk9UIWPoB2I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=VEshmhHlK0EoWL+FRozQENmWndK/LK8o dI3xvGg/mjriIi5GI1B1Wzl9U2KW3MDUMRRJAuwYHhwDP269pkm9Q0FIR7cKO4nb suTzOUS5CIRM//X/atp9ukzvuO8/IHHxmk09b84Lz+G/a1VK1aRUuBoWr9ZepLL9 1ecUZ2tb17o= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 2BA23AB93B; Thu, 30 Jan 2020 16:59:33 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.76.80.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id 558FBAB93A; Thu, 30 Jan 2020 16:59:30 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: "Heba Waly via GitGitGadget" Cc: git@vger.kernel.org, Heba Waly Subject: Re: [PATCH v3] add: use advice API to display hints References: Date: Thu, 30 Jan 2020 13:59:28 -0800 In-Reply-To: (Heba Waly via GitGitGadget's message of "Thu, 30 Jan 2020 01:11:41 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: CA79A392-43AB-11EA-9AFF-8D86F504CC47-77302942!pb-smtp21.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org "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. Thanks.