All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Migrate simple builtins to parse-options
@ 2009-07-08  5:15 Stephen Boyd
  2009-07-08  5:15 ` [PATCH 1/4] write-tree: migrate " Stephen Boyd
  0 siblings, 1 reply; 9+ messages in thread
From: Stephen Boyd @ 2009-07-08  5:15 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

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(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-07-09 16:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-08  5:15 [PATCH 0/4] Migrate simple builtins to parse-options Stephen Boyd
2009-07-08  5:15 ` [PATCH 1/4] write-tree: migrate " 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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.