git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [JGIT PATCH 0/5] Some minor bug fixes
@ 2009-07-29 15:50 Shawn O. Pearce
  2009-07-29 15:50 ` [JGIT PATCH 1/5] Don't dispose of RevFlag used to advertise objects in ReceivePack Shawn O. Pearce
  0 siblings, 1 reply; 6+ messages in thread
From: Shawn O. Pearce @ 2009-07-29 15:50 UTC (permalink / raw)
  To: Robin Rosenberg; +Cc: git

I'm just throwing this series into the repository as-is.

The first in the series is needed to fix Gerrit Code Review (busted
due to a recent change to ReceivePack).  The rest of the series is
really minor public API corrections.

Shawn O. Pearce (5):
  Don't dispose of RevFlag used to advertise objects in ReceivePack
  Allow RemoteConfig.getAllRemoteConfigs on any Config object
  Add ConfigInvalidException constructor to take Throwable
  Add no fallback constructor to FileBasedConfig
  Include the file path when FileBasedConfig.load throws an exception

 .../tst/org/spearce/jgit/lib/MockSystemReader.java |    2 +-
 .../org/spearce/jgit/lib/RepositoryTestCase.java   |    2 +-
 .../jgit/errors/ConfigInvalidException.java        |   12 ++++++++++++
 .../src/org/spearce/jgit/lib/FileBasedConfig.java  |   16 ++++++++++++++++
 .../org/spearce/jgit/transport/ReceivePack.java    |    1 -
 .../org/spearce/jgit/transport/RemoteConfig.java   |    5 ++---
 .../src/org/spearce/jgit/util/SystemReader.java    |    3 +--
 7 files changed, 33 insertions(+), 8 deletions(-)

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

end of thread, other threads:[~2009-07-29 15:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-29 15:50 [JGIT PATCH 0/5] Some minor bug fixes Shawn O. Pearce
2009-07-29 15:50 ` [JGIT PATCH 1/5] Don't dispose of RevFlag used to advertise objects in ReceivePack Shawn O. Pearce
2009-07-29 15:50   ` [JGIT PATCH 2/5] Allow RemoteConfig.getAllRemoteConfigs on any Config object Shawn O. Pearce
2009-07-29 15:50     ` [JGIT PATCH 3/5] Add ConfigInvalidException constructor to take Throwable Shawn O. Pearce
2009-07-29 15:50       ` [JGIT PATCH 4/5] Add no fallback constructor to FileBasedConfig Shawn O. Pearce
2009-07-29 15:50         ` [JGIT PATCH 5/5] Include the file path when FileBasedConfig.load throws an exception Shawn O. Pearce

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