commit | 03e11a715bffb0715ebcc9d6370aac7b968b3a4a | [log] [tgz] |
---|---|---|
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | Tue Oct 21 18:38:06 2014 +0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Oct 21 11:22:00 2014 -0700 |
tree | 7ddf6ce3f50e021ea202ac76b868b2883fee7eb2 | |
parent | 76f8611a5fb7e81c1bada0fb190d573a66fc03f6 [diff] |
dir.c: remove the second declaration of "stk" in prep_exclude() This "stk" shadows the first declaration at the top. There's currently no bad effect. But let's avoid it. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>