submodule: fix confusing variable name
commit2be945094ef753a47fa85d54dd472351f77c398c
authorBrian M. Carlson <sandals@crustytoothpaste.net>
Sat, 17 Aug 2013 17:25:42 +0000 (17 17:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Sep 2013 19:46:23 +0000 (3 12:46 -0700)
treeffab96c07b8a0d1b9b1389b601da7c9eda6045d7
parent4d06473928ee574910accbde05c19ef2263abdf6
submodule: fix confusing variable name

cmd_summary reads the output of git diff, but reads in the submodule path into a
variable called name.  Since this variable does not contain the name of the
submodule, but the path, rename it to be clearer what data it actually holds.

Signed-off-by: Brian M. Carlson <sandals@crustytoothpaste.net>
Acked-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh