Disallow working directory commands in a bare repository.
[gitweb.git] / wt-status.c
index 8aac526440bc31e0ade55c77e6b2b6120b5132ee..c48127daca9b96ce43a86508705dbaa4c24059be 100644 (file)
@@ -56,9 +56,9 @@ void wt_status_prepare(struct wt_status *s)
 static void wt_status_print_cached_header(const char *reference)
 {
        const char *c = color(WT_STATUS_HEADER);
-       color_printf_ln(c, "# Cached changes to be committed:");
+       color_printf_ln(c, "# Changes to be committed:");
        if (reference) {
-               color_printf_ln(c, "#   (use \"git reset %s <file>...\" and \"git rm --cached <file>...\" to unstage)", reference);
+               color_printf_ln(c, "#   (use \"git reset %s <file>...\" to unstage)", reference);
        } else {
                color_printf_ln(c, "#   (use \"git rm --cached <file>...\" to unstage)");
        }