From: Junio C Hamano Date: Wed, 25 Apr 2018 04:28:52 +0000 (+0900) Subject: Merge branch 'jk/relative-directory-fix' X-Git-Tag: v2.18.0-rc0~128 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ff6eb825f0aa1f45230c10fbb0cf8d484c927c55?hp=ff6eb825f0aa1f45230c10fbb0cf8d484c927c55 Merge branch 'jk/relative-directory-fix' Some codepaths, including the refs API, get and keep relative paths, that go out of sync when the process does chdir(2). The chdir-notify API is introduced to let these codepaths adjust these cached paths to the new current directory. * jk/relative-directory-fix: refs: use chdir_notify to update cached relative paths set_work_tree: use chdir_notify add chdir-notify API trace.c: export trace_setup_key set_git_dir: die when setenv() fails ---