git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git Future Proofing
@ 2005-11-22  0:28 Martin Atukunda
  2005-11-22  0:28 ` [PATCH 3/6] Make get_git_dir take a flag that makes it re-read the env. variables Martin Atukunda
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Martin Atukunda @ 2005-11-22  0:28 UTC (permalink / raw)
  To: git

This patch series adds git repository future proofing to git.

It adds checks for core.repositoryformatversion at various points in the git
architecture, and this is an overview of the patch series

Patch 1 adds GIT_REPO_VERSION and repository_format_version
Patch 2 fixes init-db's template copy so that it handles copying a config file.
Patch 3 adds support for re-reading gits env variables in certain cases
Patch 4 adds the repo format version check for various major operation
Patch 5 adds support for explictly specifying which config file to use
Patch 6 fixes up init-db config copying so as to never copy anything newer.

comments and suggestions welcome.

- Martin -

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

end of thread, other threads:[~2005-11-23  0:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-22  0:28 Git Future Proofing Martin Atukunda
2005-11-22  0:28 ` [PATCH 3/6] Make get_git_dir take a flag that makes it re-read the env. variables Martin Atukunda
2005-11-22  0:28 ` [PATCH 2/6] Make init-db check repo format version if copying a config file Martin Atukunda
2005-11-22  0:28 ` [PATCH 1/6] Add GIT_REPO_VERSION, and repository_format_version Martin Atukunda
2005-11-22  0:28 ` [PATCH 6/6] Add check for downgrading of repo format version via init-db Martin Atukunda
2005-11-22  0:28 ` [PATCH 5/6] Allow Specification of the conf file to read for git_config operations Martin Atukunda
2005-11-22  0:28 ` [PATCH 4/6] Add check_repo_format check for all major operations Martin Atukunda
2005-11-22  8:29   ` Junio C Hamano
2005-11-22 12:55     ` Martin Atukunda
2005-11-22 17:46       ` Junio C Hamano
2005-11-23  0:57         ` Junio C Hamano
2005-11-22  1:13 ` Git Future Proofing Junio C Hamano

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).