Sverre Rabbelier <srabbelier@xxxxxxxxx> writes: > Heya, > > On Thu, Aug 13, 2009 at 12:26, Junio C Hamano<gitster@xxxxxxxxx> wrote: >> How about making the option parser get and keep the _name_ of the file >> until option parsing session (i.e. read the stream until initial run of >> "option" command runs out and then parse the command line to override), >> and then finally open the file and read it? > > On Thu, Aug 13, 2009 at 10:44, Sverre Rabbelier<srabbelier@xxxxxxxxx> wrote: >> Ah, then how about in option_import_marks() we only store the name of >> the file, like in option_export_marks, and at the end, when we reach >> the first non-option command (and we've parsed argv), we read the >> file. That way it's only read once, and it deals with the above >> scenario. > > Which is exactly what the latest version does :). Heh, thanks; it appears I lagged behind by about 2 hours? -- 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