commit: Add commit_list prefix in two function names.
authorThiago Farina <tfransosi@gmail.com>
Sat, 27 Nov 2010 01:58:14 +0000 (23:58 -0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Nov 2010 22:01:52 +0000 (14:01 -0800)
Add commit_list prefix to insert_by_date function and to sort_by_date,
so it's clear that these functions refer to commit_list structure.

Signed-off-by: Thiago Farina <tfransosi@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found