1
0
mirror of https://github.com/git/git.git synced 2024-09-28 17:22:20 +02:00
git/refs
Nguyễn Thái Ngọc Duy e9dcc3054f files-backend: convert git_path() to strbuf_git_path()
git_path() and friends are going to be killed in files-backend.c in near
future. And because there's a risk with overwriting buffer in
git_path(), let's convert them all to strbuf_git_path(). We'll have
easier time killing/converting strbuf_git_path() then because we won't
have to worry about memory management again.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-03-27 10:23:39 -07:00
..
files-backend.c files-backend: convert git_path() to strbuf_git_path() 2017-03-27 10:23:39 -07:00
iterator.c
refs-internal.h