Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use name[len] in switch directly, instead of creating a shadowed vari…
…able. builtin-apply.c defines a local variable 'c' which is used only once and then later gets shadowed by another instance of 'c'. Signed-off-by: Pierre Habouzit <madcoder@debian.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information