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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
/
org
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use FileSnapshot without using configs for FileBasedConfig
stable-5.1
Luca Milanesio
2021-12-30
2
-3
/
+24
*
Revert "RefDirectory.scanRef: Re-use file existence check done in snapshot cr...
Thomas Wolf
2021-12-26
2
-13
/
+0
*
storage: file: De-duplicate File.exists()+File.isFile()
Nasser Grainawi
2021-12-03
2
-2
/
+2
*
RefDirectory.scanRef: Re-use file existence check done in snapshot creation
Kaushik Lingarkar
2021-12-03
2
-0
/
+13
*
FileSnapshot: Lazy load file store attributes cache
Kaushik Lingarkar
2021-12-02
1
-7
/
+20
*
BatchRefUpdate: Skip saving conflicting ref names and prefixes in memory
Kaushik Lingarkar
2021-05-24
1
-41
/
+13
*
Optimize RefDirectory.isNameConflicting()
Kaushik Lingarkar
2021-05-24
1
-32
/
+3
*
Fix PackInvalidException when fetch and repack run concurrently
Petr Hrebejk
2020-12-02
1
-0
/
+1
*
GC#deleteOrphans: log warning for deleted orphaned files
Matthias Sohn
2020-11-26
2
-1
/
+4
*
GC#deleteOrphans: handle failure to list files in pack directory
Matthias Sohn
2020-11-26
1
-2
/
+3
*
Ensure that GC#deleteOrphans respects pack lock
Matthias Sohn
2020-11-26
1
-2
/
+7
*
Remove unused imports
Matthias Sohn
2020-07-19
1
-2
/
+0
*
WindowCache: add metric for cached bytes per repository
Matthias Sohn
2020-01-28
2
-10
/
+52
*
WindowCache: add option to use strong refs to reference ByteWindows
Matthias Sohn
2020-01-20
3
-47
/
+328
*
Replace usage of ArrayIndexOutOfBoundsException in treewalk
Patrick Hiesel
2020-01-09
2
-9
/
+6
*
Add config constants for WindowCache configuration options
Matthias Sohn
2020-01-09
2
-12
/
+44
*
JschConfigSessionFactory: fix boxing warning
Matthias Sohn
2020-01-06
1
-1
/
+2
*
SshSupport#runSshCommand: don't throw exception in finally block
Matthias Sohn
2020-01-06
1
-6
/
+8
*
Fix MBean registration
Matthias Sohn
2019-12-13
2
-7
/
+14
*
Enhance WindowCache statistics
Matthias Sohn
2019-12-08
4
-35
/
+487
*
Do not rely on ArrayIndexOutOfBoundsException to detect end of input
Saša Živkov
2019-09-27
1
-4
/
+2
*
WorkingTreeIterator: handle different timestamp resolutions
Thomas Wolf
2019-09-17
2
-18
/
+125
*
Fix WorkingTreeIterator.compareMetadata() for CheckStat.MINIMAL
Matthias Sohn
2019-09-10
1
-2
/
+3
*
JGitText: Remove unused externalized strings
David Pursehouse
2019-09-07
1
-66
/
+0
*
RepoText: Remove unused externalized string
David Pursehouse
2019-09-07
1
-1
/
+0
*
Merge branch 'stable-5.0' into stable-5.1
Matthias Sohn
2019-09-03
1
-60
/
+58
|
\
|
*
Merge branch 'stable-4.11' into stable-5.0
stable-5.0
Matthias Sohn
2019-09-03
1
-60
/
+58
|
|
\
|
|
*
Merge branch 'stable-4.10' into stable-4.11
Matthias Sohn
2019-09-03
1
-60
/
+58
|
|
|
\
|
|
|
*
Merge branch 'stable-4.9' into stable-4.10
Matthias Sohn
2019-09-03
1
-60
/
+58
|
|
|
|
\
|
|
|
|
*
BatchRefUpdate: repro racy atomic update, and fix it
Han-Wen Nienhuys
2019-09-03
1
-60
/
+58
*
|
|
|
|
Return a new instance from openSystemConfig and openUserConfig
Matthias Sohn
2019-08-30
1
-49
/
+40
*
|
|
|
|
Use AtomicReferences to cache user and system level configs
Matthias Sohn
2019-08-23
1
-24
/
+23
*
|
|
|
|
Fix copy-paste typo in CloneCommand#cleanup
Adrien Bustany
2019-08-23
1
-1
/
+1
*
|
|
|
|
Add missing @since tag on FileTreeIterator#getLastModifiedInstant
Matthias Sohn
2019-08-21
1
-0
/
+3
*
|
|
|
|
Avoid sign extension when comparing mtime with Instant#getEpochSecond
Matthias Sohn
2019-08-21
1
-1
/
+1
*
|
|
|
|
Fix deprecation in DirCache caused by Instant based DirCacheEntry
Michael Keppler
2019-08-21
1
-7
/
+5
*
|
|
|
|
Fix NPE in RebaseTodoFile#parseComments
Matthias Sohn
2019-08-19
1
-5
/
+7
*
|
|
|
|
Fix NPE in ObjectIdOwnerMap#get
Matthias Sohn
2019-08-18
1
-0
/
+3
*
|
|
|
|
FileUtils#lastModifiedInstant should not log error if path doesn't exist
Matthias Sohn
2019-08-18
1
-1
/
+7
*
|
|
|
|
Cache user global and system-wide git configurations
Matthias Sohn
2019-08-18
7
-157
/
+176
*
|
|
|
|
Fix javadoc for SystemReader#getInstance
Matthias Sohn
2019-08-16
1
-3
/
+3
*
|
|
|
|
Improve retry handling when saving FileStoreAttributes fails
Matthias Sohn
2019-08-13
2
-4
/
+15
*
|
|
|
|
Make supportsAtomicCreateNewFile return true as default
Vishal Devgire
2019-08-12
1
-1
/
+6
*
|
|
|
|
Handle InvalidPathException in FS_POSIX#createNewFileAtomic
Matthias Sohn
2019-08-12
1
-1
/
+2
*
|
|
|
|
Ensure root cause of lock creation failures is logged
Matthias Sohn
2019-08-12
1
-3
/
+7
*
|
|
|
|
Remove FileBasedConfig.load(boolean) introduced in d45219ba
Matthias Sohn
2019-08-10
2
-38
/
+12
*
|
|
|
|
LockFile: log exception if creation of lock file failed
Matthias Sohn
2019-08-10
2
-1
/
+7
*
|
|
|
|
Stop using deprecated Constants.CHARACTER_ENCODING
David Pursehouse
2019-08-09
1
-2
/
+2
*
|
|
|
|
FileSnapshot: fix bug with timestamp thresholding
Han-Wen Nienhuys
2019-08-07
1
-2
/
+3
*
|
|
|
|
In LockFile#waitForStatChange wait in units of file time resolution
Matthias Sohn
2019-08-07
1
-1
/
+4
[next]