1. 08 3月, 2007 1 次提交
    • S
      Preallocate memory earlier in fast-import · 93e72d8d
      Shawn O. Pearce 提交于
      I'm about to teach fast-import how to reload the marks file created
      by a prior session.  The general approach that I want to use is to
      immediately parse the marks file when the specific argument is found
      in argv, thereby allowing the caller to supply multiple marks files,
      as the mark space can be sparsely populated.
      
      To make that work out we need to allocate our object tables before
      we parse the command line options.  Since none of these tables
      depend on the command line options, we can easily relocate them.
      Signed-off-by: NShawn O. Pearce <spearce@spearce.org>
      93e72d8d
  2. 06 3月, 2007 15 次提交
  3. 05 3月, 2007 14 次提交
  4. 04 3月, 2007 10 次提交