From: Jürgen Rühle Date: Tue, 2 Jan 2007 19:26:20 +0000 (+0100) Subject: Clarify syntax and role of git-add in status output X-Git-Tag: v1.5.0-rc1~65^2~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e54eef9e1f8adb055c7bbe0e4f50a3716f611dcf;p=git.git Clarify syntax and role of git-add in status output This uses the actual (simplified) synopsis line from the git-add man page and advertises its incremental nature. Signed-off-by: Jürgen Rühle Signed-off-by: Junio C Hamano --- diff --git a/wt-status.c b/wt-status.c index db427384f..34be91b77 100644 --- a/wt-status.c +++ b/wt-status.c @@ -15,7 +15,7 @@ static char wt_status_colors[][COLOR_MAXLEN] = { "\033[31m", /* WT_STATUS_CHANGED: red */ "\033[31m", /* WT_STATUS_UNTRACKED: red */ }; -static const char* use_add_msg = "use \"git add file1 file2\" to include for commit"; +static const char* use_add_msg = "use \"git add ...\" to incrementally add content to commit"; static int parse_status_slot(const char *var, int offset) {