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 2c8c9a8 Added a DTO for the browse action new 3ad1bbc Added DTOs for the commit 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 3ad1bbc18dace56a26daf5158627a1046351b1e2 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Mon May 4 14:43:28 2015 +0200 Added DTOs for the commit Summary of changes: .../org/nuiton/scmwebeditor/GitConnection.java | 70 +++++++++++------- .../org/nuiton/scmwebeditor/ScmConnection.java | 14 ++-- .../org/nuiton/scmwebeditor/SvnConnection.java | 82 ++++++++++++---------- .../actions/ScmWebEditorCommitAction.java | 51 +++++++++++++- .../org/nuiton/scmwebeditor/dto/CommitDto.java | 71 +++++++++++++++++++ .../nuiton/scmwebeditor/dto/CommitResultDto.java | 79 +++++++++++++++++++++ 6 files changed, 295 insertions(+), 72 deletions(-) create mode 100644 src/main/java/org/nuiton/scmwebeditor/dto/CommitDto.java create mode 100644 src/main/java/org/nuiton/scmwebeditor/dto/CommitResultDto.java -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.