author | Robert Blum <rob.blum@gmail.com> | |
Fri, 1 Aug 2008 19:50:03 +0000 (12:50 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 17 Aug 2008 06:37:04 +0000 (23:37 -0700) | ||
commit | 053fd0c1c3da20474c4ff175c56ea4c1d6eeda11 | |
tree | f1989e7b990f2414dab66373b6a6f6485938bf9f | tree | snapshot |
parent | 9b752a6e31f93f2925856a0c0607c2ffc2a93375 | commit | diff |
git-p4: chdir now properly sets PWD environment variable in msysGit
P4 on Windows expects the PWD environment variable to be set to the
current working dir, but os.chdir in python doesn't do so.
Signed-off-by: Robert Blum <rob.blum@gmail.com>
Acked-by: Simon Hausmann <simon@lst.de>
Acked-by: Han-Wen Nienhuys <hanwen@xs4all.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
P4 on Windows expects the PWD environment variable to be set to the
current working dir, but os.chdir in python doesn't do so.
Signed-off-by: Robert Blum <rob.blum@gmail.com>
Acked-by: Simon Hausmann <simon@lst.de>
Acked-by: Han-Wen Nienhuys <hanwen@xs4all.nl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/fast-import/git-p4 | diff | blob | history |