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(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html