diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2022-02-07 21:33:03 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-02-08 09:49:21 -0800 |
commit | 3ce113827287079dced9aaf9c5d1e1734ecaa265 (patch) | |
tree | 2797f501784b74258d73db337ff4bb50ad074c4d /t/t3510-cherry-pick-sequence.sh | |
parent | worktree: copy sparse-checkout patterns and config on add (diff) | |
download | tgif-3ce113827287079dced9aaf9c5d1e1734ecaa265.tar.xz |
config: make git_configset_get_string_tmp() private
This method was created in f1de981e8 (config: fix leaks from
git_config_get_string_const(), 2020-08-14) but its only use was in the
repo_config_get_string_tmp() method, also declared in config.h and
implemented in config.c. Since this is otherwise unused and is a very
similar implementation to git_configset_get_value(), let's remove this
declaration.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Reviewed-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3510-cherry-pick-sequence.sh')
0 files changed, 0 insertions, 0 deletions