diff: use the word "path" instead of "name" for blobs
commitd04ec74b17138733463c0ca1024fdbb42be6096a
authorJeff King <peff@peff.net>
Fri, 19 May 2017 12:58:05 +0000 (19 08:58 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 May 2017 01:59:27 +0000 (24 10:59 +0900)
tree711320a3ef563cdffbc4b8038515e3c179aa87ca
parent42f5ba5bb6648c16a3c90a0110fbdb430e590a1b
diff: use the word "path" instead of "name" for blobs

The stuff_change() function makes diff_filespecs out of
blobs. The term we generally use for filespecs is "path",
not "name", so let's be consistent here.  That will make
things less confusing when the next patch starts caring
about the path/name distinction inside the pending object
array.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/diff.c