From: Nguyễn Thái Ngọc Duy Date: Wed, 27 Dec 2017 10:18:38 +0000 (+0700) Subject: wt-status.c: rename rename-related fields in wt_status_change_data X-Git-Tag: v2.16.3~37^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5134ccde642ae9ed6a244c92864c26734d100f4c?ds=inline;hp=5134ccde642ae9ed6a244c92864c26734d100f4c wt-status.c: rename rename-related fields in wt_status_change_data These field "head_path" is used for rename display only. In the next patch we introduce another rename pair where the rename source is no longer HEAD. Rename it to something more generic. While at there, rename "score" as well and store the rename diff code in a separate field instead of hardcoding key[0] (i.e. diff-index) in porcelain v2 code. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---