Files
git/builtin
Alex Riesen 8a57c6e943 Convert the users of for_each_string_list to for_each_string_list_item macro
The rule for selecting the candidates for conversion is: if the callback
function returns only 0 (the condition for for_each_string_list to exit
early), than it can be safely converted to the macro.

A notable exception are the callers in builtin/remote.c. If converted, the
readability in the file will suffer greately. Besides, the code is not very
performance critical (at the moment, at least): it does output formatting of
the list of remotes.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-07-05 11:44:35 -07:00
..
2010-06-27 12:07:55 -07:00
2010-06-21 06:02:47 -07:00
2010-06-27 12:07:55 -07:00
2010-06-21 06:02:44 -07:00
2010-06-18 11:16:53 -07:00
2010-06-07 22:15:31 -07:00
2010-06-30 11:55:38 -07:00
2010-06-30 11:55:40 -07:00
2010-03-21 16:23:44 -07:00
2010-06-18 11:16:54 -07:00
2010-06-28 17:42:26 -07:00
2010-04-09 22:43:18 -07:00
2010-03-31 15:14:27 -07:00
2010-06-12 09:39:06 -07:00
2010-06-29 10:36:13 -07:00