Converted fast-import to accept standard command line parameters.
commitd5c57b284e847a56cc1d98b783be95ba94285afe
authorShawn O. Pearce <spearce@spearce.org>
Wed, 23 Aug 2006 06:00:31 +0000 (23 02:00 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 14 Jan 2007 07:15:05 +0000 (14 02:15 -0500)
tree92535e41537a610c752c7b71afc985de99f6ec17
parentafde8dd96dbb81688d7cb22330e4fffcfc7def21
Converted fast-import to accept standard command line parameters.

The following command line options are now accepted before the
pack name:

  --objects=n           # replaces the object count after the pack name
  --depth=n             # delta chain depth to use (default is 10)
  --active-branches=n   # maximum number of branches to keep in memory

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
fast-import.c