summaryrefslogtreecommitdiff
path: root/rev-cache.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2005-09-12 19:47:07 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2005-09-12 22:52:51 -0700
commit365527adbfa8a16dfc05ab71818602f55ada55ba (patch)
tree6e99ea0f8308e2a73ac6e7c81877513412ddc64f /rev-cache.c
parentDocument git-grep and link it from the main git(7) page. (diff)
downloadtgif-365527adbfa8a16dfc05ab71818602f55ada55ba.tar.xz
Fix CDPATH problem.
CDPATH has two problems: * It takes scripts to unexpected places (somebody had CDPATH=..:../..:$HOME and the "cd" in git-clone.sh:get_repo_base took him to $HOME/.git when he said "clone foo bar" to clone a repository in "foo" which had "foo/.git"). CDPATH mechanism does not implicitly give "." at the beginning of CDPATH, which is the most irritating part. * The extra echo when it does its thing confuses scripts further. Most of our scripts that use "cd" includes git-sh-setup so the problem is primarily fixed there. git-clone starts without a repository, and it needs its own fix. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'rev-cache.c')
0 files changed, 0 insertions, 0 deletions