From: Johannes Schindelin Date: Tue, 30 Oct 2018 18:40:03 +0000 (-0700) Subject: config: rename `dummy` parameter to `cb` in git_default_config() X-Git-Tag: v2.20.0-rc0~50^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/409670f34ed5a2bc4f508f3aee9f809922b339dc?hp=409670f34ed5a2bc4f508f3aee9f809922b339dc config: rename `dummy` parameter to `cb` in git_default_config() This is the convention elsewhere (and prepares for the case where we may need to pass callback data). Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---