From: Junio C Hamano Date: Tue, 5 Apr 2011 16:30:36 +0000 (-0700) Subject: pathspec: rename per-item field has_wildcard to use_wildcard X-Git-Tag: v1.7.6-rc0~103^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/33e0f62ba981ebfdcab8c9fb6d2935712a7b9d41?hp=33e0f62ba981ebfdcab8c9fb6d2935712a7b9d41 pathspec: rename per-item field has_wildcard to use_wildcard As the point of the last change is to allow use of strings as literals no matter what characters are in them, "has_wildcard" does not match what we use this field for anymore. It is used to decide if the wildcard matching should be used, so rename it to match the usage better. Signed-off-by: Junio C Hamano ---