]> git.ipfire.org Git - thirdparty/git.git/commit - path.c
expand_user_path(): remove stale part of the comment
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 24 Jul 2021 22:06:50 +0000 (22:06 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Jul 2021 19:17:16 +0000 (12:17 -0700)
commit789f6f226b6c7a5b28468044c1705c62aef5eeb9
treee78091d18ed9db522acab3e25c66582e22d5a66a
parentb7d11a0f5d2db1eff623150cdc2a2ddccd6845b3
expand_user_path(): remove stale part of the comment

In 395de250d9d (Expand ~ and ~user in core.excludesfile,
commit.template, 2009-11-17), the `user_path()` function was refactored
into the `expand_user_path()`. During that refactoring, the `buf`
parameter was lost, but the code comment above said function still talks
about it. Let's remove that stale part of the comment.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
path.c