All of lore.kernel.org
 help / color / mirror / Atom feed
From: Constantine Plotnikov <constantine.plotnikov@gmail.com>
To: git@vger.kernel.org
Subject: [JGIT PATCH 0/3] Support for loading .gitmodules from blobs
Date: Wed, 24 Jun 2009 21:48:02 +0400	[thread overview]
Message-ID: <1245865685-1288-1-git-send-email-constantine.plotnikov@gmail.com> (raw)

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

             reply	other threads:[~2009-06-24 17:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-24 17:48 Constantine Plotnikov [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1245865685-1288-1-git-send-email-constantine.plotnikov@gmail.com \
    --to=constantine.plotnikov@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.