git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Microproject idea: new OPT_* macros for PARSE_OPT_NONEG
@ 2014-03-07  1:38 Duy Nguyen
  2014-03-07  7:39 ` Michael Haggerty
  0 siblings, 1 reply; 7+ messages in thread
From: Duy Nguyen @ 2014-03-07  1:38 UTC (permalink / raw)
  To: Git Mailing List

Currently in order to avoid --[no]-xxx form we have to resort to
declare full struct option. It'd be nice to have a set of OPT_* macros
with PARSE_OPT_NONEG set. Find and update all "struct option []"
declarations with the new macros (including ones that should never
accept --no- form, but do anyway).
-- 
Duy

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-03-13 23:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-07  1:38 Microproject idea: new OPT_* macros for PARSE_OPT_NONEG Duy Nguyen
2014-03-07  7:39 ` Michael Haggerty
2014-03-07  7:54   ` Duy Nguyen
2014-03-07 19:20     ` Junio C Hamano
2014-03-12 23:37       ` Duy Nguyen
2014-03-13 19:00         ` Junio C Hamano
2014-03-13 23:34           ` Duy Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).