summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorLibravatar Nguyễn Thái Ngọc Duy <pclouds@gmail.com>2014-11-30 15:24:26 +0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-12-01 11:00:10 -0800
commit4ef9caf5431dbbd23f240a25b69a989aeb9840a4 (patch)
tree0e8e6e9c88bc1c56840256a5f43e4a6097017d70 /t/test-lib.sh
parentGit 2.2 (diff)
downloadtgif-4ef9caf5431dbbd23f240a25b69a989aeb9840a4.tar.xz
path.c: make get_pathname() return strbuf instead of static buffer
We've been avoiding PATH_MAX whenever possible. This patch makes get_pathname() return a strbuf and updates the callers to take advantage of this. The code is simplified as we no longer need to worry about buffer overflow. vsnpath() behavior is changed slightly: previously it always clears the buffer before writing, now it just appends. Fortunately this is a static function and all of its callers prepare the buffer properly: git_path() gets the buffer from get_pathname() which resets the buffer, the remaining call sites start with STRBUF_INIT'd buffer. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/test-lib.sh')
0 files changed, 0 insertions, 0 deletions