James Moger
2014-03-17 9d44ade215922fd9e7bda7c604b31c31d217d750
src/main/java/com/gitblit/transport/ssh/git/Receive.java
File was renamed from src/main/java/com/gitblit/transport/ssh/commands/Receive.java
@@ -13,13 +13,13 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.gitblit.transport.ssh.commands;
package com.gitblit.transport.ssh.git;
import org.eclipse.jgit.transport.ReceivePack;
import com.gitblit.transport.ssh.CommandMetaData;
@CommandMetaData(name = "git-receive-pack", description = "Receive pack")
@CommandMetaData(name = "git-receive-pack", description = "Receives pushes from a client")
public class Receive extends BaseGitCommand {
   @Override
   protected void runImpl() throws Failure {