]> git.ipfire.org Git - thirdparty/git.git/commit - dir.c
read_directory_recursive(): refactor handling of a single path into a separate function
authorJunio C Hamano <gitster@pobox.com>
Sat, 9 Jan 2010 03:14:07 +0000 (19:14 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 9 Jan 2010 07:13:47 +0000 (23:13 -0800)
commit53cc5356fb591d0efa9d2725f8430afe5f5630b5
tree92f959e0ec9fb2083f1fd70be57d59b61ba34bb9
parent472e746991db09fea7f11e4cb856c2cec9dc282b
read_directory_recursive(): refactor handling of a single path into a separate function

Primarily because I want to reuse it in a separate function later,
but this de-dents a huge function by one tabstop which by itself is
an improvement as well.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
dir.c