]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
Use a better name for the function interpolating paths
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 24 Jul 2021 22:06:52 +0000 (22:06 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Jul 2021 19:17:16 +0000 (12:17 -0700)
commita03b097d6307763c6778f5a1f194fbcbd158a5f7
tree64e20e92d5b74c31ed5cd324b95545cf220ba12e
parent644e6b2c0f55fa52de88586d375e03ac7f7914b7
Use a better name for the function interpolating paths

It is not immediately clear what `expand_user_path()` means, so let's
rename it to `interpolate_path()`. This also opens the path for
interpolating more than just a home directory.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/credential-cache.c
builtin/credential-store.c
builtin/gc.c
cache.h
config.c
path.c
sequencer.c