Files
git/Documentation
Johannes Schindelin c455c87c5c Rename path_list to string_list
The name path_list was correct for the first usage of that data structure,
but it really is a general-purpose string list.

$ perl -i -pe 's/path-list/string-list/g' $(git grep -l path-list)
$ perl -i -pe 's/path_list/string_list/g' $(git grep -l path_list)
$ git mv path-list.h string-list.h
$ git mv path-list.c string-list.c
$ perl -i -pe 's/has_path/has_string/g' $(git grep -l has_path)
$ perl -i -pe 's/path/string/g' string-list.[ch]
$ git mv Documentation/technical/api-path-list.txt \
	Documentation/technical/api-string-list.txt
$ perl -i -pe 's/strdup_paths/strdup_strings/g' $(git grep -l strdup_paths)

... and then fix all users of string-list to access the member "string"
instead of "path".

Documentation/technical/api-string-list.txt needed some rewrapping, too.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2008-07-21 19:11:50 -07:00
..
2008-07-21 12:14:42 -07:00
2008-07-21 19:11:50 -07:00
2008-04-22 21:53:37 -07:00
2008-07-19 23:08:58 -07:00
2008-07-09 16:58:21 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-07 02:17:14 -07:00
2008-07-21 12:14:42 -07:00
2008-07-05 18:33:16 -07:00
2008-07-05 18:33:16 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-13 15:16:09 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-21 12:14:42 -07:00
2008-07-19 15:52:12 -07:00
2008-07-05 18:33:16 -07:00
2008-07-05 18:33:16 -07:00
2008-06-06 11:18:28 -07:00
2008-03-08 19:43:21 -08:00
2008-03-27 20:36:35 -07:00
2008-06-26 17:11:21 -07:00
2008-04-20 11:36:53 -07:00
2008-05-25 21:11:24 -07:00
2008-05-27 22:32:47 -07:00
2008-06-07 11:45:48 -07:00
2008-06-26 17:59:51 -07:00
2008-04-07 21:57:43 -07:00
2008-06-25 17:13:48 -07:00
2008-07-04 01:38:41 -07:00
2008-07-13 15:23:43 -07:00
2008-07-19 10:58:01 -07:00
2008-06-18 13:09:43 -07:00
2008-07-19 15:52:12 -07:00