]> source.dussan.org Git - jgit.git/commit
Support for the commit-msg hook. 04/43004/2
authorLaurent Delaigue <laurent.delaigue@obeo.fr>
Mon, 23 Feb 2015 10:19:45 +0000 (11:19 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 2 Mar 2015 16:45:15 +0000 (17:45 +0100)
commitefeb02bf2bed32ef94d5c4891404f551cdc6957f
tree58b7bfac45098f0ab6a7fce1dccb14d6cc093887
parent26fd56f167e6377777e6d46c14779183e4bcb55a
Support for the commit-msg hook.

This hook uses the file .git/COMMIT_EDITMSG to receive and potentially
modify the commit message.

Change-Id: Ibe2faadfb5d3932a5a3da2252d8156c4c04856c7
Signed-off-by: Laurent Delaigue <laurent.delaigue@obeo.fr>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.java7.test/src/org/eclipse/jgit/util/HookTest.java
org.eclipse.jgit/src/org/eclipse/jgit/api/CommitCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/hooks/CommitMsgHook.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/hooks/Hooks.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/Constants.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/Repository.java