aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/util/ShutdownHook.java
Commit message (Expand)AuthorAgeFilesLines
* CleanupService: preload JgitText if not running in OSGiThomas Wolf2024-03-151-16/+18
* ShutdownHook: run on bundle deactivation if in OSGiThomas Wolf2024-03-081-20/+18
* Don't use localized String during JVM shutdownMatthias Sohn2024-02-061-1/+3
* Fix log level for successful execution of ShutdownHook#notify to debugMatthias Sohn2023-09-261-1/+1
* [errorprone] Suppress ImmutableEnumChecker for ShutdownHookMatthias Sohn2023-09-151-0/+1
* Add ShutdownHook to cleanup FileLocks on graceful JVM shutdownMatthias Sohn2023-09-121-0/+149