]> source.dussan.org Git - jgit.git/commit
Support for the pre-commit hook 06/40506/3
authorLaurent Goubet <laurent.goubet@obeo.fr>
Fri, 31 Oct 2014 14:20:14 +0000 (15:20 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 2 Feb 2015 20:23:32 +0000 (21:23 +0100)
commit494e893c541b5cf465b362c69354c08d7a81c249
tree7505ccfce4dce906d697d9c45573617dddcc2d09
parentd2e0bfa56844642435c9ba81d488aa0da9b22b36
Support for the pre-commit hook

Introduce support for the pre-commit hook into JGit, along with the
--no-verify commit command option to bypass it when rebasing /
cherry-picking.

Change-Id: If86df98577fa56c5c03d783579c895a38bee9d18
Signed-off-by: Laurent Goubet <laurent.goubet@obeo.fr>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.java7.test/META-INF/MANIFEST.MF
org.eclipse.jgit.java7.test/src/org/eclipse/jgit/util/HookTest.java
org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties
org.eclipse.jgit/src/org/eclipse/jgit/api/CherryPickCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/api/CommitCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/api/errors/RejectCommitException.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java