git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] fmt-merge-msg improvements
@ 2010-03-24  7:15 Stephen Boyd
  2010-03-24  7:15 ` [PATCH 1/7] fmt-merge-msg: be quiet if nothing to merge Stephen Boyd
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Stephen Boyd @ 2010-03-24  7:15 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

The first one might be considered a bug, although triggering it is
probably impossible. Not much of a price to pay for correctness
though.

The next two patches modernize and update the test a bit.

The next 3 patches try and reduce the code size by libifying(?)
fmt-merge-msg.

The final patch is just a "while I'm here" thing and might be
unnecessary if we decide to just remove the summary option.

Stephen Boyd (7):
  fmt-merge-msg: be quiet if nothing to merge
  t6200: modernize with test_tick
  t6200: test fmt-merge-msg more
  fmt-merge-msg: use pretty.c routines
  string-list: add unsorted_string_list_lookup()
  fmt-merge-msg: remove custom string_list implementation
  fmt-merge-msg: hide summary option

 Documentation/technical/api-string-list.txt |    6 +-
 builtin/fmt-merge-msg.c                     |  159 ++++++++--------------
 string-list.c                               |   13 ++-
 string-list.h                               |    3 +-
 t/t6200-fmt-merge-msg.sh                    |  196 ++++++++++++++++++++++-----
 5 files changed, 235 insertions(+), 142 deletions(-)

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

end of thread, other threads:[~2010-04-01 20:07 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-24  7:15 [PATCH 0/7] fmt-merge-msg improvements Stephen Boyd
2010-03-24  7:15 ` [PATCH 1/7] fmt-merge-msg: be quiet if nothing to merge Stephen Boyd
2010-03-25  2:39   ` Junio C Hamano
2010-03-25  3:48     ` Stephen Boyd
2010-03-24  7:15 ` [PATCH 2/7] t6200: modernize with test_tick Stephen Boyd
2010-03-24  7:16 ` [PATCH 3/7] t6200: test fmt-merge-msg more Stephen Boyd
2010-03-24  7:16 ` [PATCH 4/7] fmt-merge-msg: use pretty.c routines Stephen Boyd
2010-03-24  7:16 ` [PATCH 5/7] string-list: add unsorted_string_list_lookup() Stephen Boyd
2010-03-24  7:16 ` [PATCH 6/7] fmt-merge-msg: remove custom string_list implementation Stephen Boyd
2010-03-30  5:18   ` Junio C Hamano
2010-04-01  6:08     ` Stephen Boyd
2010-04-01  6:29     ` [PATCH 8/7] Make string_list_append() consistent with everything else Stephen Boyd
2010-04-01 20:07       ` Julian Phillips
2010-03-24  7:16 ` [PATCH 7/7] fmt-merge-msg: hide summary option Stephen Boyd
2010-03-25  2:45   ` Junio C Hamano
2010-03-25  5:19     ` Stephen Boyd
2010-03-26 19:30       ` Junio C Hamano

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