git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv5 0/5] repo-local env vars handling
@ 2010-02-24 23:34 Giuseppe Bilotta
  2010-02-24 23:34 ` [PATCHv5 1/5] Refactor list of of repo-local env vars Giuseppe Bilotta
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Giuseppe Bilotta @ 2010-02-24 23:34 UTC (permalink / raw)
  To: git
  Cc: Junio C Hamano, Heiko Voigt, msysGit Mailinglist, Johannes Sixt,
	Jens Lehmann, Johannes Schindelin, Giuseppe Bilotta

Changes from the previous iteration:

* the first two patches were squashed together
* local_repo_env_size is now a #define to the number of non-NULL entries in 
  the list of repo-local env vars. The last patch is consequently adjusted.

Giuseppe Bilotta (5):
  Refactor list of of repo-local env vars
  rev-parse: --local-env-vars option
  shell setup: clear_local_git_env() function
  submodules: ensure clean environment when operating in a submodule
  is_submodule_modified(): clear environment properly

 Documentation/git-rev-parse.txt |    6 ++++++
 builtin-rev-parse.c             |    8 ++++++++
 cache.h                         |    8 ++++++++
 connect.c                       |   14 ++------------
 environment.c                   |   15 +++++++++++++++
 git-sh-setup.sh                 |    7 +++++++
 git-submodule.sh                |   20 ++++++++++----------
 submodule.c                     |   21 +++++++++++----------
 8 files changed, 67 insertions(+), 32 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-02-27 21:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-24 23:34 [PATCHv5 0/5] repo-local env vars handling Giuseppe Bilotta
2010-02-24 23:34 ` [PATCHv5 1/5] Refactor list of of repo-local env vars Giuseppe Bilotta
2010-02-24 23:34 ` [PATCHv5 2/5] rev-parse: --local-env-vars option Giuseppe Bilotta
2010-02-27 21:07   ` Heiko Voigt
2010-02-24 23:34 ` [PATCHv5 3/5] shell setup: clear_local_git_env() function Giuseppe Bilotta
2010-02-24 23:34 ` [PATCHv5 4/5] submodules: ensure clean environment when operating in a submodule Giuseppe Bilotta
2010-02-24 23:34 ` [PATCHv5 5/5] is_submodule_modified(): clear environment properly Giuseppe Bilotta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).