author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Tue, 16 Oct 2007 23:37:36 +0000 (00:37 +0100) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 17 Oct 2007 00:18:04 +0000 (20:18 -0400) | ||
commit | dd5c8af176bb935a0b01a7dc2d5e022565c3aac3 | |
tree | 7bcd6b5db31c7b9317240b2f904d92df8437bbc1 | tree | snapshot |
parent | 33c8d38c7879ee9af0365481eecb4b3906da111a | commit | diff |
Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREE
There are a few programs, such as config and diff, which allow running
without a git repository. Therefore, they have to call
setup_git_directory_gently().
However, when GIT_DIR and GIT_WORK_TREE were set, and the current
directory was a subdirectory of the work tree,
setup_git_directory_gently() would return a bogus NULL prefix.
This patch fixes that.
Noticed by REPLeffect on IRC.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
There are a few programs, such as config and diff, which allow running
without a git repository. Therefore, they have to call
setup_git_directory_gently().
However, when GIT_DIR and GIT_WORK_TREE were set, and the current
directory was a subdirectory of the work tree,
setup_git_directory_gently() would return a bogus NULL prefix.
This patch fixes that.
Noticed by REPLeffect on IRC.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
setup.c | diff | blob | history | |
t/t1501-worktree.sh | diff | blob | history |