dir.c: rename cryptic 'which' variable to more consistent name
commit840fc334e98e89e28039f85c3eff0caab5f20eb3
authorAdam Spiers <git@adamspiers.org>
Thu, 27 Dec 2012 02:32:22 +0000 (27 02:32 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Dec 2012 20:07:45 +0000 (28 12:07 -0800)
tree58f2514f164bfd04a5470b985b06a26e8ce2f418
parent95a68344afcaf229765921c70458ee76add342dc
dir.c: rename cryptic 'which' variable to more consistent name

'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>
dir.c
dir.h