summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-03-31 22:04:20 -0700
committerJunio C Hamano <gitster@pobox.com>2018-03-31 22:04:20 -0700
commit5ed23425407c16c17ae07a4bc427c663ef82cd95 (patch)
treed13b8b846004d87d3bd73f1ab2043e9d35b0fd95 /Makefile
parent97fc5de7934376e978509677fec1debdbd14bcdf (diff)
parentfb9c2d27039a23457cb9710d86e00c51dfb910dc (diff)
downloadgit-pu.tar.gz
Merge branch 'jk/relative-directory-fix' into pupu
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4571b3080c..a1a4956dab 100644
--- a/Makefile
+++ b/Makefile
@@ -809,6 +809,7 @@ LIB_OBJS += branch.o
LIB_OBJS += bulk-checkin.o
LIB_OBJS += bundle.o
LIB_OBJS += cache-tree.o
+LIB_OBJS += chdir-notify.o
LIB_OBJS += checkout.o
LIB_OBJS += color.o
LIB_OBJS += column.o