From 4d1f11903393bd79998144ce1089ce427a49a2ed Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Fri, 29 Jul 2005 11:01:26 +0200 Subject: [PATCH] Unify usage strings declaration All usage strings are now declared as static const char []. This is carried over from my old git-pb branch. Signed-off-by: Petr Baudis Signed-off-by: Junio C Hamano --- diff-stages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'diff-stages.c') diff --git a/diff-stages.c b/diff-stages.c index cbaba552b3..2e9c0bce6e 100644 --- a/diff-stages.c +++ b/diff-stages.c @@ -17,7 +17,7 @@ static int diff_break_opt = -1; static const char *orderfile = NULL; static const char *diff_filter = NULL; -static char *diff_stages_usage = +static const char diff_stages_usage[] = "git-diff-stages [] [...]" COMMON_DIFF_OPTIONS_HELP; -- cgit v1.3