From: Stephen Boyd <bebarino@gmail.com>
To: git@vger.kernel.org
Cc: Junio C Hamano <gitster@pobox.com>
Subject: [PATCH 0/4] Migrate simple builtins to parse-options
Date: Tue, 7 Jul 2009 22:15:37 -0700 [thread overview]
Message-ID: <1247030141-11695-1-git-send-email-bebarino@gmail.com> (raw)
These are builtins with options that are fairly simple and the number
of options is small so code review will hopefully be easier.
Stephen Boyd (4):
write-tree: migrate to parse-options
tag-verify: migrate to parse-options
verify-pack: migrate to parse-options
prune-packed: migrate to parse-options
Documentation/git-prune-packed.txt | 4 ++-
Documentation/git-verify-pack.txt | 3 +-
builtin-prune-packed.c | 29 ++++++++++---------------
builtin-verify-pack.c | 40 ++++++++++++++++-------------------
builtin-verify-tag.c | 21 ++++++++++--------
builtin-write-tree.c | 40 +++++++++++++++++------------------
6 files changed, 66 insertions(+), 71 deletions(-)
next reply other threads:[~2009-07-08 5:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-08 5:15 Stephen Boyd [this message]
2009-07-08 5:15 ` [PATCH 1/4] write-tree: migrate to parse-options Stephen Boyd
2009-07-08 5:15 ` [PATCH 2/4] tag-verify: " Stephen Boyd
2009-07-08 5:15 ` [PATCH 3/4] verify-pack: " Stephen Boyd
2009-07-08 5:15 ` [PATCH 4/4] prune-packed: " Stephen Boyd
2009-07-09 10:51 ` Johannes Schindelin
2009-07-09 15:55 ` Stephen Boyd
2009-07-09 16:05 ` Stephen Boyd
2009-07-09 16:01 ` [PATCH 3/4] verify-pack: " Stephen Boyd
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1247030141-11695-1-git-send-email-bebarino@gmail.com \
--to=bebarino@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).