From: Jeff Hostetler <git@jeffhostetler.com>
To: Ramsay Jones <ramsay@ramsayjones.plus.com>, jeffhost@microsoft.com
Cc: Junio C Hamano <gitster@pobox.com>,
GIT Mailing-list <git@vger.kernel.org>
Subject: Re: [PATCH] wt-status.c: mark a file-local symbol as static
Date: Fri, 5 Aug 2016 17:24:16 -0400 [thread overview]
Message-ID: <57A50400.9020101@jeffhostetler.com> (raw)
In-Reply-To: <ff4862e4-da97-deef-b2dc-5201df184484@ramsayjones.plus.com>
On 08/05/2016 04:55 PM, Ramsay Jones wrote:
>
> Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
> ---
>
> Hi Jeff,
>
> If you need to re-roll your 'jh/status-v2-porcelain' branch, could
> you please squash this into the relevant patch (37f7104f, "status:
> print per-file porcelain v2 status data", 02-08-2016).
>
> Thanks!
>
> ATB,
> Ramsay Jones
>
> wt-status.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/wt-status.c b/wt-status.c
> index 3396bf5..a80400e 100644
> --- a/wt-status.c
> +++ b/wt-status.c
> @@ -2152,7 +2152,7 @@ static void wt_porcelain_v2_print_other(
> * [<v2_ignored_items>]*
> *
> */
> -void wt_porcelain_v2_print(struct wt_status *s)
> +static void wt_porcelain_v2_print(struct wt_status *s)
> {
> struct wt_status_change_data *d;
> struct string_list_item *it;
>
got it. thanks!
Jeff
prev parent reply other threads:[~2016-08-05 21:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-05 20:55 [PATCH] wt-status.c: mark a file-local symbol as static Ramsay Jones
2016-08-05 21:24 ` Jeff Hostetler [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=57A50400.9020101@jeffhostetler.com \
--to=git@jeffhostetler.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=jeffhost@microsoft.com \
--cc=ramsay@ramsayjones.plus.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.