All of lore.kernel.org
 help / color / mirror / Atom feed
* [JGIT PATCH 0/3] Support for loading .gitmodules from blobs
@ 2009-06-24 17:48 Constantine Plotnikov
  2009-06-24 17:48 ` [JGIT PATCH 1/3] Extracted functionality independent from .git/config from RepositoryConfig Constantine Plotnikov
  2009-06-25  0:26 ` [JGIT PATCH 0/3] Support for loading .gitmodules from blobs Shawn O. Pearce
  0 siblings, 2 replies; 5+ messages in thread
From: Constantine Plotnikov @ 2009-06-24 17:48 UTC (permalink / raw)
  To: git

This series of patches is developed to support accessing 
.gitmodules file stored inside the repository. This functionality
is needed for server-side processing of submodules.

Constantine Plotnikov (3):
 Extracted functionality independent from .git/config from RepositoryConfig
 Config.getSubsections(...) now loads the file if it has not been loaded
 Added BlobBasedConfig that allows accessing configuration files stored in the blobs

 .../src/org/spearce/jgit/lib/BlobBasedConfig.java  |  145 +++
 .../src/org/spearce/jgit/lib/Commit.java           |    7 +
 .../src/org/spearce/jgit/lib/Config.java           | 1018 ++++++++++++++++++++
 .../src/org/spearce/jgit/lib/FileBasedConfig.java  |  120 +++
 .../src/org/spearce/jgit/lib/RepositoryConfig.java |  939 +------------------
 .../src/org/spearce/jgit/treewalk/TreeWalk.java    |    2 +-
 6 files changed, 1301 insertions(+), 930 deletions(-)

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

end of thread, other threads:[~2009-06-25  0:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-24 17:48 [JGIT PATCH 0/3] Support for loading .gitmodules from blobs Constantine Plotnikov
2009-06-24 17:48 ` [JGIT PATCH 1/3] Extracted functionality independent from .git/config from RepositoryConfig Constantine Plotnikov
2009-06-24 17:48   ` [JGIT PATCH 2/3] Config.getSubsections(...) now loads the file if it has not been loaded Constantine Plotnikov
2009-06-24 17:48     ` [JGIT PATCH 3/3] Added BlobBasedConfig that allows accessing configuration files stored in the blobs Constantine Plotnikov
2009-06-25  0:26 ` [JGIT PATCH 0/3] Support for loading .gitmodules from blobs Shawn O. Pearce

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.