summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/resources
diff options
context:
space:
mode:
authorMartin Goellnitz <m.goellnitz@outlook.com>2016-09-10 11:29:30 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2016-09-13 17:13:48 +0200
commit57a263f1823d164142235a72072154f0568cb61c (patch)
tree6383c05dee569f5103b0ee0a39a29b4a68217a21 /org.eclipse.jgit/resources
parentabeaafc9c7c9dcea72ea5c7e0e93417bb2111cc6 (diff)
downloadjgit-57a263f1823d164142235a72072154f0568cb61c.tar.gz
jgit-57a263f1823d164142235a72072154f0568cb61c.zip
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>
Diffstat (limited to 'org.eclipse.jgit/resources')
-rw-r--r--org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties
index c1954ff07a..327ca0a10b 100644
--- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties
+++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties
@@ -304,6 +304,7 @@ hunkDisconnectedFromFile=Hunk disconnected from file
hunkHeaderDoesNotMatchBodyLineCountOf=Hunk header {0} does not match body line count of {1}
illegalArgumentNotA=Not {0}
illegalCombinationOfArguments=The combination of arguments {0} and {1} is not allowed
+illegalHookName=Illegal hook name {0}
illegalPackingPhase=Illegal packing phase {0}
illegalStateExists=exists {0}
improperlyPaddedBase64Input=Improperly padded Base64 input.