]> source.dussan.org Git - jgit.git/commit
Add support for post-commit hooks 65/80865/3
authorMartin Goellnitz <m.goellnitz@outlook.com>
Sat, 10 Sep 2016 09:29:30 +0000 (11:29 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 13 Sep 2016 15:13:48 +0000 (17:13 +0200)
commit57a263f1823d164142235a72072154f0568cb61c
tree6383c05dee569f5103b0ee0a39a29b4a68217a21
parentabeaafc9c7c9dcea72ea5c7e0e93417bb2111cc6
Add support for post-commit hooks

Change-Id: I6691b454404dd4db3c690ecfc7515de765bc2ef7
Signed-off-by: Martin Goellnitz <m.goellnitz@outlook.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/util/HookTest.java
org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties
org.eclipse.jgit/src/org/eclipse/jgit/api/CommitCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/hooks/Hooks.java
org.eclipse.jgit/src/org/eclipse/jgit/hooks/PostCommitHook.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java