From 4d68ae00d51950ec9d10990765eb6353ea8c9362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20LEMELE?= Date: Mon, 13 Mar 2017 15:55:40 +0100 Subject: [PATCH] Rebase from master --- Sparkles/{AuthenticationInfo => }/AuthenticationInfo.cs | 0 Sparkles/{Fetcher => }/BaseFetcher.cs | 0 Sparkles/{Listener => }/BaseListener.cs | 0 Sparkles/{Repository => }/BaseRepository.cs | 0 Sparkles/{Repository => }/ChangeSet.cs | 0 Sparkles/{Listener => }/ListenerFactory.cs | 0 Sparkles/{AuthenticationInfo => }/SSHAuthenticationInfo.cs | 0 Sparkles/{Fetcher => }/SSHFetcher.cs | 0 Sparkles/{Listener => }/TcpListener.cs | 0 Sparkles/{Repository => }/User.cs | 0 Sparkles/{Repository => }/Watcher.cs | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename Sparkles/{AuthenticationInfo => }/AuthenticationInfo.cs (100%) rename Sparkles/{Fetcher => }/BaseFetcher.cs (100%) rename Sparkles/{Listener => }/BaseListener.cs (100%) rename Sparkles/{Repository => }/BaseRepository.cs (100%) rename Sparkles/{Repository => }/ChangeSet.cs (100%) rename Sparkles/{Listener => }/ListenerFactory.cs (100%) rename Sparkles/{AuthenticationInfo => }/SSHAuthenticationInfo.cs (100%) rename Sparkles/{Fetcher => }/SSHFetcher.cs (100%) rename Sparkles/{Listener => }/TcpListener.cs (100%) rename Sparkles/{Repository => }/User.cs (100%) rename Sparkles/{Repository => }/Watcher.cs (100%) diff --git a/Sparkles/AuthenticationInfo/AuthenticationInfo.cs b/Sparkles/AuthenticationInfo.cs similarity index 100% rename from Sparkles/AuthenticationInfo/AuthenticationInfo.cs rename to Sparkles/AuthenticationInfo.cs diff --git a/Sparkles/Fetcher/BaseFetcher.cs b/Sparkles/BaseFetcher.cs similarity index 100% rename from Sparkles/Fetcher/BaseFetcher.cs rename to Sparkles/BaseFetcher.cs diff --git a/Sparkles/Listener/BaseListener.cs b/Sparkles/BaseListener.cs similarity index 100% rename from Sparkles/Listener/BaseListener.cs rename to Sparkles/BaseListener.cs diff --git a/Sparkles/Repository/BaseRepository.cs b/Sparkles/BaseRepository.cs similarity index 100% rename from Sparkles/Repository/BaseRepository.cs rename to Sparkles/BaseRepository.cs diff --git a/Sparkles/Repository/ChangeSet.cs b/Sparkles/ChangeSet.cs similarity index 100% rename from Sparkles/Repository/ChangeSet.cs rename to Sparkles/ChangeSet.cs diff --git a/Sparkles/Listener/ListenerFactory.cs b/Sparkles/ListenerFactory.cs similarity index 100% rename from Sparkles/Listener/ListenerFactory.cs rename to Sparkles/ListenerFactory.cs diff --git a/Sparkles/AuthenticationInfo/SSHAuthenticationInfo.cs b/Sparkles/SSHAuthenticationInfo.cs similarity index 100% rename from Sparkles/AuthenticationInfo/SSHAuthenticationInfo.cs rename to Sparkles/SSHAuthenticationInfo.cs diff --git a/Sparkles/Fetcher/SSHFetcher.cs b/Sparkles/SSHFetcher.cs similarity index 100% rename from Sparkles/Fetcher/SSHFetcher.cs rename to Sparkles/SSHFetcher.cs diff --git a/Sparkles/Listener/TcpListener.cs b/Sparkles/TcpListener.cs similarity index 100% rename from Sparkles/Listener/TcpListener.cs rename to Sparkles/TcpListener.cs diff --git a/Sparkles/Repository/User.cs b/Sparkles/User.cs similarity index 100% rename from Sparkles/Repository/User.cs rename to Sparkles/User.cs diff --git a/Sparkles/Repository/Watcher.cs b/Sparkles/Watcher.cs similarity index 100% rename from Sparkles/Repository/Watcher.cs rename to Sparkles/Watcher.cs