commit | 7d750f0ea511dcc26c3c9de996a9b75444366ecc | [log] [tgz] |
---|---|---|
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | Thu Feb 25 00:34:16 2010 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Feb 24 16:24:25 2010 -0800 |
tree | f3dafcf801484763a55cf1073791b8d8dbccbbb1 | |
parent | 94c8ccaaba4ac8b0225f5adeae4ff29f01951bce [diff] |
shell setup: clear_local_git_env() function Introduce an auxiliary function to clear all repo-local environment variables. This should be invoked by any shell script that switches repository during execution, to ensure that the environment is clean and that things such as the git dir and worktree are set up correctly. Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>