index
:
jgit.git
master
master%private
next
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
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2023-10-13
5
-113
/
+99
|
\
|
*
PackConfig: fix @since tags
Matthias Sohn
2023-10-13
1
-6
/
+9
|
*
Remove unused API problem filters
Matthias Sohn
2023-10-13
1
-206
/
+0
|
*
Add support for git config repack.packKeptObjects
Antonio Barone
2023-10-12
5
-9
/
+97
|
*
Do not exclude objects in locked packs from bitmap processing
Luca Milanesio
2023-10-12
3
-1
/
+37
*
|
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2023-08-03
2
-6
/
+31
|
\
|
|
*
Express the explicit intention of creating bitmaps in GC
Luca Milanesio
2023-07-05
2
-5
/
+28
|
*
GC: prune all packfiles after the loosen phase
Luca Milanesio
2023-07-05
1
-1
/
+3
|
*
Prepare 5.13.3-SNAPSHOT builds
Matthias Sohn
2023-06-22
3
-54
/
+54
|
*
JGit v5.13.2.202306221912-r
v5.13.2.202306221912-r
Matthias Sohn
2023-06-22
3
-4
/
+4
*
|
Merge branch 'stable-5.13' into stable-6.0
Luca Milanesio
2023-06-08
1
-16
/
+1
|
\
|
|
*
Revert "RefDirectory: Throw exception if CAS of packed ref list fails"
Martin Fick
2023-06-07
1
-16
/
+1
*
|
UploadPack: Fix NPE when traversing a tag chain
Kaushik Lingarkar
2023-04-21
1
-13
/
+14
*
|
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2023-04-21
4
-6
/
+72
|
\
|
|
*
Merge branch 'stable-5.12' into stable-5.13
Matthias Sohn
2023-04-20
4
-6
/
+72
|
|
\
|
|
*
Merge branch 'stable-5.11' into stable-5.12
stable-5.12
Matthias Sohn
2023-04-20
3
-6
/
+58
|
|
|
\
|
|
|
*
Merge branch 'stable-5.10' into stable-5.11
Matthias Sohn
2023-04-20
4
-63
/
+58
|
|
|
|
\
|
|
|
|
*
Merge branch 'stable-5.9' into stable-5.10
Matthias Sohn
2023-04-20
3
-6
/
+72
|
|
|
|
|
\
|
|
|
|
|
*
Prevent infinite loop rescanning the pack list on PackMismatchException
stable-5.9
Matthias Sohn
2023-04-19
3
-7
/
+76
*
|
|
|
|
|
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2023-04-15
4
-12
/
+108
|
\
|
|
|
|
|
|
*
|
|
|
|
DirCache: support option index.skipHash
Matthias Sohn
2023-03-28
4
-12
/
+108
*
|
|
|
|
|
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
*
|
|
|
|
|
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
|
*
|
|
|
|
Don't swallow IOException in GC.PidLock#lock
Matthias Sohn
2023-02-22
1
-2
/
+2
|
*
|
|
|
|
Check if FileLock is valid before using or releasing it
Matthias Sohn
2023-02-22
1
-2
/
+2
*
|
|
|
|
|
Use Java 11 ProcessHandle to get pid of the current process
Matthias Sohn
2023-02-22
1
-11
/
+1
*
|
|
|
|
|
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2023-02-22
3
-7
/
+180
|
\
|
|
|
|
|
|
*
|
|
|
|
Acquire file lock "gc.pid" before running gc
Matthias Sohn
2023-02-21
3
-8
/
+181
|
*
|
|
|
|
Silence API errors introduced by 9424052f
Matthias Sohn
2023-02-21
1
-0
/
+12
*
|
|
|
|
|
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2023-02-16
5
-3
/
+133
|
\
|
|
|
|
|
|
*
|
|
|
|
Add pack options to preserve and prune old pack files
Matthias Sohn
2023-02-11
2
-0
/
+20
|
*
|
|
|
|
Allow to perform PackedBatchRefUpdate without locking loose refs
Saša Živkov
2023-02-03
2
-3
/
+24
*
|
|
|
|
|
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2023-02-01
10
-129
/
+110
|
\
|
|
|
|
|
|
*
|
|
|
|
Shortcut during git fetch for avoiding looping through all local refs
Luca Milanesio
2023-02-01
1
-5
/
+14
|
*
|
|
|
|
FetchCommand: fix fetchSubmodules to work on a Ref to a blob
Matthias Sohn
2023-01-31
1
-0
/
+3
|
*
|
|
|
|
Silence API warnings introduced by I466dcde6
Matthias Sohn
2023-01-31
1
-5
/
+43
|
*
|
|
|
|
Allow the exclusions of refs prefixes from bitmap
Luca Milanesio
2023-01-31
3
-4
/
+63
|
*
|
|
|
|
PackWriterBitmapPreparer: do not include annotated tags in bitmap
Luca Milanesio
2023-01-31
1
-0
/
+3
|
*
|
|
|
|
BatchingProgressMonitor: avoid int overflow when computing percentage
Matthias Sohn
2023-01-31
1
-3
/
+3
|
*
|
|
|
|
Speedup GC listing objects referenced from reflogs
Matthias Sohn
2023-01-23
4
-24
/
+36
*
|
|
|
|
|
Silence API errors
Matthias Sohn
2022-11-20
4
-3
/
+27
*
|
|
|
|
|
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2022-11-20
2
-2
/
+81
|
\
|
|
|
|
|
|
*
|
|
|
|
Silence API warnings
Matthias Sohn
2022-11-20
2
-0
/
+79
*
|
|
|
|
|
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2022-11-16
6
-491
/
+777
|
\
|
|
|
|
|
|
*
|
|
|
|
Add option to allow using JDK's SHA1 implementation
Matthias Sohn
2022-11-15
5
-483
/
+764
|
*
|
|
|
|
Ignore IllegalStateException if JVM is already shutting down
Matthias Sohn
2022-10-27
1
-8
/
+13
*
|
|
|
|
|
Merge branch 'stable-5.13' into stable-6.0
Matthias Sohn
2022-07-06
3
-11
/
+36
|
\
|
|
|
|
|
|
*
|
|
|
|
UploadPack: don't prematurely terminate timer in case of error
Matthias Sohn
2022-06-30
1
-8
/
+19
[next]