Files
git/builtin
Tanay Abhra f93d7c6fa0 replace memset with string-list initializers
Using memset and then manually setting values of the string-list
members is not future proof as the internal representation of
string-list may change any time.
Use `string_list_init()` or STRING_LIST_INIT_* macros instead of
memset.

Signed-off-by: Tanay Abhra <tanayabh@gmail.com>
Reviewed-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2014-07-21 10:23:44 -07:00
..
2014-07-09 11:34:05 -07:00
2014-07-02 12:53:02 -07:00
2014-07-02 12:51:50 -07:00
2014-06-16 10:07:15 -07:00
2014-03-14 14:25:31 -07:00
2014-01-17 12:21:20 -08:00
2014-07-09 11:34:05 -07:00
2014-07-09 11:34:05 -07:00
2014-06-13 12:07:47 -07:00
2014-06-25 11:47:36 -07:00
2014-07-09 11:33:28 -07:00
2014-07-10 11:27:34 -07:00
2014-06-03 12:06:41 -07:00
2014-05-19 13:39:54 -07:00
2014-04-30 10:30:02 -07:00
2014-07-02 12:53:02 -07:00
2014-01-17 12:21:20 -08:00