An open API service providing commit metadata for open source projects.

GitHub / eclipse-jgit/jgit / commits

SHA Message Author Date Stats
11c702b2 merge Merge "MidxWriter: List instead of Collection and method references" Ivan Frade <i****e@g****m>
Committed by: Gerrit Code Review <s****t@g****o>
4 months ago
0a90d00b DfsPackCompacterTest: Add test for compacting only data in a pack Ivan Frade <i****e@g****m> 4 months ago
a5b6bd57 merge Merge branch 'stable-7.7' Matthias Sohn <m****n@s****m> 4 months ago
2b2c724a Prepare 7.7.0-SNAPSHOT builds Matthias Sohn <m****n@s****m> 4 months ago
013607a9 merge Merge "pack-refs: Add fully-peeled flag" Martin Fick <m****k@n****m>
Committed by: Gerrit Code Review <s****t@g****o>
4 months ago
6f8b6c57 merge Merge "pack-refs: Fix buggy way of marking peeled trait" Martin Fick <m****k@n****m>
Committed by: Gerrit Code Review <s****t@g****o>
4 months ago
0b126c2e merge Merge changes I70ea453e,Ie1ad33b5,If3a54610 Matthias Sohn <m****n@s****m>
Committed by: Gerrit Code Review <s****t@g****o>
4 months ago
df832581 merge Merge branch 'stable-7.6' Matthias Sohn <m****n@s****m> 4 months ago
76169bd5 merge Merge branch 'stable-7.5' into stable-7.6 Matthias Sohn <m****n@s****m> 4 months ago
016abe17 merge Merge branch 'stable-7.4' into stable-7.5 Matthias Sohn <m****n@s****m> 4 months ago
6efc805e merge Merge branch 'stable-7.3' into stable-7.4 Matthias Sohn <m****n@s****m> 4 months ago
d7d4a023 merge Merge branch 'stable-7.2' into stable-7.3 Matthias Sohn <m****n@s****m> 4 months ago
cda05cf3 merge Merge branch 'stable-7.1' into stable-7.2 Matthias Sohn <m****n@s****m> 4 months ago
2d6dd4ff merge Merge branch 'stable-7.0' into stable-7.1 Matthias Sohn <m****n@s****m> 4 months ago
edda0df0 merge Merge branch 'stable-6.10' into stable-7.0 Matthias Sohn <m****n@s****m> 4 months ago
5add9f59 merge Merge "gitrepo: update git-repo URL in javadocs" Ivan Frade <i****e@g****m>
Committed by: Gerrit Code Review <s****t@g****o>
4 months ago
60c64e8c JGit v7.7.0.202604291911-m2
Signed-off-by: Matthias Sohn <m****n@s****m>
Matthias Sohn <m****n@s****m> 4 months ago
4c82d983 merge Merge branch 'master' into stable-7.7 Matthias Sohn <m****n@s****m> 4 months ago
a11c5198 gitrepo: update git-repo URL in javadocs Mike Frysinger <v****r@g****m>
Committed by: Ivan Frade <i****e@g****m>
4 months ago
804e29be RefDirectory#refreshPathToLooseRef: also refresh loose ref itself Matthias Sohn <m****n@s****m> 4 months ago
f23d73e2 RefDirectory#refreshPathToLooseRef: also refresh loose ref itself Matthias Sohn <m****n@s****m> 4 months ago
a17c4aa4 ReceivePack: Add missing @since tag for new API method Matthias Sohn <m****n@s****m> 4 months ago
08212048 TreeWalkConnectivityChecker: Support non-commit objects in refs Terry Parker <t****r@g****m> 4 months ago
23bec76f ReceivePack: make getClientShallowCommits protected Laura Hamelin <h****l@g****m> 4 months ago
8ae361f8 merge Merge "DfsObjDatabase: Make createDfsPackFile public" Ivan Frade <i****e@g****m>
Committed by: Gerrit Code Review <s****t@g****o>
4 months ago
228463b0 merge Merge "DfsPackCompactor: add a pre-commit hook to plug midx calculation" Ivan Frade <i****e@g****m>
Committed by: Gerrit Code Review <s****t@g****o>
4 months ago
c3c676c0 DfsObjDatabase: Make createDfsPackFile public Ivan Frade <i****e@g****m> 4 months ago
ebf860ed DfsPackCompactor: add a pre-commit hook to plug midx calculation Ivan Frade <i****e@g****m> 4 months ago
99285ff6 merge Merge "[ssh] Reject host certificates if the certified key is revoked" Thomas Wolf <t****f@a****g>
Committed by: Gerrit Code Review <s****t@g****o>
4 months ago
89db89e6 MidxWriter: List instead of Collection and method references Ivan Frade <i****e@g****m> 4 months ago
49b0e405 merge Merge "Add new TreeWalkConnectivityChecker" Ivan Frade <i****e@g****m>
Committed by: Gerrit Code Review <s****t@g****o>
4 months ago
b7bd2124 [ssh] Reject host certificates if the certified key is revoked Thomas Wolf <t****f@a****g> 4 months ago
2fcd6f49 merge Merge "Make the PackParser.needNewObjectIds method public" Matthias Sohn <m****n@s****m>
Committed by: Gerrit Code Review <s****t@g****o>
4 months ago
d89e45b2 Make the PackParser.needNewObjectIds method public Terry Parker <t****r@g****m> 5 months ago
f3059631 merge Merge "orbit: update org.apache.ant to 1.10.17.v20260410-1000" Matthias Sohn <m****n@s****m>
Committed by: Gerrit Code Review <s****t@g****o>
5 months ago
02b34dc8 Update bouncycastle to 1.84 Matthias Sohn <m****n@s****m> 5 months ago
f9d5dcfb orbit: update org.apache.ant to 1.10.17.v20260410-1000 Matthias Sohn <m****n@s****m> 5 months ago
227b1d4d merge Merge "Instrument ReceivePack to track time spent in pre-receive hooks" Ivan Frade <i****e@g****m>
Committed by: Gerrit Code Review <s****t@g****o>
5 months ago
e1532306 merge Merge changes I66a12119,I71bab916,I1bd21340 Ivan Frade <i****e@g****m>
Committed by: Gerrit Code Review <s****t@g****o>
5 months ago
b137d445 Instrument ReceivePack to track time spent in pre-receive hooks Terry Parker <t****r@g****m> 5 months ago
f573569a pack-refs: Fix buggy way of marking peeled trait Adithya Chakilam <a****m@n****m> 5 months ago
6b6d7449 PullResult: Improve toString by implementing for children. Ric Harris <h****c@h****m>
Committed by: Matthias Sohn <m****n@s****m>
5 months ago
505ef148 pack-refs: Correctly define peeled trait Adithya Chakilam <a****m@n****m> 5 months ago
9de1c592 parse-packed-refs: Check to sort only when header is not present Adithya Chakilam <a****m@n****m> 5 months ago
26328ec4 pack-refs: Always add sorted trait Adithya Chakilam <a****m@n****m> 5 months ago
9bcb91c0 merge Merge branch 'stable-7.7' Matthias Sohn <m****n@s****m> 5 months ago
8fe0aced Prepare 7.7.0-SNAPSHOT builds Matthias Sohn <m****n@s****m> 5 months ago
a71c7e21 JGit v7.7.0.202604061937-m1
Signed-off-by: Matthias Sohn <m****n@s****m>
Matthias Sohn <m****n@s****m> 5 months ago
37703973 Add new TreeWalkConnectivityChecker Terry Parker <t****r@g****m>
Committed by: Matthias Sohn <m****n@s****m>
5 months ago
6b47c561 Update jetty to 12.1.8 Matthias Sohn <m****n@s****m> 5 months ago
5f54bc05 Update bytebuddy to 1.18.8 Matthias Sohn <m****n@s****m> 5 months ago
2cde9302 merge Merge "MidxMetadataReader: Helper to read only selected fields in the midx" Ivan Frade <i****e@g****m>
Committed by: Gerrit Code Review <s****t@g****o>
5 months ago
12f78ad2 merge Merge "WindowCursor/Pack: Move bitmap coverage calculation to the pack" Ivan Frade <i****e@g****m>
Committed by: Gerrit Code Review <s****t@g****o>
5 months ago
5683cfe7 PackBitmapIndexRemapper: Throw exception with details in size mismatches Ivan Frade <i****e@g****m> 5 months ago
8a0736be merge Merge "[version.sh] Don't use the pager for the git diff command" Matthias Sohn <m****n@s****m>
Committed by: Gerrit Code Review <s****t@g****o>
5 months ago
39b4d4e4 merge Merge "Bazel: bump to 8.6.0 and switch to pure Bzlmod" David Ostrovsky <d****y@g****m>
Committed by: Gerrit Code Review <s****t@g****o>
5 months ago
55890f30 Bazel: bump to 8.6.0 and switch to pure Bzlmod David Ostrovsky <d****d@o****g>
Committed by: Matthias Sohn <m****n@s****m>
5 months ago
d72c61b6 [version.sh] Don't use the pager for the git diff command Federico Jeanne <F****e@v****m> 5 months ago
8b92307c MidxMetadataReader: Helper to read only selected fields in the midx Ivan Frade <i****e@g****m> 5 months ago
7aaf9094 DfsMidxWriter: Do not accept midx as input to build midx Ivan Frade <i****e@g****m> 5 months ago
02dc2284 merge Merge "MidxPackList: getAllPlainPacks returns object-lookup order" Ivan Frade <i****e@g****m>
Committed by: Gerrit Code Review <s****t@g****o>
5 months ago
a16b144a merge Merge "MidxPackListTest: Use fake packs for easier test setup" Ivan Frade <i****e@g****m>
Committed by: Gerrit Code Review <s****t@g****o>
5 months ago
8acb86a7 merge Merge "Add CLAUDE.md to gitignore file" Matthias Sohn <m****n@s****m>
Committed by: Gerrit Code Review <s****t@g****o>
5 months ago
a55ad1a4 MidxPackListTest: Use fake packs for easier test setup Ivan Frade <i****e@g****m> 5 months ago
0b6d0373 MidxPackList: getAllPlainPacks returns object-lookup order Ivan Frade <i****e@g****m> 5 months ago
476d7376 javadoc: Mention midx order in the javadoc Ivan Frade <i****e@g****m> 5 months ago
0b618b06 merge Merge "MultiPackIndex: write midx bitmaps from cli tool" Ivan Frade <i****e@g****m>
Committed by: Gerrit Code Review <s****t@g****o>
5 months ago
c6fc84e5 merge Merge changes I610bb336,I88767c77,Ie2f4b722,I82e1e3a8,I6ee4ef86, ... Matthias Sohn <m****n@s****m>
Committed by: Gerrit Code Review <s****t@g****o>
5 months ago
5ad748ae Add timing metrics to ReceivedPackStatistics Terry Parker <t****r@g****m> 5 months ago
161a68e0 MultiPackIndexWriter: typo in logging (is chunks, not chuncks) Ivan Frade <i****e@g****m> 5 months ago
856e29f2 Update org.tukaani:xz to 1.12 Matthias Sohn <m****n@s****m> 5 months ago
05c005ba Update mockito to 5.23.0 Matthias Sohn <m****n@s****m> 5 months ago
4405ec70 Update Jetty to 12.1.7 Matthias Sohn <m****n@s****m> 5 months ago
49dd4f22 Update bytebuddy to 1.18.7 Matthias Sohn <m****n@s****m> 5 months ago
559158a3 Update commons-logging to 1.3.6 Matthias Sohn <m****n@s****m> 5 months ago
9ab47423 Add jgit-4.40 target platform for next simrel 2026-06 Matthias Sohn <m****n@s****m> 5 months ago
0e8ee2ab Use releases p2 repo in jgit-4.39 target platform Matthias Sohn <m****n@s****m> 5 months ago
6f829395 Add CLAUDE.md to gitignore file Daniele Sassoli <d****i@g****m> 5 months ago
39deeeb3 MidxWriter: write bitmaps with the midx Ivan Frade <i****e@g****m> 6 months ago
c0d5111e MultiPackIndexWriter: Encode checksum in base64 Ivan Frade <i****e@g****m> 6 months ago
2f24b81d merge Merge "PullCommandTest: Remove unused variable" Ivan Frade <i****e@g****m>
Committed by: Gerrit Code Review <s****t@g****o>
6 months ago
e46afaa3 merge Merge changes Ia7b23909,I960ce84b Matthias Sohn <m****n@s****m>
Committed by: Gerrit Code Review <s****t@g****o>
6 months ago
1e6cb59b Update URL used to download artifacts from repo.eclipse.org Matthias Sohn <m****n@s****m> 6 months ago
77103e18 merge Merge "Allow extending TernarySearchTree" Matthias Sohn <m****n@s****m>
Committed by: Gerrit Code Review <s****t@g****o>
6 months ago
1822dcaa Fix path of jgit artifacts in local maven repository Matthias Sohn <m****n@s****m> 6 months ago
10064662 DfsMidxWriter: Use the input data instead of rereading the midx Ivan Frade <i****e@g****m> 6 months ago
a47c7eff MultiPackIndexWriter: report also the checksum in the result Ivan Frade <i****e@g****m> 6 months ago
a20f4d2d DfsMidxWriter: Add a param to toggle bitmap writing Ivan Frade <i****e@g****m> 6 months ago
9de1f3ce PullCommandTest: Remove unused variable Ivan Frade <i****e@g****m> 6 months ago
8236fb4b Allow extending TernarySearchTree Daniele Sassoli <d****i@g****m> 6 months ago
11e1fa24 MultiPackIndexWriter: Report progress writing chunks Ivan Frade <i****e@g****m> 6 months ago
06d66eb9 PackBitmapIndexRemapper: Do not remap if the object order is the same Ivan Frade <i****e@g****m> 6 months ago
db23defd MidxWriter: Write to tmp files and use atomic rename to commit Ivan Frade <i****e@g****m> 6 months ago
ce36c6cb MidxMetadataReader: add private constructor and adjust method visibility Ivan Frade <i****e@g****m> 6 months ago
b6064072 PackDirectory: Integrate Multi-Pack Index (MIDX) support Ivan Frade <i****e@g****m> 6 months ago
d7c13834 WindowCursor/Pack: Move bitmap coverage calculation to the pack Ivan Frade <i****e@g****m> 6 months ago
3f44108e PackMidx: A Pack subclass that uses midx Ivan Frade <i****e@g****m> 6 months ago
46b5cf0e RefAdvancerWalk: Move to revwalk package Ivan Frade <i****e@g****m> 6 months ago
98a6a43d MidxWriter: Do not accept midx to build new midx Ivan Frade <i****e@g****m> 6 months ago
4f82a88d MultiPackIndex: write midx bitmaps from cli tool Ivan Frade <i****e@g****m> 6 months ago

← Back to repository