diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-03-20 11:15:20 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-03-23 11:01:52 +0100 |
commit | f43cb3605c078d0932365c49163f5a8b799fe117 (patch) | |
tree | c3e54630555fe062f70adcb29d489ab7b8ea2c8e /org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java | |
parent | fd3edc7bfc65f9bdfe785c92c72790261881dd40 (diff) | |
download | jgit-f43cb3605c078d0932365c49163f5a8b799fe117.tar.gz jgit-f43cb3605c078d0932365c49163f5a8b799fe117.zip |
Ensure post-commit hook is called after index lock was released
Otherwise a post-commit hook cannot modify the index.
Bug: 566934
Change-Id: I0093dccd93b2064f243544b516bdce198afdb18b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java b/org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java index 95265feb4e..fe8c2d218e 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java @@ -557,6 +557,7 @@ public class JGitText extends TranslationBundle { /***/ public String peerDidNotSupplyACompleteObjectGraph; /***/ public String personIdentEmailNonNull; /***/ public String personIdentNameNonNull; + /***/ public String postCommitHookFailed; /***/ public String prefixRemote; /***/ public String problemWithResolvingPushRefSpecsLocally; /***/ public String progressMonUploading; |