Re: [PATCH] Add an optional <mode> argument to commit/status -u|--untracked-files option

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Marius Storm-Olsen
Date: Tuesday, June 3, 2008 - 2:17 pm

Jeff King said the following on 03.06.2008 22:14:

You are right. This is the joy of the parse-options() handling of 
short-options with optional arguments.

-us before meant:
     1) commit
     2) show all untracked files
     3) sign-of the commit

I guess it would be possible to reparse the options without the -u, if 
the argument is not one of the three (none,normal,all), but I'm not 
sure it's _that_ critical. Opinions?

--
.marius
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] Add an optional <mode> argument to commit/stat ..., Marius Storm-Olsen, (Tue Jun 3, 2:17 pm)