aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Config: add getters for primitive types without default valueMatthias Sohn2025-02-063-44/+440
| * | | | CommitConfig: fix potential NPEMatthias Sohn2025-02-061-1/+1
* | | | | midx.PackIndexMerger: Helper to iterate over n-indexesIvan Frade2025-02-031-0/+337
* | | | | PackIndex.MutableEntry: new methods to copy its contentsIvan Frade2025-02-031-4/+32
|/ / / /
* | | | Merge branch 'stable-7.2'Matthias Sohn2025-02-012-29/+83
|\ \ \ \
| * | | | Merge branch 'stable-7.1' into stable-7.2Matthias Sohn2025-02-012-29/+83
| |\| | |
| | * | | Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2025-02-012-29/+83
| | |\| |
| | | * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2025-02-012-29/+83
| | | |\|
| | | | * RevWalk: Add an isMergedIntoAnyCommit() methodMartin Fick2025-02-011-8/+48
| | | | * Pack: separate an open/close accounting lockMartin Fick2024-12-201-21/+35
* | | | | PackDirectory: make template variables names more readableLuca Milanesio2025-01-301-13/+13
* | | | | Merge "Log pruned packfiles as debug and not warn logs"Matthias Sohn2025-01-291-1/+5
|\ \ \ \ \
| * | | | | Log pruned packfiles as debug and not warn logsLuca Milanesio2025-01-291-1/+5
* | | | | | LooseObjects: compute loose object path before retry loopMatthias Sohn2025-01-291-1/+1
* | | | | | LooseObjects: convert while loop into for loopMatthias Sohn2025-01-291-6/+4
| |/ / / / |/| | | |
* | | | | Submodules: Update submodule with deleted worktreeSimon Eder2025-01-292-17/+81
|/ / / /
* | | | RefDatabase#getReflogReader(String): use #exactRef to resolve refNameMatthias Sohn2025-01-272-8/+3
* | | | Deprecate Repository#getReflogReader methodsMatthias Sohn2025-01-275-5/+11
* | | | Add RefDatabase#getReflogReader methodsMatthias Sohn2025-01-276-33/+64
* | | | Set repositoryformatversion=0 when converting refStorage to filesyoutirsin2025-01-091-0/+2
* | | | RebaseCommand: use java.time instead of java.util.Date APIMatthias Sohn2024-12-291-8/+13
* | | | BlockReader: use java.time instead of java.util.Date APIMatthias Sohn2024-12-291-3/+5
* | | | SignatureUtils: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-1/+1
* | | | WindowCache: fix "empty control-flow statement" warningMatthias Sohn2024-12-291-1/+3
* | | | RevCommit: replace deprecated RawParseUtils#headerEndMatthias Sohn2024-12-291-4/+4
* | | | GcLog: replace deprecated GitDateParser with GitTimeParserMatthias Sohn2024-12-291-4/+2
* | | | Merge changes If4d68363,I1d1f174f,I107af033Matthias Sohn2024-12-282-8/+9
|\ \ \ \
| * | | | PackWriterBitmapPreparer: Use SystemReader.now() instead of deprecated methodIvan Frade2024-12-271-4/+5
| * | | | DfsGarbageCollector: Use SystemReader.now() instead of getCurrentTime()Ivan Frade2024-12-271-4/+4
* | | | | GarbageCollectCommand, GC: use java.time APIMatthias Sohn2024-12-283-23/+118
|/ / / /
* | | | DescribeCommand: use java.time APIMatthias Sohn2024-12-251-3/+3
* | | | SystemReader: add version when annotated methods became deprecatedMatthias Sohn2024-12-251-3/+3
* | | | GitDateFormatter: use java.time APIMatthias Sohn2024-12-251-38/+48
* | | | Mark static method PersonIdent#getTimeZone as deprecatedMatthias Sohn2024-12-241-0/+2
* | | | RecursiveMerger: Create PersonIdent with java.time APIIvan Frade2024-12-231-7/+6
* | | | RelativeDateFormatter: Use Instant instead of dateIvan Frade2024-12-232-3/+22
* | | | ProposedTimestamp: mark unused methods as deprecatedIvan Frade2024-12-231-0/+6
* | | | PushCertificateStore: Use Instant, unused var, boxingIvan Frade2024-12-231-4/+5
* | | | SignatureUtils.toString(): allow null signature creation dateThomas Wolf2024-12-201-6/+9
* | | | Merge "Merge branch 'stable-7.1'"Matthias Sohn2024-12-191-5/+126
|\ \ \ \
| * | | | Merge branch 'stable-7.1'Matthias Sohn2024-12-201-5/+126
| |\| | |
| | * | | Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2024-12-201-5/+126
| | |\| |
| | | * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-12-201-5/+126
| | | |\|
| | | | * WindowCache: share removal work among multiple threadsMartin Fick2024-12-191-5/+126
* | | | | CommitTimeRevFilter: add missing @sinceThomas Wolf2024-12-191-4/+10
|/ / / /
* | | | transport: Remove usage of CommitTimeRevFilter with long and DatesIvan Frade2024-12-172-4/+3
* | | | CommitTimeRevFilter: Move to java.time APIIvan Frade2024-12-171-17/+66
* | | | Merge branch 'stable-7.1'Matthias Sohn2024-12-155-55/+65
|\| | |
| * | | Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2024-12-155-53/+60
| |\| |
| | * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-12-155-53/+60
| | |\|