This is an automated email from the git hooks/post-receive script. New change to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git from dbcbb07 Add the ability to remove a file from a repository new b57f866 Add the ability to make a commit without a push for SCMs which allow to do this 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 b57f866824927f936417ce28bebbb1b68e1e62d7 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Wed May 20 09:38:43 2015 +0200 Add the ability to make a commit without a push for SCMs which allow to do this Summary of changes: .../org/nuiton/scmwebeditor/git/GitConnection.java | 59 ++++++++++++---------- .../org/nuiton/scmwebeditor/git/GitProvider.java | 5 ++ .../org/nuiton/scmwebeditor/api/ScmProvider.java | 7 ++- .../org/nuiton/scmwebeditor/api/dto/CommitDto.java | 11 ++++ .../org/nuiton/scmwebeditor/svn/SvnProvider.java | 5 ++ .../scmwebeditor/uiweb/actions/EditAction.java | 7 +++ .../uiweb/actions/ScmWebEditorCommitAction.java | 7 +++ .../i18n/scmwebeditor-ui-web_en_GB.properties | 1 + .../i18n/scmwebeditor-ui-web_fr_FR.properties | 1 + .../webapp/WEB-INF/content/modificationViewer.jsp | 10 ++++ 10 files changed, 84 insertions(+), 29 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.