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
stable-7.4
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
/
storage
/
pack
/
PackConfig.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
PackIndexWriter: create interface to write indexes
Sam Delmerico
2024-10-22
1
-3
/
+3
*
PackWriterBitmapPreparer: Set limit on excessive branch count
Jackson Toeniskoetter
2024-01-12
1
-2
/
+72
*
Merge branch 'stable-6.6' into stable-6.7
Matthias Sohn
2023-10-13
1
-2
/
+49
|
\
|
*
Merge branch 'stable-6.5' into stable-6.6
Matthias Sohn
2023-10-13
1
-2
/
+49
|
|
\
|
|
*
Merge branch 'stable-6.4' into stable-6.5
Matthias Sohn
2023-10-13
1
-2
/
+49
|
|
|
\
|
|
|
*
PackConfig: fix @since tags
Matthias Sohn
2023-10-13
1
-6
/
+9
|
|
|
*
Add support for git config repack.packKeptObjects
Antonio Barone
2023-10-12
1
-2
/
+46
*
|
|
|
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
1
-6
/
+6
|
/
/
/
*
|
|
[releng] API filter for PackIndex.DEFAULT_WRITE_REVERSE_INDEX
Thomas Wolf
2023-05-15
1
-1
/
+1
*
|
|
PackWriter: write the PackReverseIndex file
Anna Papitto
2023-05-08
1
-3
/
+43
|
/
/
*
|
Merge branch 'stable-6.4'
Matthias Sohn
2023-02-20
1
-0
/
+6
|
\
|
|
*
Add pack options to preserve and prune old pack files
Matthias Sohn
2023-02-11
1
-0
/
+6
*
|
PackConfig: add entry for minimum size to index
Ivan Frade
2023-02-16
1
-0
/
+57
|
/
*
Allow the exclusions of refs prefixes from bitmap
Luca Milanesio
2023-01-31
1
-0
/
+38
*
searchForReuse might impact performance in large repositories
Fabio Ponciroli
2021-06-25
1
-0
/
+47
*
Define constants for pack config option keys
Matthias Sohn
2020-04-03
1
-41
/
+77
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-06-05
1
-1
/
+99
|
\
|
*
Wait opening new packfile until it can't be racy anymore
Matthias Sohn
2019-06-04
1
-1
/
+99
*
|
Avoid double words
Mincong HUANG
2018-12-21
1
-2
/
+2
|
/
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-1
/
+1
*
Fix javadoc in org.eclipse.jgit storage/file and pack package
Matthias Sohn
2017-12-19
1
-5
/
+18
*
Add a new singlePack option to PackConfig
Terry Parker
2017-06-14
1
-0
/
+30
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+1
*
Add missing @since tags on new API constants
Matthias Sohn
2017-01-19
1
-2
/
+2
*
gc: Add options to preserve and prune old pack files
James Melvin
2017-01-19
1
-0
/
+75
*
Expose bitmap selection parameters via PackConfig
Terry Parker
2015-10-21
1
-8
/
+270
*
Update bitmap selection throttling to fully span active branches.
Terry Parker
2015-10-21
1
-47
/
+0
*
Limit the range of commits for which bitmaps are created.
Terry Parker
2015-10-08
1
-0
/
+47
*
Cleanup javadocs so they pass the java8 doclint checks
Robin Rosenberg
2014-03-29
1
-1
/
+1
*
Add missing @since tags for new API methods
Matthias Sohn
2013-04-07
1
-0
/
+2
*
Support cutting existing delta chains longer than the max depth
Shawn Pearce
2013-04-05
1
-0
/
+29
*
Fix @since tags in JGit, version 2.4 never existed
Tomasz Zarna
2013-03-21
1
-1
/
+4
*
Fix formatting of PackConfig.toString() & GC.RepoStatistics.toString()
Edwin Kempin
2013-03-20
1
-12
/
+12
*
JGit 3.0: move internal classes into an internal subpackage
Shawn Pearce
2013-03-18
1
-3
/
+3
*
Add toString() for PackConfig
Edwin Kempin
2013-03-15
1
-0
/
+18
*
Enable writing bitmaps during GC by default.
Colby Ranger
2013-03-05
1
-1
/
+1
*
Support creating pack bitmap indexes in PackWriter.
Colby Ranger
2013-03-05
1
-0
/
+38
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-13
/
+19
*
Add copy constructor to PackConfig
Shawn O. Pearce
2011-07-27
1
-0
/
+23
*
Use limited getCachedBytes code to reduce duplication
Shawn O. Pearce
2010-08-25
1
-6
/
+6
*
Enable configuration of non-standard pack settings
Shawn O. Pearce
2010-07-28
1
-0
/
+6
*
Move PackWriter configuration to PackConfig
Shawn O. Pearce
2010-07-28
1
-33
/
+555
*
Honor pack.threads and perform delta search in parallel
Shawn O. Pearce
2010-07-09
1
-0
/
+3
*
Cache small deltas during packing
Shawn O. Pearce
2010-07-09
1
-0
/
+6
*
Configure core.bigFileThreshold into PackWriter
Shawn O. Pearce
2010-07-09
1
-0
/
+3
*
Add more configuration options to PackWriter
Shawn O. Pearce
2010-07-09
1
-0
/
+81