author | Junio C Hamano <gitster@pobox.com> | |
Sun, 7 Mar 2010 20:47:17 +0000 (12:47 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 7 Mar 2010 20:47:17 +0000 (12:47 -0800) |
* gb/maint-submodule-env:
is_submodule_modified(): clear environment properly
submodules: ensure clean environment when operating in a submodule
shell setup: clear_local_git_env() function
rev-parse: --local-env-vars option
Refactor list of of repo-local env vars
is_submodule_modified(): clear environment properly
submodules: ensure clean environment when operating in a submodule
shell setup: clear_local_git_env() function
rev-parse: --local-env-vars option
Refactor list of of repo-local env vars
1 | 2 | |||
---|---|---|---|---|
Documentation/git-rev-parse.txt | patch | | diff1 | | diff2 | | blob | history |
builtin-rev-parse.c | patch | | diff1 | | diff2 | | blob | history |
cache.h | patch | | diff1 | | diff2 | | blob | history |
connect.c | patch | | diff1 | | diff2 | | blob | history |
git-sh-setup.sh | patch | | diff1 | | diff2 | | blob | history |
git-submodule.sh | patch | | diff1 | | diff2 | | blob | history |
diff --cc Documentation/git-rev-parse.txt
Simple merge
diff --cc builtin-rev-parse.c
Simple merge
diff --cc cache.h
Simple merge
diff --cc connect.c
Simple merge
diff --cc git-sh-setup.sh
index 7a095665d71f153a970243a9d03d919ddef29c88,cf864a62738292cdd27d4461221369ef034516c5..6131670860514c215a6b9b7417dd05c3124e81b4
mode 100644,100755..100644
mode 100644,100755..100644
--- 1/git-sh-setup.sh
--- 2/git-sh-setup.sh
+++ b/git-sh-setup.sh
diff --cc git-submodule.sh
Simple merge