Re: [PATCH] Provide better feedback for the untracked only case in status output

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hi,

Am Mittwoch, den 10.01.2007, 08:08 +0100 schrieb Juergen Ruehle:
...
> @@ -311,12 +312,14 @@ void wt_status_print(struct wt_status *s)
...
> +		else if (s->is_initial)
> +			printf("nothing to commit (working directory is empty)\n");
Shouldn't the user know that there is nothing in his working directory?

> +		else
> +			printf("nothing to commit (working directory matches HEAD)\n");
How about s/matches HEAD/clean/

There is another thing:
# Changed but not added:
#   (use "git add <file>..." to incrementally add content to commit)
#
#       deleted:    blah

How about adding some more hints (e.g.: git rm --cached <file>)
depending on the diff_queue in wt_status_print_changed_cb()?


bye michael


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]