Skip to content

Commit 9b4a655

Browse files
chooglengitster
authored andcommitted
config.c: rename "struct config_source cf"
The "cf" name is a holdover from before 4d8dd14 (config: make parsing stack struct independent from actual data source, 2013-07-12), when the struct was named config_file. Since that acronym no longer makes sense, rename "cf" to "cs". In some places, we have "struct config_set cs", so to avoid conflict, rename those "cs" to "set" ("config_set" would be more descriptive, but it's much longer and would require us to rewrap several lines). Signed-off-by: Glen Choo <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e201650 commit 9b4a655

File tree

1 file changed

+131
-131
lines changed

1 file changed

+131
-131
lines changed

0 commit comments

Comments
 (0)