These patches spread the use of parse_options() to some more commands. I tried to come up with a short description for every option, but I'm not sure I fully succeeded. In particular, the option "sparse" in builtin-rev-list.c has no description. Michele Ballabio (9): builtin-verify-tag.c: use parse_options() builtin-write-tree.c: use parse_options() builtin-prune-packed.c: use parse_options() builtin-ls-tree.c: use parse_options() builtin-rev-list.c: use parse_options() builtin-init-db.c: use parse_options() builtin-checkout-index.c: use parse_options() builtin-fetch-pack.c: use parse_options() builtin-mailinfo.c: use parse_options() builtin-checkout-index.c | 146 +++++++++++++++++++++++++--------------------- builtin-fetch-pack.c | 144 ++++++++++++++++++++++++++++----------------- builtin-init-db.c | 56 +++++++++++------- builtin-ls-tree.c | 92 +++++++++++------------------ builtin-mailinfo.c | 39 +++++++------ builtin-prune-packed.c | 38 ++++++------ builtin-rev-list.c | 132 ++++++++++++++++++++--------------------- builtin-verify-tag.c | 25 +++++--- builtin-write-tree.c | 31 +++++----- 9 files changed, 376 insertions(+), 327 deletions(-) -- 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