diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2008-08-30 16:15:32 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-30 23:41:12 -0700 |
commit | bb528633b34ac9c338a7761f3e1d251e0c560ed6 (patch) | |
tree | 19f2b61ebb62c11c17e9e77026080c66ad3f2738 /t | |
parent | update-index: fix worktree setup (diff) | |
download | tgif-bb528633b34ac9c338a7761f3e1d251e0c560ed6.tar.xz |
setup_git_directory(): fix move to worktree toplevel directory
When setup_git_directory() returns successfully, it is supposed to move
current working directory to worktree toplevel directory.
However, the code recomputing prefix inside setup_git_directory() has
to move cwd back to original working directory, in order to get new
prefix. After that, it should move cwd back to worktree toplevel
directory as expected.
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')
0 files changed, 0 insertions, 0 deletions