This is an automated email from the git hooks/post-receive script. New change to branch feature/GIT in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git from 89f9466 Remove code-mirror new bf4a193 Now using an interface instead of the abstract class for the SCMs (ScmConnection) and the local Git repositories are stored in a folder which the name is a hash of their URL The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit bf4a193f766d7fe0b7ba85bf6972ddba61f7805c Author: InternationalKoder <international_koder@yahoo.com> Date: Thu Apr 23 17:33:17 2015 +0200 Now using an interface instead of the abstract class for the SCMs (ScmConnection) and the local Git repositories are stored in a folder which the name is a hash of their URL Summary of changes: .../org/nuiton/scmwebeditor/GitConnection.java | 301 +++++---- .../org/nuiton/scmwebeditor/ScmConnection.java | 117 ++-- .../nuiton/scmwebeditor/ScmConnectionFactory.java | 2 +- .../scmwebeditor/ScmConnectionInterface.java | 84 --- .../java/org/nuiton/scmwebeditor/ScmSession.java | 2 +- .../scmwebeditor/ScmWebEditorBaseAction.java | 35 +- .../org/nuiton/scmwebeditor/SvnConnection.java | 677 +++++++++++++-------- .../nuiton/scmwebeditor/actions/LogoutAction.java | 17 +- .../nuiton/scmwebeditor/actions/ResetAction.java | 57 +- .../actions/ScmWebEditorCommitAction.java | 19 +- .../actions/ScmWebEditorMainAction.java | 48 +- .../nuiton/scmwebeditor/actions/SearchAction.java | 7 +- .../nuiton/scmwebeditor/actions/UploadAction.java | 223 +------ 13 files changed, 731 insertions(+), 858 deletions(-) delete mode 100644 src/main/java/org/nuiton/scmwebeditor/ScmConnectionInterface.java -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.