On 07/25/2016 04:23 PM, Junio C Hamano wrote:
Jeff Hostetler writes:
+static void wt_porcelain_v2_print(struct wt_status *s);
+
There is no point in this forward declaration, if you just place the
implementation of these functions here, no?
Right. I just did it that way to make the diffs
Jeff Hostetler writes:
> +static void wt_porcelain_v2_print(struct wt_status *s);
> +
There is no point in this forward declaration, if you just place the
implementation of these functions here, no?
> +/*
> + * Print porcelain v2 info for tracked entries with changes.
> + */
> +static void wt_p
Print per-file information in porcelain v2 format.
Signed-off-by: Jeff Hostetler
---
wt-status.c | 285 +++-
1 file changed, 284 insertions(+), 1 deletion(-)
diff --git a/wt-status.c b/wt-status.c
index 54aedc1..ffdfe11 100644
--- a/wt-sta
3 matches
Mail list logo