summaryrefslogtreecommitdiff
path: root/builtin-blame.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2008-02-03 22:37:58 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-02-03 22:49:01 -0800
commit7a5375395f8104a8679f9482e0c5faf60e7e9e54 (patch)
treedfe41332f58be30ec51745797c8521f8f1dd0c2e /builtin-blame.c
parentparse_object_buffer: don't ignore errors from the object specific parsing fun... (diff)
downloadtgif-7a5375395f8104a8679f9482e0c5faf60e7e9e54.tar.xz
fix misuse of prefix_path()
When DEFAULT_GIT_TEMPLATE_DIR is specified as a relative path, init-db made it relative to exec_path using prefix_path(), which is wrong. prefix_path() is about a file inside the work tree. There was a similar misuse in config.c that takes relative ETC_GITCONFIG path. A convenience function prefix_filename() can concatenate two paths to form a path that points at somewhere outside the work tree. Use it in these codepaths instead. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-blame.c')
0 files changed, 0 insertions, 0 deletions