aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util
Commit message (Expand)AuthorAgeFilesLines
* RawParseUtils: Default to UTC in invalid timezonesIvan Frade2024-12-091-2/+8
* RawParseUtils: Use java.time API to build PersonIdentsIvan Frade2024-12-051-14/+39
* GitTimeParser: Fix multiple errorprone and style commentsIvan Frade2024-11-201-15/+26
* GitTimeParser: A date parser using the java.time APIIvan Frade2024-11-192-0/+205
* SystemReader: add method to get LocalDateTimeIvan Frade2024-11-141-0/+12
* SystemReader#now: make it a concrete methodIvan Frade2024-11-141-1/+5
* SystemReader: Give a default implementation to #getTimezoneAt()Ivan Frade2024-11-131-6/+3
* SystemReader: Offer methods with java.time APIIvan Frade2024-11-081-0/+61
* [errorprone] Remove deprecated security managerIvan Frade2024-11-014-54/+5
* [errorprone] util.Stats: Add summary fragment to javadocIvan Frade2024-10-301-7/+18
* Remove deprecated AutoLFInputStream constructorsMatthias Sohn2024-09-031-38/+0
* Remove deprecated RawParseUtils#UTF8_CHARSETMatthias Sohn2024-09-031-8/+0
* Remove deprecated FS#setAsyncFileStoreAttributes methodMatthias Sohn2024-09-031-15/+0
* FS, FS_Posix: remove deprecated #createNewFile(File) methodMatthias Sohn2024-09-032-86/+0
* Remove deprecated lastModified methods using longMatthias Sohn2024-09-032-83/+0
* Signing: refactor interfacesThomas Wolf2024-08-241-12/+14
* Add worktrees read supportJanne Valkealahti2024-07-141-2/+31
* Do not use ArrayList when there will be deletionsjackdt@google.com2024-05-161-4/+3
* Check an execution bit by reading it from the file systemYury Molchan2024-05-131-2/+11
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-2/+3
* FS_POSIX.runInShell(): on MacOS use a login shellThomas Wolf2024-03-091-1/+5
* Add SystemReader.Delegate to reduce boiler-plate code needed to subclassMatthias Sohn2024-02-201-0/+61
* FS.detectSymlinkSupport: fix a raceMotiejus Jakštys2024-02-191-1/+1
* RawParseUtils.nextLfSkippingSplitLines: fulfil contract as statedThomas Wolf2024-02-011-1/+1
* RawParseUtils: utility method to get a header valueThomas Wolf2024-02-011-0/+33
* RawParseUtils: Add missing @since tag for new API methodMatthias Sohn2024-01-231-0/+1
* FooterLines: handle extraction from messages without headersNitzan Gur-Furman2024-01-091-7/+57
* Fix typo in FileUtils.isStaleFileHandle() javadocDariusz Luksza2023-11-171-5/+5
* Simplify StringUtils#commonPrefixNasser Grainawi2023-11-141-3/+3
* Optimize RefDirectory.getRefsByPrefix(String...)Dariusz Luksza2023-11-121-0/+38
* FileUtils.rename(): better retry handlingThomas Wolf2023-10-141-16/+23
* ByteBufferInputStream: add missing @since 6.8Thomas Wolf2023-09-261-0/+2
* WorkingTreeIterator: directly filter input streamMatthias Sohn2023-09-251-0/+135
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-254-2/+61
* [errorprone] Prevent int expression may overflowMatthias Sohn2023-09-251-1/+1
* [errorprone] InterruptTimer#terminate: ensure Thread#join succeedsMatthias Sohn2023-09-251-3/+13
* [errorprone] RawParseUtils@parseHexInt64: suppress IntLongMathMatthias Sohn2023-09-251-0/+1
* [errorprone] FS#searchPath: handle surprising behavior of String#splitMatthias Sohn2023-09-251-1/+6
* [errorprone] FileStoreAttributes#FUTURE_RUNNER: Fix corePoolSizeMatthias Sohn2023-09-221-1/+1
* [errorprone] Express duration using seconds which is clearerMatthias Sohn2023-09-221-1/+1
* [errorprone] Suppress UnnecessaryParenthesesMatthias Sohn2023-09-222-0/+3
* [errorprone] Remove unnecessary parenthesesMatthias Sohn2023-09-223-6/+5
* Use ShutdownHook to gracefully handle JVM shutdownMatthias Sohn2023-09-121-11/+10
* Handle global git config $XDG_CONFIG_HOME/git/configThomas Wolf2023-08-281-2/+10
* IO: use JDK convenience methodsJörg Kubitz2023-08-281-77/+9
* Add missing @since tagsMatthias Sohn2023-08-021-1/+2
* Move footer-line parsing methods from RevCommit to FooterLineNitzan Gur-Furman2023-08-011-0/+19
* Remove redundant specification of type argumentsMatthias Sohn2023-07-161-2/+2
* Default for global (user) git ignore fileThomas Wolf2023-06-192-22/+34
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-1637-137/+121