dir.c: rename cryptic 'which' variable to more consistent name
authorAdam Spiers <git@adamspiers.org>
Thu, 27 Dec 2012 02:32:22 +0000 (02:32 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Dec 2012 20:07:45 +0000 (12:07 -0800)
'el' is only *slightly* less cryptic, but is already used as the
variable name for a struct exclude_list pointer in numerous other
places, so this reduces the number of cryptic variable names in use by
one :-)

Signed-off-by: Adam Spiers <git@adamspiers.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found