]> git.ipfire.org Git - thirdparty/git.git/commit
rename field "raw" to "_raw" in struct pathspec
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sun, 14 Jul 2013 08:36:02 +0000 (15:36 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Jul 2013 17:56:09 +0000 (10:56 -0700)
commitb3920bbdc51fc360bde70e7c19088acfe44b9c4b
tree914e76d24a2b1371616f4a3e0a52172c097fb1b9
parent61588ccf78373f5211ecdc56d53f0e17d04283fe
rename field "raw" to "_raw" in struct pathspec

This patch is essentially no-op. It helps catching new use of this
field though. This field is introduced as an intermediate step for the
pathspec conversion and will be removed eventually. At this stage no
more access sites should be introduced.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/ls-tree.c
dir.c
pathspec.c
pathspec.h