Väinö Järvelä <v@xxxxxxxxxx> writes: > Subject: Re: [PATCH 1/2] Add "--only-untracked" flag to status commands. ^^ I suppose you meant --only-tracked. > static const char runstatus_usage[] = > -"git-runstatus [--color|--nocolor] [--amend] [--verbose] [--untracked]"; > +"git-runstatus [--color|--nocolor] [--amend] [--verbose] > [--untracked]" "[--only-tracked]"; ^^^ The compiler will concatenate the strings, but won't add a space. That results in "... [--untracked][--only-tracked]". Otherwise, the patch sounds fine to me. Not /terribly/ usefull, but why not. -- Matthieu - 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