]> source.dussan.org Git - jgit.git/commit
Allow ArchiveCommand.registerFormat to be called twice 87/24887/5
authorJonathan Nieder <jrn@google.com>
Wed, 16 Apr 2014 18:52:02 +0000 (11:52 -0700)
committerJonathan Nieder <jrn@google.com>
Wed, 16 Apr 2014 18:52:02 +0000 (11:52 -0700)
commitd5110c32f9bd7f91b705ee9e0006c81b87dc5f23
treecbd1733f818da4a40eb35d0b3c58b8ff68560056
parent257546a08eb47ae7906655403e12e93d3fc6a9fe
Allow ArchiveCommand.registerFormat to be called twice

This should make it possible for the gitiles plugin to register its
archive formats after gerrit has already registered them.

Signed-off-by: Jonathan Nieder <jrn@google.com>
Change-Id: Icb80a446e583961a7278b707d572d6fe456c372c
org.eclipse.jgit.archive/src/org/eclipse/jgit/archive/ArchiveFormats.java
org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties
org.eclipse.jgit/src/org/eclipse/jgit/api/ArchiveCommand.java