git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] wt-status.c: mark a file-local symbol as static
@ 2016-08-05 20:55 Ramsay Jones
  2016-08-05 21:24 ` Jeff Hostetler
  0 siblings, 1 reply; 2+ messages in thread
From: Ramsay Jones @ 2016-08-05 20:55 UTC (permalink / raw)
  To: jeffhost; +Cc: Junio C Hamano, GIT Mailing-list


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;
-- 
2.9.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] wt-status.c: mark a file-local symbol as static
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Hostetler @ 2016-08-05 21:24 UTC (permalink / raw)
  To: Ramsay Jones, jeffhost; +Cc: Junio C Hamano, GIT Mailing-list



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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-05 21:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).