]> git.ipfire.org Git - thirdparty/git.git/commit - dir.c
Unindent excluded_from_list()
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 26 May 2012 12:31:12 +0000 (19:31 +0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 May 2012 17:58:54 +0000 (10:58 -0700)
commit35a94d44afd5d46bd9675d74925bac73a9839066
tree16bc8e758adc1459f7f64739b78336c858243954
parentbefc5ed3799cb6fcbaa7de03e7fa1760e846853c
Unindent excluded_from_list()

Return early if el->nr == 0. Unindent one more level for FNM_PATHNAME
code block as this block is getting complex and may need more
indentation.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
dir.c