git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Add some string_list-related functions
@ 2012-09-12 14:04 Michael Haggerty
  2012-09-12 14:04 ` [PATCH v3 1/6] string_list: add function string_list_append_nodup() Michael Haggerty
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Michael Haggerty @ 2012-09-12 14:04 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Jeff King, git, Michael Haggerty

Version 3 of a patch series that adds some functions to the
string_list API.  This patch series applies to current master.  Thanks
for Junio for lots of great feedback.

The patch series "Clean up how fetch_pack() handles the heads list"
v3, which requires some of the new string_list functionality, works
unmodified on top of this version of the patch series.

Changes since v2:

* Use "if (!...) die(...)" instead of assert() to check function
  preconditions.

* Remove unneeded cast.

* Fix formatting of api documentation.

Michael Haggerty (6):
  string_list: add function string_list_append_nodup()
  string_list: add two new functions for splitting strings
  string_list: add a new function, filter_string_list()
  string_list: add a new function, string_list_remove_duplicates()
  string_list: add a function string_list_longest_prefix()
  api-string-list.txt: initialize the string_list the easy way

 .gitignore                                  |   1 +
 Documentation/technical/api-string-list.txt |  68 +++++++++++++--
 Makefile                                    |   1 +
 string-list.c                               | 127 ++++++++++++++++++++++++++--
 string-list.h                               |  71 ++++++++++++++++
 t/t0063-string-list.sh                      | 121 ++++++++++++++++++++++++++
 test-string-list.c                          | 123 +++++++++++++++++++++++++++
 7 files changed, 502 insertions(+), 10 deletions(-)
 create mode 100755 t/t0063-string-list.sh
 create mode 100644 test-string-list.c

-- 
1.7.11.3

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

end of thread, other threads:[~2012-09-12 14:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-12 14:04 [PATCH v3 0/6] Add some string_list-related functions Michael Haggerty
2012-09-12 14:04 ` [PATCH v3 1/6] string_list: add function string_list_append_nodup() Michael Haggerty
2012-09-12 14:04 ` [PATCH v3 2/6] string_list: add two new functions for splitting strings Michael Haggerty
2012-09-12 14:04 ` [PATCH v3 3/6] string_list: add a new function, filter_string_list() Michael Haggerty
2012-09-12 14:04 ` [PATCH v3 4/6] string_list: add a new function, string_list_remove_duplicates() Michael Haggerty
2012-09-12 14:04 ` [PATCH v3 5/6] string_list: add a function string_list_longest_prefix() Michael Haggerty
2012-09-12 14:04 ` [PATCH v3 6/6] api-string-list.txt: initialize the string_list the easy way Michael Haggerty

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