index
:
jgit.git
master
master%private
next
servlet-4
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
stable-7.2
stable-7.3
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
/
internal
/
storage
/
file
/
GC.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
GC: Use new java.time API in PersonIdent
Ivan Frade
2025-03-12
1
-6
/
+9
*
Merge branch 'stable-7.1'
Matthias Sohn
2025-02-26
1
-4
/
+6
|
\
|
*
Merge branch 'stable-7.0' into stable-7.1
stable-7.1
Matthias Sohn
2025-02-26
1
-4
/
+6
|
|
\
|
|
*
Merge branch 'stable-6.10' into stable-7.0
stable-7.0
Matthias Sohn
2025-02-26
1
-4
/
+6
|
|
|
\
|
|
|
*
Fix calculation of pack files and objects since bitmap
Antonio Barone
2025-02-24
1
-4
/
+6
*
|
|
|
Deprecate Repository#getReflogReader methods
Matthias Sohn
2025-01-27
1
-1
/
+1
*
|
|
|
GarbageCollectCommand, GC: use java.time API
Matthias Sohn
2024-12-28
1
-20
/
+58
|
/
/
/
*
|
|
Add pack-refs command to the CLI
Yash Chaturvedi
2024-11-22
1
-41
/
+10
*
|
|
Merge branch 'stable-7.0'
Matthias Sohn
2024-11-21
1
-1
/
+17
|
\
|
|
|
*
|
Merge branch 'stable-6.10' into stable-7.0
Matthias Sohn
2024-11-21
1
-5
/
+21
|
|
\
|
|
|
*
Add numberOfObjectsSinceBitmap to RepoStatistics
Jacek Centkowski
2024-11-20
1
-1
/
+17
|
|
*
Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmap
Jacek Centkowski
2024-11-12
1
-4
/
+4
*
|
|
Merge branch 'stable-7.0'
Matthias Sohn
2024-11-12
1
-3
/
+4
|
\
|
|
|
*
|
Merge branch 'stable-6.10' into stable-7.0
Matthias Sohn
2024-11-11
1
-1
/
+12
|
|
\
|
|
|
*
Add `numberOfPackFilesAfterBitmap` to RepoStatistics
Jacek Centkowski
2024-11-07
1
-1
/
+12
*
|
|
Rename numberOfPackFilesAfterBitmap to numberOfPackFilesSinceBitmap
Jacek Centkowski
2024-11-11
1
-4
/
+4
*
|
|
Add `numberOfPackFilesAfterBitmap` to RepoStatistics
Jacek Centkowski
2024-10-22
1
-0
/
+10
|
/
/
*
/
Add worktrees read support
Janne Valkealahti
2024-07-14
1
-1
/
+1
|
/
*
[errorprone] Fix error pattern JdkObsolete
Matthias Sohn
2024-04-29
1
-3
/
+2
*
PackWriter: writeBitmapIndex takes bitmap index writer
Sam Delmerico
2024-03-29
1
-1
/
+1
*
storage.file: Do not throw NSFE when deleting tmp files
Nasser Grainawi
2024-02-19
1
-1
/
+1
*
Merge branch 'stable-6.7'
Matthias Sohn
2023-10-13
1
-1
/
+19
|
\
|
*
Merge branch 'stable-6.6' into stable-6.7
Matthias Sohn
2023-10-13
1
-1
/
+19
|
|
\
|
|
*
Merge branch 'stable-6.5' into stable-6.6
Matthias Sohn
2023-10-13
1
-1
/
+19
|
|
|
\
|
|
|
*
Merge branch 'stable-6.4' into stable-6.5
Matthias Sohn
2023-10-13
1
-1
/
+19
|
|
|
|
\
|
|
|
|
*
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2023-10-13
1
-1
/
+19
|
|
|
|
|
\
|
|
|
|
|
*
Add support for git config repack.packKeptObjects
Antonio Barone
2023-10-12
1
-3
/
+9
|
|
|
|
|
*
Do not exclude objects in locked packs from bitmap processing
Luca Milanesio
2023-10-12
1
-1
/
+13
*
|
|
|
|
|
[errorprone] Add missing javadoc summary
Matthias Sohn
2023-09-25
1
-0
/
+2
*
|
|
|
|
|
Use ShutdownHook to gracefully handle JVM shutdown
Matthias Sohn
2023-09-12
1
-14
/
+4
*
|
|
|
|
|
Unregister ShutdownHook when GC#PidLock is closed
Matthias Sohn
2023-09-12
1
-2
/
+11
|
/
/
/
/
/
*
|
|
|
|
Merge branch 'stable-6.6' into stable-6.7
Matthias Sohn
2023-08-03
1
-4
/
+7
|
\
|
|
|
|
|
*
|
|
|
Merge branch 'stable-6.5' into stable-6.6
Matthias Sohn
2023-08-03
1
-5
/
+8
|
|
\
|
|
|
|
|
*
|
|
Merge branch 'stable-6.4' into stable-6.5
Matthias Sohn
2023-08-03
1
-5
/
+8
|
|
|
\
|
|
|
|
|
*
|
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2023-08-03
1
-5
/
+8
|
|
|
|
\
|
|
|
|
|
*
Express the explicit intention of creating bitmaps in GC
Luca Milanesio
2023-07-05
1
-4
/
+5
|
|
|
|
*
GC: prune all packfiles after the loosen phase
Luca Milanesio
2023-07-05
1
-1
/
+3
|
|
*
|
|
Merge branch 'stable-6.4' into stable-6.5
Matthias Sohn
2023-03-23
1
-2
/
+3
|
|
|
\
|
|
|
|
|
*
|
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2023-03-23
1
-2
/
+3
|
|
|
|
\
|
|
|
|
|
*
GC: Close File.lines stream
Xing Huang
2023-03-23
1
-2
/
+3
*
|
|
|
|
CommitGraphWriter: add option for writing/using bloom filters
Ronald Bhuleskar
2023-07-18
1
-2
/
+16
*
|
|
|
|
GC: Remove handling of extra pack for RefTree
Matthias Sohn
2023-07-17
1
-7
/
+0
*
|
|
|
|
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
1
-7
/
+37
*
|
|
|
|
Gc#writePack: write the reverse index file to disk
Anna Papitto
2023-05-31
1
-0
/
+19
|
/
/
/
/
*
|
|
|
PackExt: add a #getTmpExtension method
Anna Papitto
2023-05-11
1
-5
/
+9
*
|
|
|
GC: Close File.lines stream
Xing Huang
2023-03-21
1
-2
/
+3
|
/
/
/
*
|
|
Fix formatting in GC#doGc
Matthias Sohn
2023-02-24
1
-11
/
+11
*
|
|
Merge branch 'stable-6.4'
Matthias Sohn
2023-02-22
1
-5
/
+5
|
\
|
|
|
*
|
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2023-02-22
1
-5
/
+5
|
|
\
|
|
|
*
If tryLock fails to get the lock another gc has it
Matthias Sohn
2023-02-22
1
-1
/
+1
[next]