summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 825cee7)
raw | patch | inline | side by side (parent: 825cee7)
author | Jürgen Rühle <j-r@online.de> | |
Tue, 2 Jan 2007 19:26:20 +0000 (20:26 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 3 Jan 2007 07:41:12 +0000 (23:41 -0800) |
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 <j-r@online.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
advertises its incremental nature.
Signed-off-by: Jürgen Rühle <j-r@online.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
wt-status.c | patch | blob | history |
diff --git a/wt-status.c b/wt-status.c
index db427384ff454aa07e38c588537cbaa6b835dee6..34be91b77c2391ad803bedb82c9fd9b28c59751a 100644 (file)
--- a/wt-status.c
+++ b/wt-status.c
"\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 <file>...\" to incrementally add content to commit";
static int parse_status_slot(const char *var, int offset)
{